cpython/Lib/email
Barry Warsaw 8af56778fd typed_subpart_iterator(): Fix these to use non-deprecated APIs,
i.e. get_content_maintype() and get_content_subtype().
2003-03-26 17:56:21 +00:00
..
test test_long_lines_with_different_header(): Another test from Jason. 2003-03-17 20:35:14 +00:00
__init__.py Email version 2.5 -- I will now backport this to Python 2.2.3. 2003-03-21 18:57:59 +00:00
_compat21.py typed_subpart_iterator(): Fix these to use non-deprecated APIs, 2003-03-26 17:56:21 +00:00
_compat22.py body_line_iterator(): Accept optional decode argument, pass through to 2003-03-11 04:41:35 +00:00
_parseaddr.py getaddrlist(): Make sure this consumes all the data, and if there is 2003-03-17 18:35:42 +00:00
base64MIME.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:25:00 +00:00
Charset.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:16:29 +00:00
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 _encode_chunks(): Throw out empty chunks. 2003-03-17 20:36:20 +00:00
Iterators.py
Message.py get_payload(): Teach this about various uunencoded 2003-03-11 04:33:30 +00:00
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
Parser.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:25:35 +00:00
quopriMIME.py Merge of the folding-reimpl-branch. Specific changes, 2003-03-06 05:14:20 +00:00
Utils.py specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out 2003-03-10 19:20:18 +00:00