1. 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 20 years ago
  2. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 20 years ago
  3. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  4. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  5. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  6. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 21 years ago
  7. 9c505ae test_whitespace_eater_unicode_2(): Test case for SF bug #710498. by Barry Warsaw · 21 years ago
  8. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 21 years ago
  9. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 21 years ago
  10. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 21 years ago
  11. f9e0bd8 Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  12. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  13. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 21 years ago
  14. a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 21 years ago
  15. 513af77 Fix base class by Barry Warsaw · 21 years ago
  16. e1ff4bb Use ndiffAssertEqual in a couple of places for better error reporting. by Barry Warsaw · 21 years ago
  17. 3efb651 test_broken_base64_payload(): Test for crash in low-level binascii by Barry Warsaw · 21 years ago
  18. 7963763 test_another_long_multiline_header(): Yet another formatting test. by Barry Warsaw · 21 years ago
  19. 28ffcef test_long_unbreakable_lines_with_continuation(): Another funky example by Barry Warsaw · 21 years ago
  20. 21fcc4e test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out by Barry Warsaw · 21 years ago
  21. bf7e241 whitespace normalization by Barry Warsaw · 21 years ago
  22. 82783e6 test_string_headerinst_eq(): Another Jason test :) by Barry Warsaw · 21 years ago
  23. f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 21 years ago
  24. c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 21 years ago
  25. 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 21 years ago
  26. 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  27. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  28. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  29. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  30. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 22 years ago
  31. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago
  32. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 22 years ago
  33. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  34. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  35. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  36. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  37. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 22 years ago
  38. 34aa445 test_body_encoding(): a new test by Barry Warsaw · 22 years ago
  39. a74771c Two new tests for splitting (or not splitting) 8-bit header data. by Barry Warsaw · 22 years ago
  40. dc8087b New tests to verify that charsets are case insensitive, and that by by Barry Warsaw · 22 years ago
  41. 08c82b8 openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 22 years ago
  42. 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 22 years ago
  43. d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 22 years ago
  44. d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 22 years ago
  45. eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 22 years ago
  46. 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 22 years ago
  47. 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  48. 40363b6 Open the test files in binary mode so the \r\n files won't cause by Barry Warsaw · 22 years ago
  49. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  50. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  51. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  52. e99e2f5 test_set_param(), test_del_param(): Test RFC 2231 encoding support by by Barry Warsaw · 22 years ago
  53. 470288c test_mondo_message(): "binary" is not a legal content type, so with by Barry Warsaw · 22 years ago
  54. 58fb61c test_replace_header(): New test for Message.replace_header(). by Barry Warsaw · 22 years ago
  55. 1a16075 Whitespace normalization. by Barry Warsaw · 22 years ago
  56. 3328136 Added tests for SF patch #597593, syntactically invalid Content-Type: headers. by Barry Warsaw · 22 years ago
  57. b404bb7 test_three_lines(): Test case reported by Andrew McNamara. Works in by Barry Warsaw · 22 years ago
  58. 9e4e050 Use full package paths in imports. by Barry Warsaw · 22 years ago
  59. 10d0d59 Added a couple of more tests for Header charset handling. by Barry Warsaw · 22 years ago
  60. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  61. 53d019c Changed import from by Tim Peters · 22 years ago
  62. 190390b The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  63. 6290380 The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago