1. 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 22 years ago
  2. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
  3. c44d2c5 decode(), encode(): Accepting the minor optimizations from SF patch by Barry Warsaw · 23 years ago
  4. bf7c52c More typo fixes. by Barry Warsaw · 23 years ago
  5. 6253c2d Docstring typo fix. by Greg Ward · 23 years ago
  6. e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
  7. cd45a36 formatdate(): The calculation of the minutes part of the zone was by Barry Warsaw · 23 years ago
  8. 9aa6435 Forgot to import time. by Barry Warsaw · 23 years ago
  9. 9cff0e6 formatdate(): A better docstring. by Barry Warsaw · 23 years ago
  10. aa79f4d formatdate(): An implementation to replace the one borrowed from by Barry Warsaw · 23 years ago
  11. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 23 years ago
  12. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  13. 856c32b Another merge from mimelib: by Barry Warsaw · 23 years ago
  14. d1eeecb Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  15. 0164b6b typed_subpart_iterator(): When getting the main type use 'text' as the by Barry Warsaw · 23 years ago
  16. e552882 HeaderParser: A new subclass of Parser which only parses the message by Barry Warsaw · 23 years ago
  17. 53f8fe4 An audio/* class, like MIMEImage, contributed by Anthony Baxter. by Barry Warsaw · 23 years ago
  18. 2ae0b01 Fix __all__ to the current list of exported modules (must pass the by Barry Warsaw · 23 years ago
  19. 9300a75 get_all(): We never returned failobj if we found no matching headers. by Barry Warsaw · 23 years ago
  20. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  21. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  22. 66971fb _parsebody(): Use get_boundary() and get_type(). by Barry Warsaw · 23 years ago
  23. beb5945 has_key(): Implement in terms of get(). by Barry Warsaw · 23 years ago
  24. 76fac8e __init__(): Arguments major renamed to maintype and minor renamed to by Barry Warsaw · 23 years ago
  25. 57758e3 Updated docstrings. Also, by Barry Warsaw · 23 years ago
  26. 3dd978d Image.py and class Image => MIMEImage.py and MIMEImage by Barry Warsaw · 23 years ago
  27. b384e01 In class Generator: by Barry Warsaw · 23 years ago
  28. 6f70c41 cosmetic by Barry Warsaw · 23 years ago
  29. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago