aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/Utils.py
Commit message (Expand)AuthorAge
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Whitespace normalization.Tim Peters2004-10-12
* Added a usegmt flag to email.Utils.formatdate - this allows it to beAnthony Baxter2004-10-11
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-03
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-09
* decode_rfc2231(): We need to urllib.unquote() the value even if theBarry Warsaw2003-08-19
* specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points outBarry Warsaw2003-03-10
* _bdecode(): Remove redundant check.Barry Warsaw2003-03-10
* decode_rfc2231(): RFC 2231 allows leaving out both the charset andBarry Warsaw2003-03-07
* Jason Mastaler's patch to break the dependence on rfc822.py for theBarry Warsaw2002-11-05
* Docstring consistency with the updated .tex files.Barry Warsaw2002-10-01
* Use True/False everywhere, and other code cleanups.Barry Warsaw2002-09-28
* rfc822.unquote() doesn't properly de-backslash-ify in Python prior toBarry Warsaw2002-09-11
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-29
* Use absolute import paths for intrapackage imports.Barry Warsaw2002-06-02
* Whitespace normalization.Tim Peters2002-05-23
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-22
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-19
* parseaddr(): Don't use rfc822.parseaddr() because this now implies aBarry Warsaw2002-04-15
* AddrlistClass -> AddressListBarry Warsaw2002-04-12
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-10
* decode(), encode(): Accepting the minor optimizations from SF patchBarry Warsaw2001-12-03
* formatdate(): Jason Mastaler correctly points out that divmod with aBarry Warsaw2001-11-19
* formatdate(): The calculation of the minutes part of the zone wasBarry Warsaw2001-11-19
* Forgot to import time.Barry Warsaw2001-11-09
* formatdate(): A better docstring.Barry Warsaw2001-11-09
* formatdate(): An implementation to replace the one borrowed fromBarry Warsaw2001-11-09
* Give me back my page breaks.Barry Warsaw2001-10-04
* Whitespace normalization.Tim Peters2001-10-04
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-23