aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/_policybase.py
Commit message (Expand)AuthorAge
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...mircea-cosbuc2017-06-11
* #20476: Deal with the message_factory circular import differently.R David Murray2016-09-10
* #20476: add a message_factory policy attribute to email.R David Murray2016-09-09
* #20098: add mangle_from_ policy option.R David Murray2015-05-17
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-31
* #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-29
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-25
* #14731: refactor email policy framework.R David Murray2012-05-25