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