summaryrefslogtreecommitdiffstats
path: root/Lib/email/_policybase.py
Commit message (Expand)AuthorAgeFilesLines
* gh-124452: Fix header mismatches when folding/unfolding with email message (#...RanKKI2024-11-161-2/+2
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)Petr Viktorin2024-07-301-0/+8
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-221-1/+1
* gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__ (#11...wim glenn2024-05-051-1/+1
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...mircea-cosbuc2017-06-121-2/+6
* #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