This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-23 03:23:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecbd31ee390634a2d420b975c9acef747e10d00a
cpython
/
Lib
/
test
/
test_email
T
History
Serhiy Storchaka
3ca93ab198
Add yet one assertion in test_set_text_charset_cp949 (GH-151224)
...
Check bytes(m), not only str(m).
2026-06-10 14:36:14 +03:00
..
data
…
__init__.py
…
__main__.py
…
test__encoded_words.py
…
test__header_value_parser.py
gh-128110: Fix rfc2047 whitespace handling in email parser address headers (
#130749
)
2026-05-11 18:20:09 -04:00
test_asian_codecs.py
gh-53144: Improve charset support in the email package (GH-149942)
2026-06-05 15:53:59 +03:00
test_contentmanager.py
Add yet one assertion in test_set_text_charset_cp949 (GH-151224)
2026-06-10 14:36:14 +03:00
test_defect_handling.py
…
test_email.py
gh-53144: Improve charset support in the email package (GH-149942)
2026-06-05 15:53:59 +03:00
test_generator.py
gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII email addresses (
#122540
)
2026-05-01 13:52:06 -04:00
test_headerregistry.py
gh-81074: Allow non-ASCII addr_spec in email.headerregistry.Address (
#122477
)
2026-05-01 14:00:46 -04:00
test_inversion.py
…
test_message.py
…
test_parser.py
…
test_pickleable.py
…
test_policy.py
…
test_utils.py
…
torture_test.py
…