summaryrefslogtreecommitdiff
path: root/Lib/email/_policybase.py
Commit message (Expand)AuthorAgeFilesLines
* #20476: Deal with the message_factory circular import differently.R David Murray2016-09-101-1/+1
* #20476: add a message_factory policy attribute to email.R David Murray2016-09-091-0/+4
* #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+8
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-311-25/+20
* #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-291-0/+19
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-3/+9
* #14731: refactor email policy framework.R David Murray2012-05-251-0/+338