Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4045e88b8b43b2748e7be7ed3f0cae932e612b73
/
Lib
/
mhlib.py
2a86913
Deprecated the mhlib module for removal in 3.0.
by Brett Cannon
· 17 years ago
dbecd93
Replace list of constants with tuples of constants.
by Raymond Hettinger
· 20 years ago
a617271
Use cStringIO where available.
by Raymond Hettinger
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
85c20a4
Implement and apply PEP 322, reverse iteration
by Raymond Hettinger
· 21 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
88f72ff
Replace .keys() with .iteritems(). Second review and test by Alex.
by Raymond Hettinger
· 22 years ago
1ccccc0
Make test_mhlib run again.
by Michael W. Hudson
· 22 years ago
32200ae
Replaced obsolete stat module constants with equivalent attributes
by Raymond Hettinger
· 22 years ago
16e3c42
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
f93befc
Folder.getlast(): avoid PyChecker warning.
by Guido van Rossum
· 23 years ago
3db163a
Clean up a bare except: clause.
by unknown
· 23 years ago
6e025bc
String method cleanup.
by Eric S. Raymond
· 24 years ago
c9838f9
Test with an actual mbox caught a trivial error.
by Eric S. Raymond
· 24 years ago
66d9919
String method conversion.
by Eric S. Raymond
· 24 years ago
17ab123
a few more modules get __all__
by Skip Montanaro
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
ffdc48f
Convert to use class-based exceptions.
by Fred Drake
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
4fe6caa
Patch by Lars Wirzenius:
by Guido van Rossum
· 26 years ago
d9d2625
"if match(x) >= 0:" smells of regex matching; should use "if match(x):"
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
00f9fea
Use string.replace instead of regsub.[g]sub.
by Guido van Rossum
· 27 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 27 years ago
f15d159
Use sys.exc_info() where needed.
by Guido van Rossum
· 27 years ago
4e5cbcf
Added createmessage() -- Lars Wirzenius.
by Guido van Rossum
· 27 years ago
0c5e049
Reindented with 4 spaces.
by Guido van Rossum
· 28 years ago
7cfd31e
Rewrite parsesequence() to emulate MH without invoking pick.
by Guido van Rossum
· 28 years ago
659a3b5
Optimized the hell out of listmessages().
by Guido van Rossum
· 28 years ago
3508d60
When removing a messge from all sequences, don't remove from 'cur',
by Guido van Rossum
· 28 years ago
6d6a15b
Added option to refilemessages() to keep sequences
by Guido van Rossum
· 28 years ago
508a092
added setcontext and parsesequence; several small fixes
by Guido van Rossum
· 28 years ago
ea8ee1d
fix bogus test for regex match
by Guido van Rossum
· 30 years ago
40b2cfb
* Lib/mhlib.py: added movemessage(), copymessage(), added copy
by Guido van Rossum
· 30 years ago
8534741
mhlib.py: delay opening of sequences file so we don't overwrite it when
by Guido van Rossum
· 30 years ago
5f47e57
* Lib/mhlib.py (removefromallsequences): call putsequences with
by Guido van Rossum
· 30 years ago
5601313
mhlib.py: new interface to MH folders and messages
by Guido van Rossum
· 30 years ago