summaryrefslogtreecommitdiffstats
path: root/Lib/email/test/test_email.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 84310 via svnmerge fromR. David Murray2010-08-251-0/+13
* Merged revisions 83690 via svnmerge fromR. David Murray2010-08-031-1/+10
* Merged revisions 82922 via svnmerge fromR. David Murray2010-07-171-0/+33
* Merged revisions 82011 via svnmerge fromR. David Murray2010-06-161-0/+18
* Merged revisions 81685 via svnmerge fromR. David Murray2010-06-041-3/+5
* Merged revisions 81660 via svnmerge fromR. David Murray2010-06-031-1/+28
* 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-211-0/+12
* Merged revisions 77542 via svnmerge fromR. David Murray2010-01-161-0/+38
* Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* 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-301-2/+2
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-8/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* 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
* 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-301-0/+3307
* Remove the email package for now.Guido van Rossum2007-08-251-3285/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+12
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-10/+10
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+26
* Fairly subtle fix for failing tests.Guido van Rossum2007-02-091-4/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-9/+180
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+6
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-54/+75
* Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5.Barry Warsaw2006-02-081-1/+2
* 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-171-1/+8
* fix broken (unexecuted) testAnthony Baxter2005-06-081-3/+3
* Fixes for SF #1076485, which I'll apply to the CVS head too. The problem wasBarry Warsaw2004-12-051-1/+43
* RFC 2822 describes the characters allowed in a header field name. Conform toBarry Warsaw2004-11-291-0/+16
* Fix for SF bug #1072623. When the last line of the input string does not endBarry Warsaw2004-11-281-0/+14