cpython/Lib/test/test_email
Robert Collins 19fae1a932 Issue #22932: Fix timezones in email.utils.formatdate.
Patch from Dmitry Shachnev.
2015-08-01 08:19:06 +12:00
..
data #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05:00
__init__.py Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2015-04-14 09:30:01 +03:00
__main__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
test__encoded_words.py
test__header_value_parser.py #23745: handle duplicate MIME parameter names in new parser. 2015-03-29 21:53:05 -04:00
test_asian_codecs.py
test_contentmanager.py Merge #19772: Do not mutate message when downcoding to 7bit. 2014-02-08 11:51:18 -05:00
test_defect_handling.py
test_email.py Issue #6598: Increased time precision and random number range in 2015-05-19 10:10:15 +03:00
test_generator.py #20098: add mangle_from_ policy option. 2015-05-17 14:24:33 -04:00
test_headerregistry.py #21991: make headerregistry params property MappingProxyType. 2014-10-17 19:30:13 -04:00
test_inversion.py
test_message.py Merge: #21091: make is_attachment a method. 2014-09-20 18:16:39 -04:00
test_parser.py
test_pickleable.py Issue #22777: Test pickling with all protocols. 2014-12-15 14:03:42 +02:00
test_policy.py #20098: add mangle_from_ policy option. 2015-05-17 14:24:33 -04:00
test_utils.py Issue #22932: Fix timezones in email.utils.formatdate. 2015-08-01 08:18:22 +12:00
torture_test.py