cpython/Lib/test/test_email
R David Murray c489e83432 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. 2014-02-07 15:04:26 -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 Closes #18464: fix typo in test name. 2013-07-15 12:09:47 -04:00
test__header_value_parser.py #18431: Decode encoded words in atoms in new email parser. 2013-07-12 16:00:28 -04:00
test_asian_codecs.py
test_contentmanager.py #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. 2014-02-07 12:40:37 -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: #17369: Improve handling of broken RFC2231 values in get_filename. 2014-02-07 15:04:26 -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 Closes #18475: add unittest.main() to test_email/test_inversions. 2013-07-16 11:45:31 -04:00
test_message.py #20476: use EmailMessage as factory if non-compat32 policy is used. 2014-02-07 10:44:16 -05: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