1. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  2. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  3. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
  6. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  7. dbcc8d9 Port forward from 2.4 branch: by Barry Warsaw · 19 years ago
  8. ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 21 years ago
  9. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 21 years ago
  10. 1a5b956 test_quote_unquote(): Added a test for the rfc822.unquote() patch by Barry Warsaw · 23 years ago
  11. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  12. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 23 years ago
  13. f655328 parseaddr(): Fixed in the same way that Message.getaddrlist() was by Barry Warsaw · 23 years ago
  14. 0a8d4d5 Message.getaddrlist(): Use the AddressList.addresslist attribute by Barry Warsaw · 23 years ago
  15. 135cce8 A specific test for bug #481221, getaddrlist() failing on long by Barry Warsaw · 24 years ago
  16. 19c10ca Add tests for bug #478115, parsedate_tz() IndexError when a Date: by Barry Warsaw · 24 years ago
  17. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  18. 0606933 test_basic(): Add a test for "person@dom.ain (User J. Person)" which by Barry Warsaw · 24 years ago
  19. 876dc70 Re-write the rfc822 tests to use PyUnit. by Fred Drake · 24 years ago
  20. cf71fef Add tests for the new .get() and .setdefault() methods of rfc822.Message by Fred Drake · 24 years ago
  21. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  22. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  23. 098b55a Make reindent happy, but not in the way it planned! by Fred Drake · 25 years ago
  24. 38bfc4d Add a test for SF bug #110621; stripping square brackets off of by Barry Warsaw · 25 years ago
  25. 7c5b9d1 added a test for "To: :" patch by Barry Warsaw · 26 years ago
  26. 47ac4e6 Add the test case provided by Barry Scott for his patch. by Guido van Rossum · 26 years ago
  27. 3ed1be9 Regression test for date format code, by Mike Meyer. by Guido van Rossum · 26 years ago
  28. 5712fa9 Added test case that includes a comma in the full name. This tests by Fred Drake · 26 years ago
  29. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 27 years ago