1. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 22 years ago
  2. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  3. 4319315 Bump to version 2.0.4 by Barry Warsaw · 22 years ago
  4. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  5. 7e21b67 I've thought about it some more, and I believe it is proper for the by Barry Warsaw · 22 years ago
  6. 812031b Fixed a bug in the splitting of lines, and improved the splitting for by Barry Warsaw · 22 years ago
  7. 8c1aac2 Complete a merge of the mimelib project and the Python cvs codebases by Barry Warsaw · 22 years ago
  8. 24fd025 parseaddr(): Don't use rfc822.parseaddr() because this now implies a by Barry Warsaw · 23 years ago
  9. e1df15c AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
  10. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
  11. 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 23 years ago
  12. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
  13. c44d2c5 decode(), encode(): Accepting the minor optimizations from SF patch by Barry Warsaw · 23 years ago
  14. bf7c52c More typo fixes. by Barry Warsaw · 23 years ago
  15. 6253c2d Docstring typo fix. by Greg Ward · 23 years ago
  16. e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
  17. cd45a36 formatdate(): The calculation of the minutes part of the zone was by Barry Warsaw · 23 years ago
  18. 9aa6435 Forgot to import time. by Barry Warsaw · 23 years ago
  19. 9cff0e6 formatdate(): A better docstring. by Barry Warsaw · 23 years ago
  20. aa79f4d formatdate(): An implementation to replace the one borrowed from by Barry Warsaw · 23 years ago
  21. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 23 years ago
  22. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  23. 856c32b Another merge from mimelib: by Barry Warsaw · 23 years ago
  24. d1eeecb Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  25. 0164b6b typed_subpart_iterator(): When getting the main type use 'text' as the by Barry Warsaw · 23 years ago
  26. e552882 HeaderParser: A new subclass of Parser which only parses the message by Barry Warsaw · 23 years ago
  27. 53f8fe4 An audio/* class, like MIMEImage, contributed by Anthony Baxter. by Barry Warsaw · 23 years ago
  28. 2ae0b01 Fix __all__ to the current list of exported modules (must pass the by Barry Warsaw · 23 years ago
  29. 9300a75 get_all(): We never returned failobj if we found no matching headers. by Barry Warsaw · 23 years ago
  30. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  31. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  32. 66971fb _parsebody(): Use get_boundary() and get_type(). by Barry Warsaw · 23 years ago
  33. beb5945 has_key(): Implement in terms of get(). by Barry Warsaw · 23 years ago
  34. 76fac8e __init__(): Arguments major renamed to maintype and minor renamed to by Barry Warsaw · 23 years ago
  35. 57758e3 Updated docstrings. Also, by Barry Warsaw · 23 years ago
  36. 3dd978d Image.py and class Image => MIMEImage.py and MIMEImage by Barry Warsaw · 23 years ago
  37. b384e01 In class Generator: by Barry Warsaw · 23 years ago
  38. 6f70c41 cosmetic by Barry Warsaw · 23 years ago
  39. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago