summaryrefslogtreecommitdiffstats
path: root/Lib/email/base64MIME.py
Commit message (Collapse)AuthorAgeFilesLines
* header_encode(), encode(): Use _floordiv() from the appropriateBarry Warsaw2002-06-021-2/+9
| | | | compatibility module.
* Use floor division where appropriate.Guido van Rossum2002-05-291-2/+2
|
* Whitespace normalization.Tim Peters2002-05-231-13/+13
|
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-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 ;).