summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_headerregistry.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Miss Islington (bot)2022-04-301-0/+12
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Miss Islington (bot)2020-05-291-0/+19
* bpo-39073: validate Address parts to disallow CRLF (#19007)Ashwin Ramaswami2020-03-301-0/+19
* bpo-37482: Fix email address name with encoded words and special chars (GH-14...bsiem2019-08-211-0/+24
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-081-0/+19
* bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)Abhilash Raj2019-06-051-1/+2
* bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-041-0/+28
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)Krzysztof Wojcik2019-05-141-4/+4
* bpo-27240 Rewrite the email header folding algorithm. (#3488)R. David Murray2017-12-031-86/+143
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* #21991: make headerregistry params property MappingProxyType.R David Murray2014-10-171-0/+3
* Merge: #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-081-0/+10
|\
| * #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-081-0/+10
* | #18891: Complete new provisional email API.R David Murray2013-10-171-1/+13
|/
* #18741: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-6/+6
* #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-121-0/+24
* #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-111-4/+37
* Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-271-1/+1
* #15160: Extend the new email parser to handle MIME headers.R David Murray2012-06-241-0/+786
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-311-2/+3
* Make parameterized tests in email less hackish.R David Murray2012-05-311-18/+8
* Regularize test_email/test_headerregistry's references to policy.R David Murray2012-05-291-6/+6
* Make headerregistry fully part of the provisional api.R David Murray2012-05-271-0/+738