1. 2fab358 Add missing FeedParser and BytesFeedParser to email.parser.__all__. by R David Murray · 11 years ago
  2. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  3. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  4. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  5. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  6. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  7. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  8. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 13 years ago
  9. 06407b3 Properly close a temporary TextIOWrapper in 'email'. by Brett Cannon · 14 years ago
  10. 96fd54e #4661: add bytes parsing and generation to email (email version bump to 5.1.0) by R. David Murray · 14 years ago
  11. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  12. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  13. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  14. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  15. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (94%) from Lib/email/Parser.py]
  16. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  17. 235c8eb Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  18. 0813d76 Merge in Anthony's new parser code, from the anthony-parser-branch: by Thomas Wouters · 20 years ago
  19. 0e4570b Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  20. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  21. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  22. 487fe6a _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 22 years ago
  23. 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  24. e03e8f0 Use True/False everywhere. by Barry Warsaw · 22 years ago
  25. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  26. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  27. bb26b45 Parser.__init__(): The consensus on the mimelib-devel list is that by Barry Warsaw · 22 years ago
  28. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
  29. f6caeba Anthony Baxter's patch for non-strict parsing. This adds a `strict' by Barry Warsaw · 22 years ago
  30. 69e18af _parsebody(): Fix for the new message/rfc822 tree structure (the by Barry Warsaw · 22 years ago
  31. 7e21b67 I've thought about it some more, and I believe it is proper for the by Barry Warsaw · 22 years ago
  32. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago
  33. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
  34. e552882 HeaderParser: A new subclass of Parser which only parses the message by Barry Warsaw · 23 years ago
  35. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  36. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  37. 66971fb _parsebody(): Use get_boundary() and get_type(). by Barry Warsaw · 23 years ago
  38. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago