cpython/Lib/test/test_email
R David Murray 44fcaae90d Merge #20206, #5803: more efficient algorithm that doesn't truncate output.
(No idea why test_tarfile is listed as changed...it isn't.)
2014-01-13 13:30:13 -05:00
..
data update Barry's email (#19563) 2013-12-22 19:45:38 -06:00
__init__.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
__main__.py
test__encoded_words.py
test__header_value_parser.py
test_asian_codecs.py
test_contentmanager.py #19063: fix set_payload handling of non-ASCII string input. 2013-12-11 16:52:11 -05:00
test_defect_handling.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
test_email.py Merge #20206, #5803: more efficient algorithm that doesn't truncate output. 2014-01-13 13:30:13 -05:00
test_generator.py
test_headerregistry.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
test_inversion.py
test_message.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
test_parser.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
test_pickleable.py
test_policy.py #18891: Complete new provisional email API. 2013-10-16 22:48:40 -04:00
test_utils.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
torture_test.py