summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_headerregistry.py
Commit message (Expand)AuthorAgeFilesLines
* #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