index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
email
/
test
/
test_email_codecs.py
Commit message (
Expand
)
Author
Age
*
Correctly move email package tests to Lib/test.
R David Murray
2011-03-21
*
#11554: reactivate test_email_codecs, and make it pass.
R David Murray
2011-03-15
*
"Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...
Barry Warsaw
2009-03-30
*
Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...
Benjamin Peterson
2009-03-28
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Copying the email package back, despite its failings.
Guido van Rossum
2007-08-30
*
Remove the email package for now.
Guido van Rossum
2007-08-25
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5.
Barry Warsaw
2006-02-08
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
*
Merge of the folding-reimpl-branch. Specific changes,
Barry Warsaw
2003-03-06
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Changed import from
Tim Peters
2002-07-21
*
The email package's tests live much better in a subpackage
Barry Warsaw
2002-07-19