COMMITS
/ Lib/email/headerregistry.py February 18, 2026
V
gh-141510: Replace MappingProxyType with frozendict (#144904)
Victor Stinner committed
December 11, 2025
E
gh-79986: Add parsing for References/In-Reply-To email headers (#137201)
elenril committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
February 24, 2021
F
Remove comment about a private email.headerregistry (GH-24233)
Florian Bruhin committed
October 27, 2020
G
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth committed
March 30, 2020
A
bpo-39073: validate Address parts to disallow CRLF (#19007)
Ashwin Ramaswami committed
September 20, 2019
M
bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999)
Michael Selik committed
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
July 21, 2019
M
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim committed
June 4, 2019
A
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj committed
December 3, 2017
R
bpo-27240 Rewrite the email header folding algorithm. (#3488)
R. David Murray committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
February 10, 2016
M
Issues #26310, #26311: Fix typos in the documentation and code comments
Martin Panter committed
October 17, 2014
R
Merge: #21991: make headerregistry params property MappingProxyType.
R David Murray committed
R
#21991: make headerregistry params property MappingProxyType.
R David Murray committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
June 24, 2012
R
#15160: Extend the new email parser to handle MIME headers.
R David Murray committed
May 27, 2012
R
Make headerregistry fully part of the provisional api.
R David Murray committed