Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backporting of email 2.4 from Python 2.3. Many newly added modules, | Barry Warsaw | 2002-10-04 | 1 | -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 Warsaw | 2001-10-04 | 1 | -5/+5 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-10-04 | 1 | -5/+5 |
| | |||||
* | cosmetic | Barry Warsaw | 2001-09-26 | 1 | -0/+1 |
| | |||||
* | The email package version 1.0, prototyped as mimelib | Barry Warsaw | 2001-09-23 | 1 | -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). |