summaryrefslogtreecommitdiff
path: root/Tools/compiler/compile.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+1
* Track changes to compiler APIJeremy Hylton2001-09-171-4/+6
* Add -p option to invoke Python profilerJeremy Hylton2001-09-171-5/+11
* Add -c option to continue if one file has a SyntaxErrorJeremy Hylton2001-08-271-2/+15
* add -d option that dumps entire AST before compilingJeremy Hylton2000-10-131-2/+5
* patches from Mark HammondJeremy Hylton2000-05-021-1/+4
* compiler command-line interface moved here from compiler.pycodegenJeremy Hylton2000-03-061-0/+25