COMMITS
/ Lib/test/test_email/__init__.py April 5, 2021
I
bpo-43651: PEP 597: Fix test_email (GH-25158)
Inada Naoki committed
September 9, 2016
S
Merge with 3.5
Steve Dower committed
R
#28047: Fix calculation of base64 line length.
R David Murray committed
April 24, 2016
B
Issue #23277: Remove unused sys and os imports
Berker Peksag committed
April 14, 2015
B
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag committed
July 23, 2014
Z
Issue #22002: Make full use of test discovery in test sub-packages.
Zachary Ware committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed
May 31, 2012
R
Don't use metaclasses when class decorators can do the job.
R David Murray committed
R
Make parameterized tests in email less hackish.
R David Murray committed
May 25, 2012
R
#12586: add provisional email policy with new header parsing and folding.
R David Murray committed
R
#14731: refactor email policy framework.
R David Murray committed
March 13, 2012
R
#8315: add automatic unittest test discovery in test.test_email
R David Murray committed
September 28, 2011
E
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti committed
April 18, 2011
R
#11731: simplify/enhance parser/generator API by introducing policy objects.
R David Murray committed
April 10, 2011
R
Use stock assertEqual instead of custom ndiffAssertEqual.
R David Murray committed
March 31, 2011
R
Move assertBytesEqual to base test class, improve it, and hook into assertEqual
R David Murray committed
R
Move infrastructure into __init__ to lay groundwork for splitting test_email.
R David Murray committed
March 21, 2011
R
Correctly move email package tests to Lib/test.
R David Murray committed