- 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
- 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
- 0d9f61a Add mktime_tz to __all__. It's documented as being available in email.utils. by Barry Warsaw · 15 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- 1e3c3b1 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
- b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 18 years ago
- 18d2f39 decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. by Barry Warsaw · 18 years ago
- 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago[Renamed (96%) from Lib/email/Utils.py]
- e718f61 Whitespace normalization. by Tim Peters · 20 years ago
- 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
- bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
- 24f7976 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 0b6f0d8 decode_rfc2231(): We need to urllib.unquote() the value even if the by Barry Warsaw · 21 years ago
- a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 22 years ago
- 59e98ae _bdecode(): Remove redundant check. by Barry Warsaw · 22 years ago
- 8e1e7f5 decode_rfc2231(): RFC 2231 allows leaving out both the charset and by Barry Warsaw · 22 years ago
- 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
- 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
- 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
- 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
- 21f77ac Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
- 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
- 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
- 8c1aac2 Complete a merge of the mimelib project and the Python cvs codebases by Barry Warsaw · 22 years ago
- 24fd025 parseaddr(): Don't use rfc822.parseaddr() because this now implies a by Barry Warsaw · 23 years ago
- e1df15c AddrlistClass -> AddressList by Barry Warsaw · 23 years ago
- 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
- c44d2c5 decode(), encode(): Accepting the minor optimizations from SF patch by Barry Warsaw · 23 years ago
- e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
- cd45a36 formatdate(): The calculation of the minutes part of the zone was by Barry Warsaw · 23 years ago
- 9aa6435 Forgot to import time. by Barry Warsaw · 23 years ago
- 9cff0e6 formatdate(): A better docstring. by Barry Warsaw · 23 years ago
- aa79f4d formatdate(): An implementation to replace the one borrowed from by Barry Warsaw · 23 years ago
- e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
- 527e64f Whitespace normalization. by Tim Peters · 23 years ago
- ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago