1. 52d0a1b Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 11 years ago
  2. ce0f744 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 11 years ago
  3. bc6f8de Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 11 years ago
  4. 2cfae9b #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  5. 1153757 Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 12 years ago
  6. d781b07 #18437: fix comment typo. by R David Murray · 12 years ago
  7. c114cc8 #17171: backport behavior-confirming test from python3. by R David Murray · 13 years ago
  8. a5e7f8f #16564: test to confirm behavior that regressed in python3. by R David Murray · 13 years ago
  9. bd64460 revert comment wording (#16714) by Andrew Svetlov · 13 years ago
  10. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  11. 003014b #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  12. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 13 years ago
  13. 83ae8be Fixed the name of the 'email.Utils' module in tests. by Alexander Belopolsky · 13 years ago
  14. e99d3a1 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  15. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  16. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  17. 414596a Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository. by Antoine Pitrou · 14 years ago
  18. faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 14 years ago
  19. d97f5ce Merged revisions 87873 via svnmerge from by R. David Murray · 15 years ago
  20. 5360d00 #1379416: encode charset name to ascii to avoid unicode promotion of output by R. David Murray · 15 years ago
  21. a993b2d Merged revisions 87415 via svnmerge from by R. David Murray · 15 years ago
  22. a9aa34c #1078919: document requirement to use triples for non-ascii add_header parms. by R. David Murray · 15 years ago
  23. 910c52f Merged revisions 87191 via svnmerge from by R. David Murray · 15 years ago
  24. 82e7aae Merged revisions 85146 via svnmerge from by R. David Murray · 15 years ago
  25. 13219a3 Merged revisions 85130 via svnmerge from by R. David Murray · 15 years ago
  26. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  27. 10a8676 Merged revisions 85179 via svnmerge from by R. David Murray · 15 years ago
  28. 20ad363 Merged revisions 85142 via svnmerge from by R. David Murray · 15 years ago
  29. 7c4bf55 Merged revisions 84310 via svnmerge from by R. David Murray · 15 years ago
  30. 75a292e Merged revisions 83690 via svnmerge from by R. David Murray · 15 years ago
  31. 05b7631 Merged revisions 82922 via svnmerge from by R. David Murray · 15 years ago
  32. 62a14db #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. by R. David Murray · 15 years ago
  33. e7e505b #4487: have Charset check with codecs for possible aliases. by R. David Murray · 15 years ago
  34. 61746d5 #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n. by R. David Murray · 15 years ago
  35. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
  36. 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 15 years ago
  37. 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 15 years ago
  38. 19c0673 Rephrase comment. by Ezio Melotti · 15 years ago
  39. 23196a5 #8474: fix duplicate test in test_email. by Ezio Melotti · 15 years ago
  40. 661303f Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. by R. David Murray · 15 years ago
  41. 27ef937 Issue #7472: ISO-2022 charsets now consistently use 7bit CTE. by R. David Murray · 15 years ago
  42. 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
  43. 51f1204 Issue 7970: When email.Parser.Parser parses a MIME message of type by R. David Murray · 15 years ago
  44. 7e1902b Add missing import when running these tests standalone. by Georg Brandl · 16 years ago
  45. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  46. c755dba Fix issue number in comment. by R. David Murray · 16 years ago
  47. ed44dfa Issue #1670765: Prevent email.generator.Generator from re-wrapping by R. David Murray · 16 years ago
  48. af45b11 Kill a couple of "<>" by Antoine Pitrou · 16 years ago
  49. 8cdc9bc More yearly updates. by Georg Brandl · 16 years ago
  50. 0d9f61a Add mktime_tz to __all__. It's documented as being available in email.utils. by Barry Warsaw · 16 years ago
  51. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  52. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 16 years ago
  53. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 16 years ago
  54. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  55. a4c6229 Remove stray pychecker directive. by Georg Brandl · 16 years ago
  56. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 16 years ago
  57. 33cd7ef fix import by Benjamin Peterson · 16 years ago
  58. 0423297 update email tests to use SkipTest by Benjamin Peterson · 16 years ago
  59. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  60. b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input by Antoine Pitrou · 17 years ago
  61. 8161498 Remove a dict.has_key() usage in email._parseaddr found while running -3. by Brett Cannon · 17 years ago
  62. 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 17 years ago
  63. 3a44148 Revert eol-style to CRLF. by Martin v. Löwis · 17 years ago
  64. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 17 years ago
  65. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  66. 2b1b195 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a by Facundo Batista · 18 years ago
  67. 81a06d4 In response to this SF bug: by Barry Warsaw · 18 years ago
  68. dcd24ae SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
  69. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  70. cbbc3f1 Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the by Barry Warsaw · 18 years ago
  71. 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 19 years ago
  72. 1e3c3b1 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 19 years ago
  73. d92ae78 Forward port some fixes that were in email 2.5 but for some reason didn't make by Barry Warsaw · 19 years ago
  74. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 19 years ago
  75. 18d2f39 decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. by Barry Warsaw · 19 years ago
  76. dbcc8d9 Port forward from 2.4 branch: by Barry Warsaw · 19 years ago
  77. 93f5b93 The email module's parsedate_tz function now sets the daylight savings by Anthony Baxter · 19 years ago
  78. 46fa48a whitespace n11n by Anthony Baxter · 19 years ago
  79. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
  80. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 19 years ago
  81. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 19 years ago
  82. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 20 years ago
  83. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 20 years ago
  84. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 20 years ago
  85. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 20 years ago
  86. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 20 years ago
  87. 422b10f fix broken (unexecuted) test by Anthony Baxter · 20 years ago
  88. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 21 years ago
  89. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 21 years ago
  90. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 21 years ago
  91. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 21 years ago
  92. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 21 years ago
  93. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 21 years ago
  94. e718f61 Whitespace normalization. by Tim Peters · 21 years ago
  95. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  96. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 21 years ago
  97. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 21 years ago
  98. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 21 years ago
  99. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 21 years ago
  100. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 21 years ago