summaryrefslogtreecommitdiff
path: root/Lib/test/test_email.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Restore test_email for a1. It passes completely.Barry Warsaw2007-08-311-0/+13
* Remove the email package for now.Guido van Rossum2007-08-251-13/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Make sure the email test suite can be run both stand-alone and underGuido van Rossum2002-10-061-2/+4
* Shut the test up and add a missing importBarry Warsaw2002-07-191-1/+2
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-191-1983/+2
* ndiffAssertEqual(): Stringify the arguments before runningBarry Warsaw2002-07-091-4/+16
* TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have anBarry Warsaw2002-07-091-32/+186
* Another test of long headers.Barry Warsaw2002-06-291-0/+4
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-291-1/+12
* test_multilingual(): Test for Header.__unicode__().Barry Warsaw2002-06-291-0/+22
* Lots of new and updated tests to check for proper ascii headerBarry Warsaw2002-06-281-37/+167
* Generator.__call__() => Generator.flatten()Barry Warsaw2002-06-021-28/+56
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-221-0/+7
* Add two new tests of recent email package fixes: CRLF line endings,Barry Warsaw2002-05-191-0/+26
* There was a non-ascii character in the source. Replaced by a hex escape.Jack Jansen2002-04-231-1/+1
* Whitespace normalization, while using non-whitespace literals forBarry Warsaw2002-04-161-26/+26
* Apparently 3 of the tests here rely on trailing whitespace and/or hardTim Peters2002-04-161-26/+26
* Whitespace normalization.Tim Peters2002-04-161-26/+26
* test_main(): Added this so the test can actually get run under theBarry Warsaw2002-04-151-19/+14
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-48/+594
* test_multipart_one_part(): Idempotency test case for a multipart/*Barry Warsaw2002-01-271-1/+5
* test_parseaddr_empty(): New test for assuring thatBarry Warsaw2001-12-201-0/+4
* I found that when run as a script, this test suite ran its testsGuido van Rossum2001-12-071-6/+6
* test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch:Barry Warsaw2001-11-271-3/+4
* test_formatdate(): Remove the unnecessary ldate calculation.Barry Warsaw2001-11-191-3/+6
* test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First,Barry Warsaw2001-11-191-17/+16
* test_formatdate(): A test that has a mild hope of working on Mac,Barry Warsaw2001-11-181-1/+11
* Add tests for bug #478115, parsedate_tz() IndexError when a Date:Barry Warsaw2001-11-131-0/+3
* test_formatdate(): Dang. Typo.Barry Warsaw2001-11-091-1/+1
* test_formatdate(): Don't do the localtime test if we don't haveBarry Warsaw2001-11-091-10/+12
* test_formatdate(): A test for email.Utils.formatdate().Barry Warsaw2001-11-091-0/+16
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-251-0/+4
* Another merge from mimelib:Barry Warsaw2001-10-191-0/+27
* Whitespace normalization.Tim Peters2001-10-181-1/+1
* Two merges from the mimelib project:Barry Warsaw2001-10-171-0/+34
* test_typed_subpart_iterator_default_type(): Test for when the messageBarry Warsaw2001-10-151-0/+18
* Add a test for the HeaderParser class.Barry Warsaw2001-10-111-1/+17
* Added tests for MIMEAudio class/moduleBarry Warsaw2001-10-091-4/+69
* Add a test for get_all() returning failobj. msg_20.txt is a sampleBarry Warsaw2001-10-091-0/+6
* TestIterators: Tim Peters suggests a more succinct spelling ofBarry Warsaw2001-10-041-12/+4
* test_header_splitter(), test_body_line_iterator(): Move the test dataBarry Warsaw2001-10-041-70/+32
* This test relied on hard tab characters, so failed after whitespaceTim Peters2001-10-041-5/+5
* Whitespace normalization.Tim Peters2001-10-041-30/+30
* Update the tests for the current incarnation of the email package, andBarry Warsaw2001-09-261-105/+198
* An extensive test suite for the email package.Barry Warsaw2001-09-231-0/+797