| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+2 |
|
|
* | Make sure the email test suite can be run both stand-alone and under | Guido van Rossum | 2002-10-06 | 1 | -2/+4 |
|
|
* | Shut the test up and add a missing import | Barry Warsaw | 2002-07-19 | 1 | -1/+2 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 1 | -1983/+2 |
|
|
* | ndiffAssertEqual(): Stringify the arguments before running | Barry Warsaw | 2002-07-09 | 1 | -4/+16 |
|
|
* | TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an | Barry Warsaw | 2002-07-09 | 1 | -32/+186 |
|
|
* | Another test of long headers. | Barry Warsaw | 2002-06-29 | 1 | -0/+4 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 1 | -1/+12 |
|
|
* | test_multilingual(): Test for Header.__unicode__(). | Barry Warsaw | 2002-06-29 | 1 | -0/+22 |
|
|
* | Lots of new and updated tests to check for proper ascii header | Barry Warsaw | 2002-06-28 | 1 | -37/+167 |
|
|
* | Generator.__call__() => Generator.flatten() | Barry Warsaw | 2002-06-02 | 1 | -28/+56 |
|
|
* | getaddresses(): Like the change in rfc822.py, this one needs to access | Barry Warsaw | 2002-05-22 | 1 | -0/+7 |
|
|
* | Add two new tests of recent email package fixes: CRLF line endings, | Barry Warsaw | 2002-05-19 | 1 | -0/+26 |
|
|
* | There was a non-ascii character in the source. Replaced by a hex escape. | Jack Jansen | 2002-04-23 | 1 | -1/+1 |
|
|
* | Whitespace normalization, while using non-whitespace literals for | Barry Warsaw | 2002-04-16 | 1 | -26/+26 |
|
|
* | Apparently 3 of the tests here rely on trailing whitespace and/or hard | Tim Peters | 2002-04-16 | 1 | -26/+26 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -26/+26 |
|
|
* | test_main(): Added this so the test can actually get run under the | Barry Warsaw | 2002-04-15 | 1 | -19/+14 |
|
|
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 1 | -48/+594 |
|
|
* | test_multipart_one_part(): Idempotency test case for a multipart/* | Barry Warsaw | 2002-01-27 | 1 | -1/+5 |
|
|
* | test_parseaddr_empty(): New test for assuring that | Barry Warsaw | 2001-12-20 | 1 | -0/+4 |
|
|
* | I found that when run as a script, this test suite ran its tests | Guido van Rossum | 2001-12-07 | 1 | -6/+6 |
|
|
* | test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: | Barry Warsaw | 2001-11-27 | 1 | -3/+4 |
|
|
* | test_formatdate(): Remove the unnecessary ldate calculation. | Barry Warsaw | 2001-11-19 | 1 | -3/+6 |
|
|
* | test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, | Barry Warsaw | 2001-11-19 | 1 | -17/+16 |
|
|
* | test_formatdate(): A test that has a mild hope of working on Mac, | Barry Warsaw | 2001-11-18 | 1 | -1/+11 |
|
|
* | Add tests for bug #478115, parsedate_tz() IndexError when a Date: | Barry Warsaw | 2001-11-13 | 1 | -0/+3 |
|
|
* | test_formatdate(): Dang. Typo. | Barry Warsaw | 2001-11-09 | 1 | -1/+1 |
|
|
* | test_formatdate(): Don't do the localtime test if we don't have | Barry Warsaw | 2001-11-09 | 1 | -10/+12 |
|
|
* | test_formatdate(): A test for email.Utils.formatdate(). | Barry Warsaw | 2001-11-09 | 1 | -0/+16 |
|
|
* | A fix for SF bug #472560, extra newlines returned by get_param() when | Barry Warsaw | 2001-10-25 | 1 | -0/+4 |
|
|
* | Another merge from mimelib: | Barry Warsaw | 2001-10-19 | 1 | -0/+27 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | Two merges from the mimelib project: | Barry Warsaw | 2001-10-17 | 1 | -0/+34 |
|
|
* | test_typed_subpart_iterator_default_type(): Test for when the message | Barry Warsaw | 2001-10-15 | 1 | -0/+18 |
|
|
* | Add a test for the HeaderParser class. | Barry Warsaw | 2001-10-11 | 1 | -1/+17 |
|
|
* | Added tests for MIMEAudio class/module | Barry Warsaw | 2001-10-09 | 1 | -4/+69 |
|
|
* | Add a test for get_all() returning failobj. msg_20.txt is a sample | Barry Warsaw | 2001-10-09 | 1 | -0/+6 |
|
|
* | TestIterators: Tim Peters suggests a more succinct spelling of | Barry Warsaw | 2001-10-04 | 1 | -12/+4 |
|
|
* | test_header_splitter(), test_body_line_iterator(): Move the test data | Barry Warsaw | 2001-10-04 | 1 | -70/+32 |
|
|
* | This test relied on hard tab characters, so failed after whitespace | Tim Peters | 2001-10-04 | 1 | -5/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-04 | 1 | -30/+30 |
|
|
* | Update the tests for the current incarnation of the email package, and | Barry Warsaw | 2001-09-26 | 1 | -105/+198 |
|
|
* | An extensive test suite for the email package. | Barry Warsaw | 2001-09-23 | 1 | -0/+797 |
|
|