summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailparser.tex
Commit message (Collapse)AuthorAgeFilesLines
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-041-40/+79
| | | | | | | | 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.
* Merge trunk.Greg Ward2002-02-221-1/+1
|
* Fix a few usage and style-guide conformance issues.Fred Drake2001-10-161-10/+10
|
* Describe the HeaderParser class.Barry Warsaw2001-10-111-0/+11
|
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-261-24/+30
| | | | organization.
* The email package documentation, currently organized the way I thinkBarry Warsaw2001-09-261-0/+96
Fred prefers. I'm not sure I like this organization, so it may change.