cpython/Lib/test/test_email
R David Murray e9c31470e1 #14983: always add a line end after a MIME boundary marker.
This is more RFC compliant (see issue) and fixes a problem with
signature verifiers rejecting the part when signed.  There is some
amount of backward compatibility concern here since it changes
the output, but the RFC issue coupled with fixing the problem
with signature verifiers seems worth the small risk of breaking
code that depends on the current incorrect output.
2014-02-08 17:54:56 -05:00
..
data #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05: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 #16983: Apply postel's law to encoded words inside quoted strings. 2014-02-08 13:12:00 -05: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 #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05:00
test_generator.py
test_headerregistry.py #16983: Apply postel's law to encoded words inside quoted strings. 2014-02-08 13:12:00 -05: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