cpython/Lib/email
Barry Warsaw 4a44293735 Fixes to support CJKCodecs as per SF bug #852347. Actually, this
patch removes dependencies on the old unsupported KoreanCodecs package
and the alternative JapaneseCodecs package.  Since both of those
provide aliases for their codecs, this removal just makes the generic
codec names work.

We needed to make slight changes to __init__() as well.

This will be backported to Python 2.3 when its branch freeze is over.
2003-12-30 16:52:25 +00:00
..
test test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. 2003-09-03 04:10:52 +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 __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 of the folding-reimpl-branch. Specific changes, 2003-03-06 05:25:35 +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