cpython/Lib/email
Barry Warsaw 362310df81 Bump version number 2003-05-08 03:34:58 +00:00
..
test A couple of new parsedate test cases. 2003-05-08 03:34:01 +00:00
Charset.py
Encoders.py
Errors.py
Generator.py _write_headers(), _split_header(): All of the smarts for splitting 2003-03-07 15:43:17 +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 as_string(): Added some text to the docstring to make it clear that 2003-04-18 23:04:35 +00:00
Parser.py
Utils.py specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out 2003-03-10 19:20:18 +00:00
__init__.py Bump version number 2003-05-08 03:34:58 +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 parsedate_tz(): Be slightly more lenient when there's no day of the 2003-05-08 03:33:15 +00:00
base64MIME.py
quopriMIME.py