Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Test it extensively by using pick. | ||||
* | Optimized the hell out of listmessages(). | Guido van Rossum | 1997-04-02 | 1 | -10/+8 |
| | | | | | Changed numericprog regexpr to make it faster to check. Removed now unnecessary checks for os.curdir, os.pardir. | ||||
* | When removing a messge from all sequences, don't remove from 'cur', | Guido van Rossum | 1996-11-12 | 1 | -0/+3 |
| | | | | which needs to stay unless explicitly set. | ||||
* | 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 |
| | | | | fallback for refilemessages(), and updated the docs | ||||
* | mhlib.py: delay opening of sequences file so we don't overwrite it when | Guido van Rossum | 1994-09-09 | 1 | -2/+11 |
| | | | | | | putsequences is called with a bad argument rfc822.py: better handling of dates with no or bad timezones uu.py: contributed by Lance -- uu{en,de}code | ||||
* | * Lib/mhlib.py (removefromallsequences): call putsequences with | Guido van Rossum | 1994-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | proper argument * Lib/{bdb,cmd,pdb}.py: Mods by Rickard Westman: No longer barfs on lambda:s (outputs "<lambda>" as the function name); "a(rgs)" in pdb now works; help messages added to pdb (lifted from pdb.doc). Also, "h pdb" calls pdb.help(). cmd.do_help() displays topics on a nicer way (I think). Also, topics for which there is a help_ method, but no do_method (like "pdb" above) are displayed in a special way. My own mod: fix break on function to also support methods. | ||||
* | mhlib.py: new interface to MH folders and messages | Guido van Rossum | 1994-06-23 | 1 | -0/+735 |
multifile.py: added readlines() and read() methods mimetools.py: mimetools.py: added functions to encode/decode standard MIME Content-transfer-encoding types (as well as uuencode) rfc822.py: Accept lines ending in CR LF as well |