cpython/Lib/email
Thomas Wouters 1e1305491b test_email: comment out two fail-test cases that no longer fail with the new
parser -- for now. Failure behaviour of the new parser(s) will change in any
case, so this will be revisited later anyway.
2004-03-20 20:29:50 +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
Generator.py __init__(): The docstring was incorrect regarding how header wrapping 2003-11-19 02:23:01 +00:00
Header.py
Iterators.py
MIMEAudio.py
MIMEBase.py
MIMEImage.py
MIMEMessage.py
MIMEMultipart.py
MIMENonMultipart.py
MIMEText.py
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
_compat22.py
_parseaddr.py AddressList.__str__(): Get rid of useless, and broken method. Closes 2003-06-13 21:16:06 +00:00
base64MIME.py
quopriMIME.py