cpython/Lib/test/test_email
R David Murray 905c8c3d8d #19772: Do not mutate message when downcoding to 7bit.
This is a bit of an ugly hack because of the way generator pieces together the
output message.  The deepcopys aren't too expensive, though, because we know it
is only called on messages that are not multiparts, and the payload (the thing
that could be large) is an immutable object.

Test and preliminary work on patch by Vajrasky Kok.
2014-02-08 11:48:20 -05:00
..
data update Barry's email (#19563) 2013-12-22 19:45:38 -06:00
__init__.py
__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_defect_handling.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
test_email.py #19772: Do not mutate message when downcoding to 7bit. 2014-02-08 11:48:20 -05:00
test_generator.py
test_headerregistry.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:11:40 +03: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
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
test_utils.py Issue #19590: Use specific asserts in email tests. 2013-11-16 12:56:23 +02:00
torture_test.py