summaryrefslogtreecommitdiffstats
path: root/Lib/MimeWriter.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ↵Raymond Hettinger2002-05-291-3/+56
| | | | not updated after 2.2).
* String method conversion.Eric S. Raymond2001-02-091-4/+3
|
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+1
| | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
* Whitespace normalization.Tim Peters2001-01-141-1/+1
|
* Run the self-test (test.test_MimeWriter) when invoked as a script.Guido van Rossum1998-04-231-1/+1
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-29/+29
|
* Removed RCS crud from official Python release version.Guido van Rossum1996-10-081-3/+0
|
* Added Mime writer module (formerly in Grail)Guido van Rossum1996-08-261-0/+131