1. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  2. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  3. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  4. 389af00 Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
  5. f9844c8 Merged revisions 87750 via svnmerge from by R. David Murray · 14 years ago
  6. 27c1914 Merged revisions 87415 via svnmerge from by R. David Murray · 14 years ago
  7. ccb9d05 Merged revisions 87217 via svnmerge from by R. David Murray · 14 years ago
  8. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  9. 7f8199a Merged revisions 85179 via svnmerge from by R. David Murray · 14 years ago
  10. f9c957f Merged revisions 85142 via svnmerge from by R. David Murray · 14 years ago
  11. 1061f18 Merged revisions 84310 via svnmerge from by R. David Murray · 14 years ago
  12. e06528c Merged revisions 83690 via svnmerge from by R. David Murray · 14 years ago
  13. 6d4a06c Merged revisions 82922 via svnmerge from by R. David Murray · 14 years ago
  14. 71df9d9 Merged revisions 82011 via svnmerge from by R. David Murray · 14 years ago
  15. 99147c4 Merged revisions 81685 via svnmerge from by R. David Murray · 14 years ago
  16. d2d08c6 Merged revisions 81660 via svnmerge from by R. David Murray · 14 years ago
  17. f870d87 Merged revisions 79996,80855 via svnmerge from by R. David Murray · 14 years ago
  18. c30bb7d Merged revisions 80359 via svnmerge from by Ezio Melotti · 14 years ago
  19. ba47a37 Merged revisions 80353 via svnmerge from by Ezio Melotti · 14 years ago
  20. 84ee310 Merged revisions 80078 via svnmerge from by R. David Murray · 14 years ago
  21. d0a04ff Merged revisions 78276 via svnmerge from by R. David Murray · 14 years ago
  22. fa60692 Merged revisions 77542 via svnmerge from by R. David Murray · 15 years ago
  23. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  24. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  25. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  26. 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 · 15 years ago
  27. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  28. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  29. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  30. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  31. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  32. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  33. 7aa02e6 More email package fixes. by Barry Warsaw · 17 years ago
  34. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  35. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  36. 8c57104 More email package fixes. by Barry Warsaw · 17 years ago
  37. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  38. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  39. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 17 years ago
  40. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  41. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  42. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  43. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  44. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  45. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  46. 9b88504 Fairly subtle fix for failing tests. by Guido van Rossum · 17 years ago
  47. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  48. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  49. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  50. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  51. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  52. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  53. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 18 years ago
  54. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 18 years ago
  55. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
  56. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 19 years ago
  57. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  58. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  59. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  60. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  61. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 20 years ago
  62. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  63. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 20 years ago
  64. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  65. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  66. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  67. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  68. 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 20 years ago
  69. 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 20 years ago
  70. b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 20 years ago
  71. bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 20 years ago
  72. b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 20 years ago
  73. 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 20 years ago
  74. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  75. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  76. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  77. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 21 years ago
  78. 9c505ae test_whitespace_eater_unicode_2(): Test case for SF bug #710498. by Barry Warsaw · 21 years ago
  79. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 21 years ago
  80. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 21 years ago
  81. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 21 years ago
  82. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  83. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 21 years ago
  84. a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 21 years ago
  85. 513af77 Fix base class by Barry Warsaw · 21 years ago
  86. e1ff4bb Use ndiffAssertEqual in a couple of places for better error reporting. by Barry Warsaw · 21 years ago
  87. 3efb651 test_broken_base64_payload(): Test for crash in low-level binascii by Barry Warsaw · 21 years ago
  88. 7963763 test_another_long_multiline_header(): Yet another formatting test. by Barry Warsaw · 21 years ago
  89. 28ffcef test_long_unbreakable_lines_with_continuation(): Another funky example by Barry Warsaw · 21 years ago
  90. 21fcc4e test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out by Barry Warsaw · 21 years ago
  91. bf7e241 whitespace normalization by Barry Warsaw · 21 years ago
  92. 82783e6 test_string_headerinst_eq(): Another Jason test :) by Barry Warsaw · 21 years ago
  93. f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 21 years ago
  94. c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 21 years ago
  95. 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 21 years ago
  96. 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  97. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  98. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  99. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  100. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago