1. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  2. c7d28be Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  3. b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  4. 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  5. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  6. 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  7. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  8. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 13 years ago
  9. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 13 years ago
  10. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  11. 78099bb Merge #9298 fix. by R David Murray · 13 years ago
  12. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  13. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 13 years ago
  14. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 13 years ago
  15. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  16. 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 13 years ago
  17. 389af00 Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
  18. 5b2d9dd #5871: protect against header injection attacks. by R. David Murray · 14 years ago
  19. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 14 years ago
  20. 6f0022d Fix formatting of values with embedded newlines when rfc2047 encoding by R. David Murray · 14 years ago
  21. f9844c8 Merged revisions 87750 via svnmerge from by R. David Murray · 14 years ago
  22. 477efb3 #10790: make append work when output codec is different from input codec by R. David Murray · 14 years ago
  23. dfd7eb0 #1693546: don't add quotes around RFC 2231 encoded values. by R. David Murray · 14 years ago
  24. 4a62e89 #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz by R. David Murray · 14 years ago
  25. 27c1914 Merged revisions 87415 via svnmerge from by R. David Murray · 14 years ago
  26. 73a559d Fix the change made for issue 1243654. by R. David Murray · 14 years ago
  27. 63563cd #9286: Fix the rfc822 parser to preserve whitespace in address local part. by R. David Murray · 14 years ago
  28. ccb9d05 Merged revisions 87217 via svnmerge from by R. David Murray · 14 years ago
  29. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  30. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  31. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 14 years ago
  32. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  33. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  34. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 14 years ago
  35. 384917a Properly close files used by test_email. by Brett Cannon · 14 years ago
  36. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  37. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  38. 7f8199a Merged revisions 85179 via svnmerge from by R. David Murray · 14 years ago
  39. 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 14 years ago
  40. f9c957f Merged revisions 85142 via svnmerge from by R. David Murray · 14 years ago
  41. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 14 years ago
  42. 1061f18 Merged revisions 84310 via svnmerge from by R. David Murray · 14 years ago
  43. 219d1c8 #1194222: make parsedate always return RFC2822 four character years. by R. David Murray · 14 years ago
  44. e06528c Merged revisions 83690 via svnmerge from by R. David Murray · 14 years ago
  45. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  46. 6d4a06c Merged revisions 82922 via svnmerge from by R. David Murray · 14 years ago
  47. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 14 years ago
  48. 71df9d9 Merged revisions 82011 via svnmerge from by R. David Murray · 14 years ago
  49. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  50. 99147c4 Merged revisions 81685 via svnmerge from by R. David Murray · 14 years ago
  51. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 14 years ago
  52. d2d08c6 Merged revisions 81660 via svnmerge from by R. David Murray · 14 years ago
  53. 850fc85 Fix Charset.body_encode to encode to output_charset before calling base64mime. by R. David Murray · 14 years ago
  54. f870d87 Merged revisions 79996,80855 via svnmerge from by R. David Murray · 14 years ago
  55. e85200d Merged revisions 80800 via svnmerge from by R. David Murray · 14 years ago
  56. c30bb7d Merged revisions 80359 via svnmerge from by Ezio Melotti · 14 years ago
  57. c303c12 Merged revisions 80357 via svnmerge from by Ezio Melotti · 14 years ago
  58. ba47a37 Merged revisions 80353 via svnmerge from by Ezio Melotti · 14 years ago
  59. 5e001f6 Merged revisions 80350 via svnmerge from by Ezio Melotti · 14 years ago
  60. 84ee310 Merged revisions 80078 via svnmerge from by R. David Murray · 14 years ago
  61. d48739f Merged revisions 80062 via svnmerge from by R. David Murray · 14 years ago
  62. 57a4b98 bdecode was already gone in email 5. This merge adds the test from by R. David Murray · 14 years ago
  63. d0a04ff Merged revisions 78276 via svnmerge from by R. David Murray · 14 years ago
  64. 57c45ac Merged revisions 78274 via svnmerge from by R. David Murray · 14 years ago
  65. fa60692 Merged revisions 77542 via svnmerge from by R. David Murray · 15 years ago
  66. a8f480f Merged revisions 77517,77525 via svnmerge from by R. David Murray · 15 years ago
  67. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  68. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  69. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  70. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  71. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  72. 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
  73. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  74. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  75. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  76. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  77. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  78. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  79. 7aa02e6 More email package fixes. by Barry Warsaw · 17 years ago
  80. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  81. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  82. 8c57104 More email package fixes. by Barry Warsaw · 17 years ago
  83. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  84. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  85. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 17 years ago
  86. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  87. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  88. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  89. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  90. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  91. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  92. 9b88504 Fairly subtle fix for failing tests. by Guido van Rossum · 17 years ago
  93. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  94. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  95. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  96. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  97. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  98. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  99. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 18 years ago
  100. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 18 years ago