cpython/Lib/test/test_email
Serhiy Storchaka 858b9e85fc
gh-118643: Fix AttributeError in the email module (GH-119099)
Fix regression introduced in gh-100884: AttributeError when re-fold a long
address list.

Also fix more cases of incorrect encoding of the address separator in the
address list missed in gh-100884.
2024-05-22 10:17:46 +00:00
..
data
__init__.py
__main__.py
test__encoded_words.py
test__header_value_parser.py gh-118643: Fix AttributeError in the email module (GH-119099) 2024-05-22 10:17:46 +00:00
test_asian_codecs.py
test_contentmanager.py
test_defect_handling.py
test_email.py gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) 2024-04-17 19:31:26 +03:00
test_generator.py gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (#92281) 2024-05-20 19:10:47 +00:00
test_headerregistry.py gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (#92281) 2024-05-20 19:10:47 +00:00
test_inversion.py
test_message.py
test_parser.py
test_pickleable.py
test_policy.py
test_utils.py gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#118799) 2024-05-09 03:17:02 -06:00
torture_test.py