1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  3. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  4. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  5. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  6. b03fac2 Make sure the email test suite can be run both stand-alone and under by Guido van Rossum · 22 years ago
  7. d33d474 Shut the test up and add a missing import by Barry Warsaw · 22 years ago
  8. 190390b The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  9. c53b29e ndiffAssertEqual(): Stringify the arguments before running by Barry Warsaw · 22 years ago
  10. 329d3af TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an by Barry Warsaw · 22 years ago
  11. 1969817 Another test of long headers. by Barry Warsaw · 22 years ago
  12. 9546e79 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  13. 3fdc889 test_multilingual(): Test for Header.__unicode__(). by Barry Warsaw · 22 years ago
  14. b6a9213 Lots of new and updated tests to check for proper ascii header by Barry Warsaw · 22 years ago
  15. 2c68506 Generator.__call__() => Generator.flatten() by Barry Warsaw · 22 years ago
  16. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  17. e0d85c8 Add two new tests of recent email package fixes: CRLF line endings, by Barry Warsaw · 22 years ago
  18. 1476c27 There was a non-ascii character in the source. Replaced by a hex escape. by Jack Jansen · 22 years ago
  19. 16f9055 Whitespace normalization, while using non-whitespace literals for by Barry Warsaw · 22 years ago
  20. 27dba87 Apparently 3 of the tests here rely on trailing whitespace and/or hard by Tim Peters · 22 years ago
  21. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  22. c9ad32c test_main(): Added this so the test can actually get run under the by Barry Warsaw · 22 years ago
  23. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago
  24. 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 23 years ago
  25. eae36ac test_parseaddr_empty(): New test for assuring that by Barry Warsaw · 23 years ago
  26. 78f0dd3 I found that when run as a script, this test suite ran its tests by Guido van Rossum · 23 years ago
  27. e274864 test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: by Barry Warsaw · 23 years ago
  28. 4586d2c test_formatdate(): Remove the unnecessary ldate calculation. by Barry Warsaw · 23 years ago
  29. 75a40fc test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, by Barry Warsaw · 23 years ago
  30. 7a1bea6 test_formatdate(): A test that has a mild hope of working on Mac, by Barry Warsaw · 23 years ago
  31. 19c10ca Add tests for bug #478115, parsedate_tz() IndexError when a Date: by Barry Warsaw · 23 years ago
  32. a4e5c71 test_formatdate(): Dang. Typo. by Barry Warsaw · 23 years ago
  33. 7edd71a test_formatdate(): Don't do the localtime test if we don't have by Barry Warsaw · 23 years ago
  34. 75edc6a test_formatdate(): A test for email.Utils.formatdate(). by Barry Warsaw · 23 years ago
  35. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  36. 1f0fa92 Another merge from mimelib: by Barry Warsaw · 23 years ago
  37. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  38. 07227d1 Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  39. cdc632c test_typed_subpart_iterator_default_type(): Test for when the message by Barry Warsaw · 23 years ago
  40. bf7a59d Add a test for the HeaderParser class. by Barry Warsaw · 23 years ago
  41. fee435a Added tests for MIMEAudio class/module by Barry Warsaw · 23 years ago
  42. 2f6a0b0 Add a test for get_all() returning failobj. msg_20.txt is a sample by Barry Warsaw · 23 years ago
  43. d1de6ea TestIterators: Tim Peters suggests a more succinct spelling of by Barry Warsaw · 23 years ago
  44. 08a534d test_header_splitter(), test_body_line_iterator(): Move the test data by Barry Warsaw · 23 years ago
  45. c59fb2d This test relied on hard tab characters, so failed after whitespace by Tim Peters · 23 years ago
  46. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  47. 65279d0 Update the tests for the current incarnation of the email package, and by Barry Warsaw · 23 years ago
  48. 4107585 An extensive test suite for the email package. by Barry Warsaw · 23 years ago