summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_rfc822.py
Commit message (Expand)AuthorAgeFilesLines
* test_quote_unquote(): Added a test for the rfc822.unquote() patchBarry Warsaw2002-09-111-0/+6
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF bug 558179.Guido van Rossum2002-06-051-1/+1
* parseaddr(): Fixed in the same way that Message.getaddrlist() wasBarry Warsaw2002-05-231-0/+9
* Message.getaddrlist(): Use the AddressList.addresslist attributeBarry Warsaw2002-05-211-1/+20
* A specific test for bug #481221, getaddrlist() failing on longBarry Warsaw2001-11-131-0/+8
* Add tests for bug #478115, parsedate_tz() IndexError when a Date:Barry Warsaw2001-11-131-0/+8
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* test_basic(): Add a test for "person@dom.ain (User J. Person)" whichBarry Warsaw2001-07-161-0/+12
* Re-write the rfc822 tests to use PyUnit.Fred Drake2001-05-221-138/+162
* Add tests for the new .get() and .setdefault() methods of rfc822.MessageFred Drake2001-05-221-1/+19
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Make reindent happy, but not in the way it planned!Fred Drake2000-10-231-3/+3
* Add a test for SF bug #110621; stripping square brackets off ofBarry Warsaw2000-09-251-0/+4
* added a test for "To: :" patchBarry Warsaw1999-07-121-0/+7
* Add the test case provided by Barry Scott for his patch.Guido van Rossum1999-06-151-0/+5
* Regression test for date format code, by Mike Meyer.Guido van Rossum1999-05-031-0/+21
* Added test case that includes a comma in the full name. This testsFred Drake1999-04-281-0/+7
* Test the rfc822.py module. Contains just a few simple cases, and someBarry Warsaw1999-01-141-0/+82