summaryrefslogtreecommitdiff
path: root/Lib/mimify.py
Commit message (Expand)AuthorAgeFilesLines
* Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed theBrett Cannon2007-05-301-0/+4
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Fix for SF bug #425868.unknown2001-07-041-3/+3
* Fix an unqualified except:.Guido van Rossum2001-04-101-1/+1
* String method cleanup.Eric S. Raymond2001-02-101-1/+1
* String method conversion.Eric S. Raymond2001-02-091-7/+7
* added a few more __all__ listsSkip Montanaro2001-01-251-0/+2
* Whitespace normalization.Tim Peters2001-01-141-399/+398
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-2/+2
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-13/+12
* [Sjoerd Mullender]Guido van Rossum1998-08-071-0/+8
* Sjoerd writes: When a multipart message is incomplete, mimify crashes.Guido van Rossum1998-02-271-0/+6
* Sjoerd sez: global substitute \240 with \177.Guido van Rossum1997-12-021-4/+4
* New version from Sjoerd, small bugfix + optimizations.Guido van Rossum1997-10-301-24/+28
* re -> regex conversions by Sjoerd.Guido van Rossum1997-10-241-66/+65
* Fixed (and documented, see Doc/libmimify.tex) mime_decode_header() andGuido van Rossum1997-08-141-4/+6
* Mention decode_base64 in example.Guido van Rossum1997-07-301-1/+1
* base64 support by Sjoerd.Guido van Rossum1997-04-111-11/+25
* Avoid crashes with nested multipart/mixed parts.Guido van Rossum1997-03-201-1/+8
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* small fix by SjoerdGuido van Rossum1996-06-101-3/+12
* minor fix to mime header regex --SjoerdGuido van Rossum1996-05-281-1/+1
* Module to convert a mail message to or from quoted-printable. TheSjoerd Mullender1996-02-141-0/+415