summaryrefslogtreecommitdiffstats
path: root/Lib/email/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 80795 via svnmerge fromMatthias Klose2010-05-211-0/+0
* Merged revisions 79996,80855 via svnmerge fromR. David Murray2010-05-061-0/+7
* Merged revisions 80359 via svnmerge fromEzio Melotti2010-04-221-2/+2
* Merged revisions 80353 via svnmerge fromEzio Melotti2010-04-221-5/+0
* Merged revisions 80078 via svnmerge fromR. David Murray2010-04-141-0/+8
* Merged revisions 78276 via svnmerge fromR. David Murray2010-02-212-0/+35
* Merged revisions 77542 via svnmerge fromR. David Murray2010-01-162-0/+71
* Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* Merged revisions 75307 via svnmerge fromR. David Murray2009-10-101-4/+2
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-43/+43
* More codestring -> codebytes.Georg Brandl2009-06-041-2/+2
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-303-82/+5
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-301-2/+2
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-8/+8
* Merged revisions 64260 via svnmerge fromMartin v. Löwis2008-06-141-45/+45
* Ran svneol.pyMartin v. Löwis2008-06-131-45/+45
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-204-5/+5
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-191-0/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+1
* Get test_email to pass. There is a problem reading the data file andNeal Norwitz2007-10-271-1/+1
* Restore test_email for a1. It passes completely.Barry Warsaw2007-08-311-2/+2
* Make test_email.py completely pass. This is cheating though because the twoBarry Warsaw2007-08-311-24/+29
* More email package fixes.Barry Warsaw2007-08-311-9/+8
* More email package fixes.Barry Warsaw2007-08-311-1/+1
* More email package fixes.Barry Warsaw2007-08-311-1/+1
* More email package fixes.Barry Warsaw2007-08-301-5/+13
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-301-3/+1
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-174/+267
* Fix a more bytes/str confusion.Barry Warsaw2007-08-301-4/+2
* Copying the email package back, despite its failings.Guido van Rossum2007-08-3052-0/+5432
* Remove the email package for now.Guido van Rossum2007-08-2553-8693/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-093-3/+3
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-182-0/+23
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-024-23/+23
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-272-2/+45
* Fairly subtle fix for failing tests.Guido van Rossum2007-02-092-8/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-092-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-152-6/+6
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-242-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-112-18/+360
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-272-0/+12
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-214-54/+3237
* Actually this file should have svn:eol-style CRLF since it's specificallyBarry Warsaw2006-03-041-45/+45
* Set eol-style to native -- doesn't appear to be any reasonTim Peters2006-03-041-45/+45
* Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5.Barry Warsaw2006-02-082-2/+14
* Resolves SF bug #1423972.Barry Warsaw2006-02-041-2/+4
* parsedate_tz(): Minor cleanup.Barry Warsaw2006-02-031-0/+9
* SF bug #1347874; FeedParser does not comply with RFC2822.Barry Warsaw2006-01-171-0/+9
* Ported 42075 from release23-maint branch.Barry Warsaw2006-01-172-1/+43