summaryrefslogtreecommitdiffstats
path: root/Lib/email/test/test_email.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046Barry Warsaw2004-11-061-0/+19
* Added a usegmt flag to email.Utils.formatdate - this allows it to beAnthony Baxter2004-10-111-0/+9
* test_missing_start_boundary(): A test for SF bug # 1030941.Barry Warsaw2004-10-091-0/+15
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-115/+43
* Test cases and fixes for bugs described in patch #873418: email/Message.py:Barry Warsaw2004-08-161-0/+12
* Resolution of bug #997368, "strftime() backward compatibility".Barry Warsaw2004-08-071-2/+2
* Resolution of SF bug #1002475 and patch #1003693; Header lines that end inBarry Warsaw2004-08-071-1/+30
* test_boundary_in_non_multipart(): Added a test for SF bug # 846938.Barry Warsaw2004-05-131-0/+15
* test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary():Barry Warsaw2004-05-131-0/+36
* More boiled down tests from Anthony's big torture suite.Barry Warsaw2004-05-111-2/+26
* test_mime_attachments_in_constructor(): New test to check for SF bug # 884030.Barry Warsaw2004-05-091-0/+9
* A bunch of new tests, and updated tests for the email 3.0 FeedParser.Barry Warsaw2004-05-091-63/+189
* test_email: comment out two fail-test cases that no longer fail with the newThomas Wouters2004-03-201-25/+27
* test_get_param_with_semis_in_quotes(): Test case for SF bug #794466.Barry Warsaw2003-09-031-0/+7
* test_rfc2231_no_language_or_charset_in_filename(),Barry Warsaw2003-08-191-0/+37
* A couple of new parsedate test cases.Barry Warsaw2003-05-081-0/+10
* Get rid of some hard coded tabsBarry Warsaw2003-04-241-3/+3
* test_whitespace_eater_unicode_2(): Test case for SF bug #710498.Barry Warsaw2003-03-301-0/+9