summaryrefslogtreecommitdiffstats
path: root/Lib/email/policy.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* #16811: Fix folding of headers with no value in provisional policies.R David Murray2013-02-041-1/+1
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-311-1/+2
* #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-291-0/+8
* Make headerregistry fully part of the provisional api.R David Murray2012-05-271-3/+3
* #12586: Fix a small oversight in the new email policy header setting code.R David Murray2012-05-261-1/+1
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-3/+170
* #14731: refactor email policy framework.R David Murray2012-05-251-167/+5
* #14344: fixed the repr of email.policy objects.R David Murray2012-03-171-1/+1
* #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-0/+174