| Commit message (Expand) | Author | Age | Files | Lines |
* | simply ignore headers with no name (#19996) | Benjamin Peterson | 2015-01-26 | 1 | -0/+6 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -2/+2 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -2/+2 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -2/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
|
|
* | add py3k warnings to rfc822 | Benjamin Peterson | 2008-06-12 | 1 | -1/+2 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Port forward from 2.4 branch: | Barry Warsaw | 2006-05-01 | 1 | -0/+10 |
|
|
* | Bug #1030125: rfc822 __iter__ problem | Raymond Hettinger | 2004-09-22 | 1 | -0/+11 |
|
|
* | Resolution of bug #997368, "strftime() backward compatibility". | Barry Warsaw | 2004-08-07 | 1 | -1/+1 |
|
|
* | test_quote_unquote(): Added a test for the rfc822.unquote() patch | Barry Warsaw | 2002-09-11 | 1 | -0/+6 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | SF bug 558179. | Guido van Rossum | 2002-06-05 | 1 | -1/+1 |
|
|
* | parseaddr(): Fixed in the same way that Message.getaddrlist() was | Barry Warsaw | 2002-05-23 | 1 | -0/+9 |
|
|
* | Message.getaddrlist(): Use the AddressList.addresslist attribute | Barry Warsaw | 2002-05-21 | 1 | -1/+20 |
|
|
* | A specific test for bug #481221, getaddrlist() failing on long | Barry Warsaw | 2001-11-13 | 1 | -0/+8 |
|
|
* | Add tests for bug #478115, parsedate_tz() IndexError when a Date: | Barry Warsaw | 2001-11-13 | 1 | -0/+8 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+7 |
|
|
* | test_basic(): Add a test for "person@dom.ain (User J. Person)" which | Barry Warsaw | 2001-07-16 | 1 | -0/+12 |
|
|
* | Re-write the rfc822 tests to use PyUnit. | Fred Drake | 2001-05-22 | 1 | -138/+162 |
|
|
* | Add tests for the new .get() and .setdefault() methods of rfc822.Message | Fred Drake | 2001-05-22 | 1 | -1/+19 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | Make reindent happy, but not in the way it planned! | Fred Drake | 2000-10-23 | 1 | -3/+3 |
|
|
* | Add a test for SF bug #110621; stripping square brackets off of | Barry Warsaw | 2000-09-25 | 1 | -0/+4 |
|
|
* | added a test for "To: :" patch | Barry Warsaw | 1999-07-12 | 1 | -0/+7 |
|
|
* | Add the test case provided by Barry Scott for his patch. | Guido van Rossum | 1999-06-15 | 1 | -0/+5 |
|
|
* | Regression test for date format code, by Mike Meyer. | Guido van Rossum | 1999-05-03 | 1 | -0/+21 |
|
|
* | Added test case that includes a comma in the full name. This tests | Fred Drake | 1999-04-28 | 1 | -0/+7 |
|
|
* | Test the rfc822.py module. Contains just a few simple cases, and some | Barry Warsaw | 1999-01-14 | 1 | -0/+82 |
|
|