summaryrefslogtreecommitdiff
path: root/Lib/mhlib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7759: Fixed the mhlib module on filesystems that doesn't supportSerhiy Storchaka2015-11-111-4/+4
* Deprecated the mhlib module for removal in 3.0.Brett Cannon2008-05-111-0/+4
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-2/+2
* Use cStringIO where available.Raymond Hettinger2004-12-311-1/+4
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-11/+10
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-061-2/+1
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Replace .keys() with .iteritems(). Second review and test by Alex.Raymond Hettinger2002-06-041-2/+2
* Make test_mhlib run again.Michael W. Hudson2002-06-021-1/+1
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-5/+2
* Replace boolean test with is None.Raymond Hettinger2002-06-011-5/+5
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-2/+2
* Folder.getlast(): avoid PyChecker warning.Guido van Rossum2001-10-171-1/+1
* Clean up a bare except: clause.unknown2001-07-041-1/+1
* String method cleanup.Eric S. Raymond2001-02-101-4/+2
* Test with an actual mbox caught a trivial error.Eric S. Raymond2001-02-091-1/+1
* String method conversion.Eric S. Raymond2001-02-091-20/+20
* a few more modules get __all__Skip Montanaro2001-01-241-0/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Convert to use class-based exceptions.Fred Drake2000-06-291-2/+3
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-150/+147
* Patch by Lars Wirzenius:Guido van Rossum1999-02-241-3/+7
* "if match(x) >= 0:" smells of regex matching; should use "if match(x):"Guido van Rossum1998-06-231-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-608/+608
* Use string.replace instead of regsub.[g]sub.Guido van Rossum1997-12-241-4/+4
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-15/+9
* Use sys.exc_info() where needed.Guido van Rossum1997-09-291-1/+1
* Added createmessage() -- Lars Wirzenius.Guido van Rossum1997-07-251-0/+26
* Reindented with 4 spaces.Guido van Rossum1997-04-161-816/+813
* Rewrite parsesequence() to emulate MH without invoking pick.Guido van Rossum1997-04-161-38/+132
* Optimized the hell out of listmessages().Guido van Rossum1997-04-021-10/+8
* When removing a messge from all sequences, don't remove from 'cur',Guido van Rossum1996-11-121-0/+3
* Added option to refilemessages() to keep sequencesGuido van Rossum1996-07-211-4/+27
* added setcontext and parsesequence; several small fixesGuido van Rossum1996-05-281-6/+56
* fix bogus test for regex matchGuido van Rossum1995-01-261-1/+1
* * Lib/mhlib.py: added movemessage(), copymessage(), added copyGuido van Rossum1995-01-021-8/+81
* mhlib.py: delay opening of sequences file so we don't overwrite it whenGuido van Rossum1994-09-091-2/+11
* * Lib/mhlib.py (removefromallsequences): call putsequences withGuido van Rossum1994-07-141-1/+1
* mhlib.py: new interface to MH folders and messagesGuido van Rossum1994-06-231-0/+735