1. 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 15 years ago
  2. 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 15 years ago
  3. 19c0673 Rephrase comment. by Ezio Melotti · 15 years ago
  4. 23196a5 #8474: fix duplicate test in test_email. by Ezio Melotti · 15 years ago
  5. 661303f Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. by R. David Murray · 15 years ago
  6. 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
  7. 51f1204 Issue 7970: When email.Parser.Parser parses a MIME message of type by R. David Murray · 15 years ago
  8. 7e1902b Add missing import when running these tests standalone. by Georg Brandl · 16 years ago
  9. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  10. c755dba Fix issue number in comment. by R. David Murray · 16 years ago
  11. ed44dfa Issue #1670765: Prevent email.generator.Generator from re-wrapping by R. David Murray · 16 years ago
  12. af45b11 Kill a couple of "<>" by Antoine Pitrou · 16 years ago
  13. 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
  14. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 16 years ago
  15. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 16 years ago
  16. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  17. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 16 years ago
  18. 33cd7ef fix import by Benjamin Peterson · 16 years ago
  19. 0423297 update email tests to use SkipTest by Benjamin Peterson · 16 years ago
  20. 3a44148 Revert eol-style to CRLF. by Martin v. Löwis · 17 years ago
  21. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 17 years ago
  22. 2b1b195 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a by Facundo Batista · 18 years ago
  23. 81a06d4 In response to this SF bug: by Barry Warsaw · 18 years ago
  24. dcd24ae SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
  25. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  26. cbbc3f1 Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the by Barry Warsaw · 18 years ago
  27. d92ae78 Forward port some fixes that were in email 2.5 but for some reason didn't make by Barry Warsaw · 19 years ago
  28. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 19 years ago
  29. 18d2f39 decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. by Barry Warsaw · 19 years ago
  30. dbcc8d9 Port forward from 2.4 branch: by Barry Warsaw · 19 years ago
  31. 93f5b93 The email module's parsedate_tz function now sets the daylight savings by Anthony Baxter · 19 years ago
  32. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
  33. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 19 years ago
  34. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 19 years ago
  35. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 20 years ago
  36. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 20 years ago
  37. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 20 years ago
  38. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 20 years ago
  39. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 20 years ago
  40. 422b10f fix broken (unexecuted) test by Anthony Baxter · 20 years ago
  41. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 21 years ago
  42. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 21 years ago
  43. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 21 years ago
  44. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 21 years ago
  45. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  46. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 21 years ago
  47. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 21 years ago
  48. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 21 years ago
  49. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  50. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 21 years ago
  51. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 21 years ago
  52. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 21 years ago
  53. ac606cc forward porting from release23-maint by Barry Warsaw · 21 years ago
  54. 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 21 years ago
  55. 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 21 years ago
  56. d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 21 years ago
  57. dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 21 years ago
  58. b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 21 years ago
  59. 769f14a A boiled down message/external-body example from Anthony's torture test. by Barry Warsaw · 21 years ago
  60. bce827b An example with multiple boundary lines. by Barry Warsaw · 21 years ago
  61. bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
  62. 09356d4 Like msg_12.txt but with some extra vertical whitespace around the inner by Barry Warsaw · 21 years ago
  63. b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 21 years ago
  64. 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 21 years ago
  65. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
  66. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 22 years ago
  67. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 22 years ago
  68. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 22 years ago
  69. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 22 years ago
  70. 9c505ae test_whitespace_eater_unicode_2(): Test case for SF bug #710498. by Barry Warsaw · 22 years ago
  71. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 22 years ago
  72. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 22 years ago
  73. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 22 years ago
  74. f9e0bd8 Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 22 years ago
  75. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 22 years ago
  76. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 22 years ago
  77. a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 22 years ago
  78. 513af77 Fix base class by Barry Warsaw · 22 years ago
  79. e1ff4bb Use ndiffAssertEqual in a couple of places for better error reporting. by Barry Warsaw · 22 years ago
  80. 3efb651 test_broken_base64_payload(): Test for crash in low-level binascii by Barry Warsaw · 22 years ago
  81. 7963763 test_another_long_multiline_header(): Yet another formatting test. by Barry Warsaw · 22 years ago
  82. 28ffcef test_long_unbreakable_lines_with_continuation(): Another funky example by Barry Warsaw · 22 years ago
  83. 21fcc4e test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out by Barry Warsaw · 22 years ago
  84. bf7e241 whitespace normalization by Barry Warsaw · 22 years ago
  85. 82783e6 test_string_headerinst_eq(): Another Jason test :) by Barry Warsaw · 22 years ago
  86. f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 22 years ago
  87. c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 22 years ago
  88. 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 22 years ago
  89. 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
  90. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 23 years ago
  91. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 23 years ago
  92. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 23 years ago
  93. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 23 years ago
  94. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 23 years ago
  95. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 23 years ago
  96. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 23 years ago
  97. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 23 years ago
  98. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 23 years ago
  99. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 23 years ago
  100. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 23 years ago