cpython/Lib/email
Barry Warsaw dbf95a3643 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),
though with some changes by me.  This patch should not be back ported or
forward ported.  It's a bit too risky for 2.6 and 3.x does things fairly
differently.
2009-03-30 22:42:17 +00:00
..
mime Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a 2008-01-19 12:32:27 +00:00
test A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), 2009-03-30 22:42:17 +00:00
__init__.py
_parseaddr.py Remove a dict.has_key() usage in email._parseaddr found while running -3. 2008-08-03 23:40:13 +00:00
base64mime.py Remove Barry's love of deprecated syntax to silence warnings in the email 2008-08-03 23:27:32 +00:00
charset.py Remove Barry's love of deprecated syntax to silence warnings in the email 2008-08-03 23:27:32 +00:00
encoders.py
errors.py
feedparser.py
generator.py A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), 2009-03-30 22:42:17 +00:00
header.py Remove Barry's love of deprecated syntax to silence warnings in the email 2008-08-03 23:27:32 +00:00
iterators.py
message.py Issue #5341: Fix a variety of spelling errors. 2009-02-21 20:27:01 +00:00
parser.py
quoprimime.py Remove Barry's love of deprecated syntax to silence warnings in the email 2008-08-03 23:27:32 +00:00
utils.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00