index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
mhlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecated the mhlib module for removal in 3.0.
Brett Cannon
2008-05-11
1
-0/+4
*
Replace list of constants with tuples of constants.
Raymond Hettinger
2005-02-06
1
-2/+2
*
Use cStringIO where available.
Raymond Hettinger
2004-12-31
1
-1/+4
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-11/+10
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
1
-2/+1
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-1/+1
*
Replace .keys() with .iteritems(). Second review and test by Alex.
Raymond Hettinger
2002-06-04
1
-2/+2
*
Make test_mhlib run again.
Michael W. Hudson
2002-06-02
1
-1/+1
*
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger
2002-06-01
1
-5/+2
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-01
1
-5/+5
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-2/+2
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-2/+2
*
Folder.getlast(): avoid PyChecker warning.
Guido van Rossum
2001-10-17
1
-1/+1
*
Clean up a bare except: clause.
unknown
2001-07-04
1
-1/+1
*
String method cleanup.
Eric S. Raymond
2001-02-10
1
-4/+2
*
Test with an actual mbox caught a trivial error.
Eric S. Raymond
2001-02-09
1
-1/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-20/+20
*
a few more modules get __all__
Skip Montanaro
2001-01-24
1
-0/+1
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Convert to use class-based exceptions.
Fred Drake
2000-06-29
1
-2/+3
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-150/+147
*
Patch by Lars Wirzenius:
Guido van Rossum
1999-02-24
1
-3/+7
*
"if match(x) >= 0:" smells of regex matching; should use "if match(x):"
Guido van Rossum
1998-06-23
1
-1/+1
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-608/+608
*
Use string.replace instead of regsub.[g]sub.
Guido van Rossum
1997-12-24
1
-4/+4
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
1
-15/+9
*
Use sys.exc_info() where needed.
Guido van Rossum
1997-09-29
1
-1/+1
*
Added createmessage() -- Lars Wirzenius.
Guido van Rossum
1997-07-25
1
-0/+26
*
Reindented with 4 spaces.
Guido van Rossum
1997-04-16
1
-816/+813
*
Rewrite parsesequence() to emulate MH without invoking pick.
Guido van Rossum
1997-04-16
1
-38/+132
*
Optimized the hell out of listmessages().
Guido van Rossum
1997-04-02
1
-10/+8
*
When removing a messge from all sequences, don't remove from 'cur',
Guido van Rossum
1996-11-12
1
-0/+3
*
Added option to refilemessages() to keep sequences
Guido van Rossum
1996-07-21
1
-4/+27
*
added setcontext and parsesequence; several small fixes
Guido van Rossum
1996-05-28
1
-6/+56
*
fix bogus test for regex match
Guido van Rossum
1995-01-26
1
-1/+1
*
* Lib/mhlib.py: added movemessage(), copymessage(), added copy
Guido van Rossum
1995-01-02
1
-8/+81
*
mhlib.py: delay opening of sequences file so we don't overwrite it when
Guido van Rossum
1994-09-09
1
-2/+11
*
* Lib/mhlib.py (removefromallsequences): call putsequences with
Guido van Rossum
1994-07-14
1
-1/+1
*
mhlib.py: new interface to MH folders and messages
Guido van Rossum
1994-06-23
1
-0/+735