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-07-07 18:50:03 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dcf93c4c93b741e84fa75d2b0d00a156aaf07ecf
cpython
/
Lib
/
email
T
History
Serhiy Storchaka
84a08f8629
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
2025-05-03 17:58:49 +03:00
..
mime
…
__init__.py
…
_encoded_words.py
…
_header_value_parser.py
gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)
2025-03-18 12:07:17 +01:00
_parseaddr.py
…
_policybase.py
gh-127794: Validate email header names according to RFC 5322 (
#127820
)
2025-03-30 12:29:29 +00:00
architecture.rst
…
base64mime.py
…
charset.py
…
contentmanager.py
…
encoders.py
…
errors.py
…
feedparser.py
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
2025-05-03 17:58:49 +03:00
generator.py
…
header.py
…
headerregistry.py
…
iterators.py
…
message.py
gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extra text (
#127547
)
2025-01-05 20:32:16 -05:00
parser.py
…
policy.py
gh-127794: Validate email header names according to RFC 5322 (
#127820
)
2025-03-30 12:29:29 +00:00
quoprimime.py
…
utils.py
…