cpython/Lib/email
Barry Warsaw fa348c876f getaddrlist(): Make sure this consumes all the data, and if there is
no address there (perhaps because of invalid characters, it appends
('', '') to the result set.

Closes mimelib SF bug # 697641.
2003-03-17 18:35:42 +00:00
..
test test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. 2003-03-12 03:14:11 +00:00
__init__.py beta 1 2003-03-11 05:05:21 +00:00
_compat21.py Python 2.1 doesn't have True and False 2003-03-12 02:54:17 +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 Docstring consistency with the updated .tex files. 2002-10-01 00:05:24 +00:00
Errors.py
Generator.py _write_headers(), _split_header(): All of the smarts for splitting 2003-03-07 15:43:17 +00:00
Header.py _split_ascii() [method and function]: Don't join the lines just to 2003-03-10 15:14:08 +00:00
Iterators.py _structure(): Swap fp and level arguments. 2002-10-01 00:51:47 +00:00
Message.py get_payload(): Teach this about various uunencoded 2003-03-11 04:33:30 +00:00
MIMEAudio.py Docstring consistency with the updated .tex files. 2002-09-30 21:29:10 +00:00
MIMEBase.py
MIMEImage.py Docstring consistency with the updated .tex files. 2002-09-30 22:15:00 +00:00
MIMEMessage.py
MIMEMultipart.py Docstring consistency with the updated .tex files. 2002-09-30 21:24:00 +00:00
MIMENonMultipart.py Add a pychecker suppression. 2002-09-28 20:25:15 +00:00
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