cpython/Lib/email
Barry Warsaw 4c3e33a80b Update to Python 2.3, getting rid of backward compatiblity crud. We don't
need the _compat21 or _compat22 modules either.
2004-05-09 03:42:37 +00:00
..
test Like msg_12.txt but with some extra vertical whitespace around the inner 2004-05-09 03:17:29 +00:00
Charset.py Update to Python 2.3, getting rid of backward compatiblity crud. 2004-05-09 03:24:43 +00:00
Encoders.py Docstring consistency with the updated .tex files. 2002-10-01 00:05:24 +00:00
Errors.py Add MessageDefect and subclasses. 2004-05-09 03:26:07 +00:00
FeedParser.py An updated FeedParser that should be RFC complaint, passes all existing 2004-05-09 03:29:23 +00:00
Generator.py Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a 2004-05-09 03:35:17 +00:00
Header.py Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a 2004-05-09 03:40:17 +00:00
Iterators.py Update to Python 2.3, getting rid of backward compatiblity crud. We don't 2004-05-09 03:42:37 +00:00
MIMEAudio.py Docstring consistency with the updated .tex files. 2002-09-30 21:29:10 +00:00
MIMEBase.py Use absolute import paths for intrapackage imports. 2002-06-02 19:05:08 +00:00
MIMEImage.py Docstring consistency with the updated .tex files. 2002-09-30 22:15:00 +00:00
MIMEMessage.py __init__(): Be sure to set the default type to message/rfc822. 2002-07-09 02:40:35 +00:00
MIMEMultipart.py Docstring consistency with the updated .tex files. 2002-09-30 21:24:00 +00:00
MIMENonMultipart.py Add a pychecker suppression. 2002-09-28 20:25:15 +00:00
MIMEText.py __init__(): Don't add a newline to _text if it doesn't already end in 2003-03-11 05:04:09 +00:00
Message.py Fix a bunch of typos in documentation, docstrings and comments. 2003-10-20 14:01:56 +00:00
Parser.py Merge in Anthony's new parser code, from the anthony-parser-branch: 2004-03-20 17:31:29 +00:00
Utils.py decode_rfc2231(): We need to urllib.unquote() the value even if the 2003-08-19 03:49:34 +00:00
__init__.py Bump version number to 2.5.5 2003-12-30 16:49:40 +00:00
_compat21.py typed_subpart_iterator(): Fix these to use non-deprecated APIs, 2003-03-26 17:56:21 +00:00
_compat22.py Fix a comment 2003-04-02 04:51:33 +00:00
_parseaddr.py AddressList.__str__(): Get rid of useless, and broken method. Closes 2003-06-13 21:16:06 +00:00
base64MIME.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:25:00 +00:00
quopriMIME.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:14:20 +00:00