cpython/Lib/email/test
R. David Murray 96fd54eaec #4661: add bytes parsing and generation to email (email version bump to 5.1.0)
The work on this is not 100% complete, but everything is present to
allow real-world testing of the code.  The only remaining major todo
item is to (hopefully!) enhance the handling of non-ASCII bytes in headers
converted to unicode by RFC2047 encoding them rather than replacing them with
'?'s.
2010-10-08 15:55:28 +00:00
..
data Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes 2010-05-05 16:18:31 +00:00
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0) 2010-10-08 15:55:28 +00:00
test_email_codecs.py "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. 2009-03-30 23:12:30 +00:00
test_email_torture.py Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from 2010-03-14 10:23:39 +00:00