summaryrefslogtreecommitdiffstats
path: root/Lib/email/Encoders.py
Commit message (Collapse)AuthorAgeFilesLines
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-041-8/+33
| | | | | | | | some updated modules, updated documentation, and updated tests. Note that Lib/test/regrtest.py added test_email_codecs to the expected skips for all platforms. Also note that test_email_codecs.py differs slightly from its Python 2.3 counterpart due to the difference in package location for TestSkipped.
* Give me back my page breaks.Barry Warsaw2001-10-041-5/+5
|
* Whitespace normalization.Tim Peters2001-10-041-5/+5
|
* cosmeticBarry Warsaw2001-09-261-0/+1
|
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+68
<http://sf.net/projects/mimelib>. There /are/ API differences between mimelib and email, but most of the implementations are shared (except where cool Py2.2 stuff like generators are used).