cpython/Lib/email
Antoine Pitrou fd036451bf #2834: Change re module semantics, so that str and bytes mixing is forbidden,
and str (unicode) patterns get full unicode matching by default. The re.ASCII
flag is also introduced to ask for ASCII matching instead.
2008-08-19 17:56:33 +00:00
..
mime Merged revisions 60053-60078 via svnmerge from 2008-01-19 16:21:02 +00:00
test Merged revisions 64260 via svnmerge from 2008-06-14 00:49:05 +00:00
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
_parseaddr.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
base64mime.py Removed implicit convertions of str object to bytes from base64. 2008-05-03 04:39:38 +00:00
charset.py Oops. I copied a slightly older version of the email package from the sandbox. 2007-08-30 03:46:43 +00:00
encoders.py More email package fixes. 2007-08-31 03:04:26 +00:00
errors.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
feedparser.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
generator.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
header.py Make test_email.py completely pass. This is cheating though because the two 2007-08-31 10:55:37 +00:00
iterators.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
message.py Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from 2008-08-17 20:23:46 +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 #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
utils.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00