1. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  2. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  4. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  5. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  6. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
  7. 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
  8. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  9. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  10. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  11. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
  12. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  13. a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  14. 7636b19 Merge: Update out of date docstring. by R David Murray · 12 years ago
  15. 3ac8c78 Update out of date docstring. by R David Murray · 12 years ago
  16. 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 12 years ago
  17. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  18. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
  19. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 12 years ago
  20. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  21. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  22. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  23. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago
  24. 36432ea Add '__all__' to _encoded_words and mark QByteMap as private. by R David Murray · 12 years ago
  25. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 12 years ago
  26. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  27. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 12 years ago
  28. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  29. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  30. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  31. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  32. bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 12 years ago
  33. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  34. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  35. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  36. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  37. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 12 years ago
  38. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  39. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  40. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  41. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  42. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  43. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  44. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  45. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  46. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  47. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  48. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  49. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  50. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  51. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  52. 8437fe2 Remove unused method from internal class. by R David Murray · 13 years ago
  53. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  54. 5e610de Merge with 3.2. by Ezio Melotti · 13 years ago
  55. a3d0be4 Merge with 3.1. by Ezio Melotti · 13 years ago
  56. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  57. b30f1b4 Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  58. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  59. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  60. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  61. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  62. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  63. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  64. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  65. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  66. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  67. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  68. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 13 years ago
  69. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  70. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  71. 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  72. c7d28be Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  73. b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  74. 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  75. 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  76. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  77. 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  78. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  79. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 13 years ago
  80. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 13 years ago
  81. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 13 years ago
  82. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  83. 78099bb Merge #9298 fix. by R David Murray · 13 years ago
  84. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  85. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  86. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  87. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 13 years ago
  88. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  89. 106f8e3 Remove obsolete comment. by R David Murray · 13 years ago
  90. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 13 years ago
  91. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  92. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  93. 3a6152f Fix header encoding of long headers when using euc-jp and shift_jis. by R David Murray · 13 years ago
  94. cd37dfc Harmonize linesep docstrings, and fix the quoting of \r\n by R David Murray · 13 years ago
  95. ce4ee1f Merge from 3.2 by Nick Coghlan · 13 years ago
  96. cfec350 Merge #11401 fix from 3.2. by R David Murray · 13 years ago
  97. bb35299 Merge #9298 fix. by R David Murray · 13 years ago
  98. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  99. ab1dfd6 Merge #11555 as_string doc fix from 3.2. by R David Murray · 13 years ago
  100. e1773cd Merge obsolete comment removal from 3.2. by R David Murray · 13 years ago