summary refs log tree commit diff stats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* change website URLS to HTTPShut2018-02-051-1/+1
* update homepage referenceshut2018-01-281-1/+1
* setup.py: Make executables executablenfnty2017-04-121-4/+26
* setup.py: Add `keywords` and `classifiers`nfnty2017-02-191-0/+22
* setup.py: Fix Travis CI pylint errornfnty2017-02-111-1/+1
* setup.py: Use distutils by defaultnfnty2017-02-111-4/+4
* setup.py: Minor changesnfnty2017-02-101-12/+11
* setup.py: Fix build scripts for PyPInfnty2017-02-101-10/+26
* setup.py: Use `setuptools` by default, Change name for PyPInfnty2017-02-101-4/+13
* setup.py: Minor fixesnfnty2017-02-091-11/+11
* setup.py: Generate scripts during buildnfnty2017-02-091-2/+14
* setup.py: Fix missing commanfnty2017-02-091-1/+1
* setup.py: Improve readabilitynfnty2017-02-091-24/+30
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Fix Travis CInfnty2017-01-171-2/+2
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-8/+10
* linting: autopep8nfnty2017-01-171-2/+6
* Remove reduntant backslash between brackets.stepshal2016-06-191-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* Revert "Use setuptools if present"hut2016-01-251-7/+2
* added ranger.desktop file, fixes #346hut2016-01-251-0/+2
* setup.py: fix CHANGELOG.md referencehut2015-07-161-1/+1
* Use setuptools if presentShadab Zafar2015-06-251-2/+7
* moved "doc/examples" to "examples" for more visibilityhut2015-04-131-1/+1
* Neater copyright headerhut2015-03-191-2/+2
* Fixed references to doc/HACKING (for real)Dorien Snake2014-12-101-1/+1
* Fixed references to doc/HACKINGDorien Snake2014-12-101-1/+1
* fix references to README.mdhut2014-08-221-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* added doc/config directory with symlinks to configshut2013-03-151-9/+4
* setup.py: added _findall functionhut2013-03-091-7/+6
* setup.py: create a /usr/share/doc/ranger directoryhut2013-03-091-1/+26
* setup.py: updated website URLhut2013-03-011-1/+1
* setup.py: removed fsobject packagehut2013-03-011-1/+0
* Merge branch 'master' into vcshut2013-02-221-1/+1
|\
| * updated rest of the copyright noticeshut2013-02-221-1/+1
| * update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* | Merge branch 'master' into vcshut2013-02-191-1/+1
|\|
| * setup.py: add doc/rifle.1 to man pageshut2013-02-181-1/+1
* | setup.py: s/ranger.vcs/ranger.ext.vcs/hut2013-02-161-1/+1
* | Merged code to manipulate version control systemsAbdo Roig-Maranges2013-02-121-1/+2
|/
* replaced tabs with 4 spaces in all python fileshut2013-02-101-23/+23
* added scripts directory. rifle is now installed to /usr/bin/hut2012-08-041-1/+1
* setup.py: s/defaults/config/hut2012-08-021-3/+3
* setup.py: added entry for rifle.confhut2012-03-191-1/+2
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* moved scripts/ranger to ranger/data/rangerhut2011-10-111-1/+1
* Updated copyright headershut2011-10-101-1/+1
* added defaults/rc.conf in setup.pyhut2011-09-301-1/+1
tion on how colorschemes work' href='/akspecs/ranger/commit/TODO?h=v1.9.0b5&id=efdc7b16e9f422f2d95271e6d4bf64dd9a03ea33'>efdc7b16 ^
1f62d7db ^
c776804d ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
8895b130 ^

7b04e507 ^
87db0130 ^
dd4a4145 ^
8f2f1767 ^
db1721dd ^
aea5cf92 ^
b624bd94 ^
69d1220f ^
6099d9a3 ^
9207e83c ^
f7db061b ^
6099d9a3 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
01c89bb5 ^
c776804d ^
dab4db44 ^

66c5bb93 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92