Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | header_encode(), encode(): Use _floordiv() from the appropriate | Barry Warsaw | 2002-06-02 | 1 | -2/+9 |
| | | | | compatibility module. | ||||
* | Use floor division where appropriate. | Guido van Rossum | 2002-05-29 | 1 | -2/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -13/+13 |
| | |||||
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 1 | -0/+174 |
non-us-ascii character sets in headers and bodies. Some API changes (with DeprecationWarnings for the old APIs). Better RFC-compliant implementations of base64 and quoted-printable. Updated test cases. Documentation updates to follow (after I finish writing them ;). |