Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6f8f92f535c57eae0174a3c76da3801be8769834
/
Lib
/
mhlib.py
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