1. 63563cd #9286: Fix the rfc822 parser to preserve whitespace in address local part. by R. David Murray · 14 years ago
  2. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  3. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  4. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 14 years ago
  5. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  6. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 14 years ago
  7. 384917a Properly close files used by test_email. by Brett Cannon · 14 years ago
  8. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  9. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  10. 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 14 years ago
  11. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 14 years ago
  12. 219d1c8 #1194222: make parsedate always return RFC2822 four character years. by R. David Murray · 14 years ago
  13. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  14. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 14 years ago
  15. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  16. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 14 years ago
  17. 850fc85 Fix Charset.body_encode to encode to output_charset before calling base64mime. by R. David Murray · 14 years ago
  18. e85200d Merged revisions 80800 via svnmerge from by R. David Murray · 14 years ago
  19. 83d8998 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 14 years ago
  20. c303c12 Merged revisions 80357 via svnmerge from by Ezio Melotti · 14 years ago
  21. 5e001f6 Merged revisions 80350 via svnmerge from by Ezio Melotti · 14 years ago
  22. d48739f Merged revisions 80062 via svnmerge from by R. David Murray · 15 years ago
  23. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 15 years ago
  24. 57a4b98 bdecode was already gone in email 5. This merge adds the test from by R. David Murray · 15 years ago
  25. 57c45ac Merged revisions 78274 via svnmerge from by R. David Murray · 15 years ago
  26. a8f480f Merged revisions 77517,77525 via svnmerge from by R. David Murray · 15 years ago
  27. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  28. bf2e0aa Merged revisions 75301 via svnmerge from by R. David Murray · 15 years ago
  29. 1c25de6 Merged revisions 73952 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  30. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  31. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  32. 70d61ce "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. by Barry Warsaw · 16 years ago
  33. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 16 years ago
  34. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  35. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  36. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 16 years ago
  37. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  38. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  39. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  40. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  41. 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 17 years ago
  42. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  43. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  44. 7aa02e6 More email package fixes. by Barry Warsaw · 17 years ago
  45. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  46. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  47. 8c57104 More email package fixes. by Barry Warsaw · 17 years ago
  48. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  49. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  50. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 17 years ago
  51. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  52. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  53. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  54. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  55. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  56. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  57. 9b88504 Fairly subtle fix for failing tests. by Guido van Rossum · 18 years ago
  58. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  59. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  60. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  61. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  62. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  63. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  64. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 19 years ago
  65. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 19 years ago
  66. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  67. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 19 years ago
  68. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 19 years ago
  69. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
  70. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 19 years ago
  71. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  72. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  73. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  74. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  75. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 20 years ago
  76. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  77. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 20 years ago
  78. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 20 years ago
  79. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 20 years ago
  80. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  81. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  82. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  83. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  84. ac606cc forward porting from release23-maint by Barry Warsaw · 20 years ago
  85. 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 20 years ago
  86. 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 20 years ago
  87. d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 20 years ago
  88. dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 20 years ago
  89. b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 20 years ago
  90. 769f14a A boiled down message/external-body example from Anthony's torture test. by Barry Warsaw · 20 years ago
  91. bce827b An example with multiple boundary lines. by Barry Warsaw · 20 years ago
  92. bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 20 years ago
  93. 09356d4 Like msg_12.txt but with some extra vertical whitespace around the inner by Barry Warsaw · 20 years ago
  94. b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 20 years ago
  95. 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 21 years ago
  96. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  97. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  98. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  99. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  100. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 21 years ago