summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/mboxconvert.py
Commit message (Expand)AuthorAgeFilesLines
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-7/+7
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* Add 'if __name__ == "__main__":' to files already as a usable as a module.Johannes Gijsbers2004-09-111-1/+2
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-96/+96
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* Invent Message-ID header if none is presentGuido van Rossum1995-01-121-0/+10
* sys.stderr(...) should be sys.stderr.write(), of courseGuido van Rossum1995-01-041-1/+1
* Added mboxconvert.pyGuido van Rossum1994-09-051-0/+113