summaryrefslogtreecommitdiffstats
path: root/Lib/email/headerregistry.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999)Michael Selik2019-09-201-14/+8
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-081-4/+4
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-041-0/+13
* bpo-27240 Rewrite the email header folding algorithm. (#3488)R. David Murray2017-12-031-3/+6
* bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)Jon Dufresne2017-05-181-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-101-1/+1
* Merge: #21991: make headerregistry params property MappingProxyType.R David Murray2014-10-171-1/+2
|\
| * #21991: make headerregistry params property MappingProxyType.R David Murray2014-10-171-1/+2
* | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-2/+4
|/
* #15160: Extend the new email parser to handle MIME headers.R David Murray2012-06-241-15/+142
* Make headerregistry fully part of the provisional api.R David Murray2012-05-271-0/+456