summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_policy.py
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in email folding logic (GH-12732)Paul Ganssle2019-07-161-0/+20
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...Abhilash Raj2019-05-171-0/+13
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)Krzysztof Wojcik2019-05-141-0/+8
* #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-17/+25
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+2
* #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-0/+4
* #20871: improve email policy test coverage.R David Murray2014-03-091-0/+9
* #18891: Complete new provisional email API.R David Murray2013-10-171-0/+1
* Make headerregistry fully part of the provisional api.R David Murray2012-05-271-6/+6
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-31/+97
* #14731: refactor email policy framework.R David Murray2012-05-251-4/+110
* #12788: fix error in test_policy when run under refleak detectionR David Murray2012-03-171-1/+3
* #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-0/+148