cpython/Lib/email
Anthony Baxter 39a0f04421 New parser. Next up, making the current parser use this parser 2004-03-22 00:33:28 +00:00
..
test test_email: comment out two fail-test cases that no longer fail with the new 2004-03-20 20:29:50 +00:00
Charset.py Fixes to support CJKCodecs as per SF bug #852347. Actually, this 2003-12-30 16:52:25 +00:00
Encoders.py
Errors.py
FeedParser.py New parser. Next up, making the current parser use this parser 2004-03-22 00:33:28 +00:00
Generator.py __init__(): The docstring was incorrect regarding how header wrapping 2003-11-19 02:23:01 +00:00
Header.py __unicode__(): Fix the logic for calculating whether to add a 2003-03-30 20:46:47 +00:00
Iterators.py
MIMEAudio.py
MIMEBase.py
MIMEImage.py
MIMEMessage.py
MIMEMultipart.py
MIMENonMultipart.py
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
quopriMIME.py