| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace normalization. | Tim Peters | 2004-10-12 | 1 | -1/+1 |
|
|
* | Added a usegmt flag to email.Utils.formatdate - this allows it to be | Anthony Baxter | 2004-10-11 | 1 | -2/+9 |
|
|
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 1 | -48/+16 |
|
|
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -33/+9 |
|
|
* | decode_rfc2231(): We need to urllib.unquote() the value even if the | Barry Warsaw | 2003-08-19 | 1 | -1/+1 |
|
|
* | specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out | Barry Warsaw | 2003-03-10 | 1 | -2/+2 |
|
|
* | _bdecode(): Remove redundant check. | Barry Warsaw | 2003-03-10 | 1 | -2/+0 |
|
|
* | decode_rfc2231(): RFC 2231 allows leaving out both the charset and | Barry Warsaw | 2003-03-07 | 1 | -5/+7 |
|
|
* | Jason Mastaler's patch to break the dependence on rfc822.py for the | Barry Warsaw | 2002-11-05 | 1 | -5/+5 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-10-01 | 1 | -6/+15 |
|
|
* | Use True/False everywhere, and other code cleanups. | Barry Warsaw | 2002-09-28 | 1 | -7/+11 |
|
|
* | rfc822.unquote() doesn't properly de-backslash-ify in Python prior to | Barry Warsaw | 2002-09-11 | 1 | -1/+12 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 1 | -0/+57 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -1/+1 |
|
|
* | getaddresses(): Like the change in rfc822.py, this one needs to access | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
|
|
* | Complete a merge of the mimelib project and the Python cvs codebases | Barry Warsaw | 2002-05-19 | 1 | -1/+18 |
|
|
* | parseaddr(): Don't use rfc822.parseaddr() because this now implies a | Barry Warsaw | 2002-04-15 | 1 | -4/+3 |
|
|
* | AddrlistClass -> AddressList | Barry Warsaw | 2002-04-12 | 1 | -2/+2 |
|
|
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 1 | -26/+117 |
|
|
* | decode(), encode(): Accepting the minor optimizations from SF patch | Barry Warsaw | 2001-12-03 | 1 | -6/+7 |
|
|
* | formatdate(): Jason Mastaler correctly points out that divmod with a | Barry Warsaw | 2001-11-19 | 1 | -2/+8 |
|
|
* | formatdate(): The calculation of the minutes part of the zone was | Barry Warsaw | 2001-11-19 | 1 | -1/+2 |
|
|
* | Forgot to import time. | Barry Warsaw | 2001-11-09 | 1 | -0/+1 |
|
|
* | formatdate(): A better docstring. | Barry Warsaw | 2001-11-09 | 1 | -4/+7 |
|
|
* | formatdate(): An implementation to replace the one borrowed from | Barry Warsaw | 2001-11-09 | 1 | -1/+37 |
|
|
* | Give me back my page breaks. | Barry Warsaw | 2001-10-04 | 1 | -4/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-04 | 1 | -4/+4 |
|
|
* | The email package version 1.0, prototyped as mimelib | Barry Warsaw | 2001-09-23 | 1 | -0/+104 |
|
|