1. 2c68506 Generator.__call__() => Generator.flatten() by Barry Warsaw · 22 years ago
  2. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  3. e0d85c8 Add two new tests of recent email package fixes: CRLF line endings, by Barry Warsaw · 22 years ago
  4. 1476c27 There was a non-ascii character in the source. Replaced by a hex escape. by Jack Jansen · 22 years ago
  5. 16f9055 Whitespace normalization, while using non-whitespace literals for by Barry Warsaw · 22 years ago
  6. 27dba87 Apparently 3 of the tests here rely on trailing whitespace and/or hard by Tim Peters · 22 years ago
  7. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  8. c9ad32c test_main(): Added this so the test can actually get run under the by Barry Warsaw · 22 years ago
  9. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago
  10. 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 22 years ago
  11. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
  12. 78f0dd3 I found that when run as a script, this test suite ran its tests by Guido van Rossum · 23 years ago
  13. e274864 test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: by Barry Warsaw · 23 years ago
  14. 4586d2c test_formatdate(): Remove the unnecessary ldate calculation. by Barry Warsaw · 23 years ago
  15. 75a40fc test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, by Barry Warsaw · 23 years ago
  16. 7a1bea6 test_formatdate(): A test that has a mild hope of working on Mac, by Barry Warsaw · 23 years ago
  17. 19c10ca Add tests for bug #478115, parsedate_tz() IndexError when a Date: by Barry Warsaw · 23 years ago
  18. a4e5c71 test_formatdate(): Dang. Typo. by Barry Warsaw · 23 years ago
  19. 7edd71a test_formatdate(): Don't do the localtime test if we don't have by Barry Warsaw · 23 years ago
  20. 75edc6a test_formatdate(): A test for email.Utils.formatdate(). by Barry Warsaw · 23 years ago
  21. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  22. 1f0fa92 Another merge from mimelib: by Barry Warsaw · 23 years ago
  23. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  24. 07227d1 Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  25. cdc632c test_typed_subpart_iterator_default_type(): Test for when the message by Barry Warsaw · 23 years ago
  26. bf7a59d Add a test for the HeaderParser class. by Barry Warsaw · 23 years ago
  27. fee435a Added tests for MIMEAudio class/module by Barry Warsaw · 23 years ago
  28. 2f6a0b0 Add a test for get_all() returning failobj. msg_20.txt is a sample by Barry Warsaw · 23 years ago
  29. d1de6ea TestIterators: Tim Peters suggests a more succinct spelling of by Barry Warsaw · 23 years ago
  30. 08a534d test_header_splitter(), test_body_line_iterator(): Move the test data by Barry Warsaw · 23 years ago
  31. c59fb2d This test relied on hard tab characters, so failed after whitespace by Tim Peters · 23 years ago
  32. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  33. 65279d0 Update the tests for the current incarnation of the email package, and by Barry Warsaw · 23 years ago
  34. 4107585 An extensive test suite for the email package. by Barry Warsaw · 23 years ago