cpython/Lib/email
R. David Murray 5397e862e2 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
Also made the doc string for email._parseaddr's 'quote' function more
accurate; I'd love to make the function match the old docstring instead,
but other code uses it according the existing semantics.
2010-10-02 15:58:26 +00:00
..
mime Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
test #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. 2010-10-02 15:58:26 +00:00
__init__.py
_parseaddr.py #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. 2010-10-02 15:58:26 +00:00
base64mime.py Issue #4770: Restrict binascii module to accept only bytes (as specified). 2010-07-27 21:20:15 +00:00
charset.py Fix Charset.body_encode to encode to output_charset before calling base64mime. 2010-06-03 01:58:28 +00:00
encoders.py #4768: store base64 encoded email body parts as text, not binary. 2010-06-04 16:11:08 +00:00
errors.py
feedparser.py #1555570: correctly handle a \r\n that is split by the read buffer. 2010-07-17 01:19:57 +00:00
generator.py Fix docstring typo. 2010-10-01 20:38:33 +00:00
header.py #3196: if needed pad a short base64 encoded word before trying to decode. 2010-08-03 22:14:10 +00:00
iterators.py
message.py Fix a couple spelling errors in comments and delete redundant __len__ def. 2010-10-01 02:08:02 +00:00
parser.py Patch for issue 2848, mostly by Humberto Diogenes, with a couple of 2008-06-12 04:06:45 +00:00
quoprimime.py #10004: in Q encoded word ignore '=xx' when xx is not valid hex. 2010-10-01 15:40:20 +00:00
utils.py Merged revisions 77209,77229,77359-77360,77371 via svnmerge from 2010-01-09 18:45:30 +00:00