summary refs log tree commit diff stats
path: root/ranger.py
Commit message (Expand)AuthorAgeFilesLines
* Do not import unused modules; fix the pylint testsWojciech Siewierski2017-05-061-1/+0
* Do not strip the current working directoy from sys.pathWojciech Siewierski2017-05-061-4/+0
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-4/+6
* linting: pylint and flake8nfnty2017-01-171-7/+7
* Fix mktemp invocation to work on Mac OS X and LinuxJesse Byler2015-06-101-1/+1
* ranger.py: fixed issues with $tempfile in embedded shellEiichi Sato2015-03-281-2/+2
* Neater copyright headerhut2015-03-191-3/+2
* update email addresshut2014-12-111-1/+1
* Changed email address in source codehut2013-08-081-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
* replaced tabs with 4 spaces in all python fileshut2013-02-101-3/+3
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Updated copyright headershut2011-10-101-1/+1
* README: polished, removed INSTALLhut2011-10-051-5/+2
* ranger.py: made the argument optional in embedded bash scripthut2011-10-041-15/+16
* Fixed minor issue in ranger.pyhut2011-10-011-3/+3
* another correction of the bash wrapper scriptshut2011-09-281-1/+2
* shortened ranger.pyhut2011-09-281-6/+3
* sanitized bash wrapper scripts, reformulated BUGS section in manualhut2011-09-281-2/+2
* minor optimization in ranger.pyhut2011-09-281-6/+1
* improved bash wrappers in ranger.py and man pagehut2011-09-281-5/+7
* ranger.py: More reliable check for whether ./ranger.py is startedhut2011-05-071-1/+1
* ranger.py: minor change, more general exception handlinghut2011-04-051-1/+1
* improved ranger.pyhut2011-04-051-2/+10
* Polished ranger.pyhut2010-10-161-3/+3
* Small simplification of ranger.pyhut2010-09-291-3/+2
* Don't write any bytecode with --clean optionhut2010-09-291-0/+10
* ranger.py: Return 0 on success in embedded scripthut2010-09-221-1/+1
* simplify ranger.pyhut2010-09-221-25/+11
* ranger.py Fixed embedded shellscript (quotes for bash)hut2010-09-111-2/+2
* ranger.py: fixed escape in embedded shellscripthut2010-09-111-1/+1
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-281-1/+5
* main: catch SystemExit and return the exit valuehut2010-06-181-2/+3
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-091-1/+1
* Reverted hashbang for ranger.py.hut2010-06-091-1/+1
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-091-1/+1
* Run python with flag "-O" by defaulthut2010-05-101-1/+1
* Fixed bug #65 by adding flag "--fail-if-run"hut2010-04-261-1/+1
* ranger.py: removed whitespacehut2010-04-121-4/+0
* reverted a part of 45cf5174. Allow "source ranger ranger" againhut2010-04-011-8/+7
* removed the cd-after-exit hackhut2010-03-291-13/+8
* ranger.__init__: don't implicitly import ranger.__main__hut2010-03-261-1/+1
* Changed license to the GNU General Public Licensehut2010-02-281-12/+14
* ranger.py: fixed cd-after-exit with spaces in directoryhut2010-02-241-1/+1
* ranger.py: removed unnecessary codehut2010-02-151-1/+1
* ranger.py: reverted cd-after-exit to the old wayhut2010-02-141-10/+1
* ranger.py: more simple '--debug' flag checkhut2010-02-141-1/+1
* ranger.py: improved handling of bad importhut2010-01-261-1/+2
mitter hut <hut@lavabit.com> 2009-12-11 17:13:59 +0100 restructurations' href='/akspecs/ranger/commit/ranger/environment.py?h=v1.9.0&id=3de15ddd7fb0151e5f43f0b8e7d06bd76568e235'>3de15ddd ^
871c502d ^


728fb838 ^
871c502d ^
3ea48208 ^
3201b163 ^




9506fb8e ^
728fb838 ^
3d566884 ^
9506fb8e ^


3201b163 ^


a1274aba ^




9506fb8e ^
dd7a4f63 ^
728fb838 ^
dd7a4f63 ^

419e4aa5 ^

dd7a4f63 ^

5599636d ^
419e4aa5 ^
45cb587d ^

728fb838 ^
4162b636 ^
871c502d ^

45cb587d ^

728fb838 ^
4162b636 ^
cc952d63 ^

9506fb8e ^
419e4aa5 ^
9506fb8e ^
e48e3c5c ^


3ea48208 ^




9506fb8e ^
3ea48208 ^
b8dda85b ^
9506fb8e ^
3ea48208 ^
9506fb8e ^








3d566884 ^
9506fb8e ^


dd7a4f63 ^

9506fb8e ^
65cb1a32 ^
419e4aa5 ^
5599636d ^
419e4aa5 ^
45cb587d ^
871c502d ^
45cb587d ^
3ea48208 ^
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171