aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/test/test_email_codecs.py
Commit message (Expand)AuthorAge
* Correctly move email package tests to Lib/test.R David Murray2011-03-21
* #11554: reactivate test_email_codecs, and make it pass.R David Murray2011-03-15
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-30
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Copying the email package back, despite its failings.Guido van Rossum2007-08-30
* Remove the email package for now.Guido van Rossum2007-08-25
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5.Barry Warsaw2006-02-08
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-17
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-06
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Changed import fromTim Peters2002-07-21
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-19