cpython/Lib/email
Hye-Shik Chang 3e2a306920 Add CJK codecs support as discussed on python-dev. (SF #873597)
Several style fixes are suggested by Martin v. Loewis and
Marc-Andre Lemburg. Thanks!
2004-01-17 14:29:29 +00:00
..
test Add CJK codecs support as discussed on python-dev. (SF #873597) 2004-01-17 14:29:29 +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
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