1. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 5 years ago
  2. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  3. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  4. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  5. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  6. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  7. f070f1c Issue #21448: Improve performance of the email feedparser by Raymond Hettinger · 9 years ago
  8. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
  9. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  10. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 11 years ago
  11. 2940e71 #15220: simplify and speed up feedparser's line splitting. by R David Murray · 12 years ago
  12. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  13. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  14. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  15. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  16. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  17. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  18. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  19. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  20. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  21. 8437fe2 Remove unused method from internal class. by R David Murray · 13 years ago
  22. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  23. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  24. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 14 years ago
  25. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  26. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  27. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  28. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  29. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  30. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (97%) from Lib/email/FeedParser.py]
  31. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
  32. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  33. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  34. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  35. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 20 years ago
  36. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  37. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  38. e4aeb7d _parsegen(): Add a missing check for NeedMoreData. by Barry Warsaw · 20 years ago
  39. 4e59bc1 readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the by Barry Warsaw · 20 years ago
  40. 486cb0a Tests for message/external-body and for duplicate boundary lines. by Barry Warsaw · 20 years ago
  41. d38f448 _parsegen(): Move the message/rfc822 clause to after the by Barry Warsaw · 20 years ago
  42. 5b44cd6 _parsegen(): Watch out for empty epilogues. by Barry Warsaw · 20 years ago
  43. c29db26 _parse_headers(): Strip a trailing newline from the envelope header. Closes by Barry Warsaw · 20 years ago
  44. 418101f An updated FeedParser that should be RFC complaint, passes all existing by Barry Warsaw · 20 years ago
  45. 39a0f04 New parser. Next up, making the current parser use this parser by Anthony Baxter · 21 years ago