History log of /external/python/cpython2/Lib/email/message.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b44c4520d965788aa6d24edab36d89103b0a1aea 29-May-2016 Martin Panter <vadmium+py@gmail.com> Issue #27125: Fix various errors like “will [be] inherited”
/external/python/cpython2/Lib/email/message.py
a9aa34c7cd3eb9bfc88d2a4eed0ad78a8e8c885a 14-Dec-2010 R. David Murray <rdmurray@bitdance.com> #1078919: document requirement to use triples for non-ascii add_header parms.
/external/python/cpython2/Lib/email/message.py
13219a3e9b433a563a140ea05d842667d0982b7a 06-Dec-2010 R. David Murray <rdmurray@bitdance.com> Merged revisions 85130 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r85130 | r.david.murray | 2010-09-30 22:08:02 -0400 (Thu, 30 Sep 2010) | 2 lines

Fix a couple spelling errors in comments and delete redundant __len__ def.
........
/external/python/cpython2/Lib/email/message.py
52dcd4590652e3c6f57a94fb57a5522880b7d72b 03-Jun-2010 R. David Murray <rdmurray@bitdance.com> #1368247: make set_charset/MIMEText automatically encode unicode _payload.

Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as
the charset and unicode as the _text argument. Also makes the way in
which unicode gets encoded to quoted printable for other charsets more
sane (it only worked by accident previously). The _payload now is encoded
to the charset.output_charset if it is unicode.
/external/python/cpython2/Lib/email/message.py
661303f27e10abdb16450d96d8f55ac9c337246a 13-Apr-2010 R. David Murray <rdmurray@bitdance.com> Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
/external/python/cpython2/Lib/email/message.py
6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc 10-Oct-2009 Benjamin Peterson <benjamin@python.org> replace has_key with 'in' operator
/external/python/cpython2/Lib/email/message.py
0c8bee639368324b750176ee171cadd33847f18e 09-Oct-2009 R. David Murray <rdmurray@bitdance.com> Issue #7082: When falling back to the MIME 'name' parameter, the
correct place to look for it is the Content-Type header.

Patch by Darren Worrall.
/external/python/cpython2/Lib/email/message.py
74b8d333b708e2f029f60a06bbb5abb31199426f 11-Jul-2009 Amaury Forgeot d'Arc <amauryfa@gmail.com> #2622 Import errors in email.message, from a py2app standalone application.

Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
/external/python/cpython2/Lib/email/message.py
3e4caeb3bf2b2579861e9f3379e3508fbb30549c 21-Feb-2009 Mark Dickinson <dickinsm@gmail.com> Issue #5341: Fix a variety of spelling errors.
/external/python/cpython2/Lib/email/message.py
b90a8be96f8b6725fd207c74cb6d3211bf9bd684 15-Aug-2008 Antoine Pitrou <solipsis@pitrou.net> #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input
/external/python/cpython2/Lib/email/message.py
1f571c6e602e7dc35d18cede0f70d34fd38e21ae 04-Aug-2008 Brett Cannon <bcannon@gmail.com> Remove Barry's love of deprecated syntax to silence warnings in the email
package, when run under -3, about using <>.
/external/python/cpython2/Lib/email/message.py
bdd0f39de559ddedc9d952020da71a8a6973c34c 13-Mar-2007 Martin v. Löwis <martin@v.loewis.de> Patch #1449244: Support Unicode strings in
email.message.Message.{set_charset,get_content_charset}.
Will backport.
/external/python/cpython2/Lib/email/message.py
d92ae78bdbab63a68e88fb561a2bc9555d8cef6c 26-Jul-2006 Barry Warsaw <barry@python.org> Forward port some fixes that were in email 2.5 but for some reason didn't make
it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC
2231 headers that contain an encoding not known to Python, or a character in
the data that isn't in the charset encoding. Also forward port the
appropriate unit tests.
/external/python/cpython2/Lib/email/message.py
40ef0067ad5af2458c54cc0316831ddb701ea3fd 18-Mar-2006 Barry Warsaw <barry@python.org> Merge email package 4.0 from the sandbox, including documentation, test cases,
and NEWS updates.
/external/python/cpython2/Lib/email/message.py