summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/mboxconvert.py
Commit message (Expand)AuthorAgeFilesLines
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-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