1. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  2. a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  3. 3ac8c78 Update out of date docstring. by R David Murray · 12 years ago
  4. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  5. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 12 years ago
  6. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  7. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  8. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  9. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  10. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  11. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  12. a3d0be4 Merge with 3.1. by Ezio Melotti · 13 years ago
  13. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  14. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  15. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  16. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  17. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  18. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  19. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  20. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  21. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  22. c7d28be Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  23. b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  24. 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  25. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  26. 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  27. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  28. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 13 years ago
  29. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 13 years ago
  30. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  31. 78099bb Merge #9298 fix. by R David Murray · 13 years ago
  32. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  33. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  34. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  35. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 13 years ago
  36. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  37. 106f8e3 Remove obsolete comment. by R David Murray · 13 years ago
  38. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 13 years ago
  39. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  40. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  41. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 13 years ago
  42. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 13 years ago
  43. d1b1991 Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 13 years ago
  44. 49857f8 Add updated .hgeol file and fix newlines in the 3.2 branch. by Georg Brandl · 13 years ago
  45. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  46. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 14 years ago
  47. 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 14 years ago
  48. bdd2d93 Revert r88197. I'll refix correctly once there is a test. by R. David Murray · 14 years ago
  49. 3a7ee3a Fix BytesGenerator._handle_text() if the message has no payload (None) by Victor Stinner · 14 years ago
  50. 0c4cc55 fix import in email.message_from_binary_file() by Victor Stinner · 14 years ago
  51. 389af00 Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
  52. 5b2d9dd #5871: protect against header injection attacks. by R. David Murray · 14 years ago
  53. 9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. by R. David Murray · 14 years ago
  54. 6f0022d Fix formatting of values with embedded newlines when rfc2047 encoding by R. David Murray · 14 years ago
  55. e98628d Remove doc for nonexisting parameter. by Georg Brandl · 14 years ago
  56. f9844c8 Merged revisions 87750 via svnmerge from by R. David Murray · 14 years ago
  57. 477efb3 #10790: make append work when output codec is different from input codec by R. David Murray · 14 years ago
  58. 5723d22 Merged revisions 87567 via svnmerge from by R. David Murray · 14 years ago
  59. 4c1da4c Fix a comment typo and update another comment to match Python3 reality by R. David Murray · 14 years ago
  60. dfd7eb0 #1693546: don't add quotes around RFC 2231 encoded values. by R. David Murray · 14 years ago
  61. 4a62e89 #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz by R. David Murray · 14 years ago
  62. 27c1914 Merged revisions 87415 via svnmerge from by R. David Murray · 14 years ago
  63. 73a559d Fix the change made for issue 1243654. by R. David Murray · 14 years ago
  64. 63563cd #9286: Fix the rfc822 parser to preserve whitespace in address local part. by R. David Murray · 14 years ago
  65. ccb9d05 Merged revisions 87217 via svnmerge from by R. David Murray · 14 years ago
  66. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  67. 0101a3a Merged revisions 87191 via svnmerge from by R. David Murray · 14 years ago
  68. 5260a9b #243654: only create a new MIME boundary if we don't already have one. by R. David Murray · 14 years ago
  69. abb1075 Merged revisions 85146 via svnmerge from by R. David Murray · 14 years ago
  70. c1b3ed5 Merged revisions 85130 via svnmerge from by R. David Murray · 14 years ago
  71. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  72. 719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. by R. David Murray · 14 years ago
  73. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  74. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  75. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 14 years ago
  76. 384917a Properly close files used by test_email. by Brett Cannon · 14 years ago
  77. 06407b3 Properly close a temporary TextIOWrapper in 'email'. by Brett Cannon · 14 years ago
  78. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  79. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  80. 7f8199a Merged revisions 85179 via svnmerge from by R. David Murray · 14 years ago
  81. 5397e86 #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. by R. David Murray · 14 years ago
  82. 70a9993 Fix docstring typo. by R. David Murray · 14 years ago
  83. f9c957f Merged revisions 85142 via svnmerge from by R. David Murray · 14 years ago
  84. 31e984c #10004: in Q encoded word ignore '=xx' when xx is not valid hex. by R. David Murray · 14 years ago
  85. d2c310f Fix a couple spelling errors in comments and delete redundant __len__ def. by R. David Murray · 14 years ago
  86. 1061f18 Merged revisions 84310 via svnmerge from by R. David Murray · 14 years ago
  87. 219d1c8 #1194222: make parsedate always return RFC2822 four character years. by R. David Murray · 14 years ago
  88. e06528c Merged revisions 83690 via svnmerge from by R. David Murray · 14 years ago
  89. c4e69cc #3196: if needed pad a short base64 encoded word before trying to decode. by R. David Murray · 14 years ago
  90. f1046ca Issue #4770: Restrict binascii module to accept only bytes (as specified). by Florent Xicluna · 14 years ago
  91. 6d4a06c Merged revisions 82922 via svnmerge from by R. David Murray · 14 years ago
  92. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 14 years ago
  93. 71df9d9 Merged revisions 82011 via svnmerge from by R. David Murray · 14 years ago
  94. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  95. 99147c4 Merged revisions 81685 via svnmerge from by R. David Murray · 14 years ago
  96. 7da8f06 #4768: store base64 encoded email body parts as text, not binary. by R. David Murray · 14 years ago
  97. d2d08c6 Merged revisions 81660 via svnmerge from by R. David Murray · 14 years ago
  98. 850fc85 Fix Charset.body_encode to encode to output_charset before calling base64mime. by R. David Murray · 14 years ago
  99. 06f018d Merged revisions 80795 via svnmerge from by Matthias Klose · 14 years ago
  100. f870d87 Merged revisions 79996,80855 via svnmerge from by R. David Murray · 14 years ago