summaryrefslogtreecommitdiff
path: root/Lib/test/test_email/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.5Steve Dower2016-09-091-2/+10
|\
| * #28047: Fix calculation of base64 line length.R David Murray2016-09-091-2/+10
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
|/
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-19/+4
* #18891: Complete new provisional email API.R David Murray2013-10-161-1/+25
* Don't use metaclasses when class decorators can do the job.R David Murray2012-05-311-34/+32
* Make parameterized tests in email less hackish.R David Murray2012-05-301-0/+79
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-0/+6
* #14731: refactor email policy framework.R David Murray2012-05-251-1/+13
* #8315: add automatic unittest test discovery in test.test_emailR David Murray2012-03-131-0/+10
* #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-1/+1
* #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-0/+2
* Use stock assertEqual instead of custom ndiffAssertEqual.R David Murray2011-04-101-9/+1
* Move assertBytesEqual to base test class, improve it, and hook into assertEqualR David Murray2011-03-311-0/+11
* Move infrastructure into __init__ to lay groundwork for splitting test_email.R David Murray2011-03-311-0/+27
* Correctly move email package tests to Lib/test.R David Murray2011-03-211-0/+13