summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_inversion.py
Commit message (Collapse)AuthorAgeFilesLines
* #28047: Fix calculation of base64 line length.R David Murray2016-09-091-1/+22
| | | | | This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there.
* Closes #18475: add unittest.main() to test_email/test_inversions.R David Murray2013-07-161-0/+4
| | | | Patch by Vajrasky Kok.
* #16811: Fix folding of headers with no value in provisional policies.R David Murray2013-02-041-0/+45