| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+1 | 
| | | | | | From SF patch #852334. | ||||
| * | Track changes to compiler API | Jeremy Hylton | 2001-09-17 | 1 | -4/+6 | 
| | | |||||
| * | Add -p option to invoke Python profiler | Jeremy Hylton | 2001-09-17 | 1 | -5/+11 | 
| | | |||||
| * | Add -c option to continue if one file has a SyntaxError | Jeremy Hylton | 2001-08-27 | 1 | -2/+15 | 
| | | |||||
| * | add -d option that dumps entire AST before compiling | Jeremy Hylton | 2000-10-13 | 1 | -2/+5 | 
| | | |||||
| * | patches from Mark Hammond | Jeremy Hylton | 2000-05-02 | 1 | -1/+4 | 
| | | | | | | | | | | compile.py: On Windows, use 'nul' instead of '/dev/null'. test.py: Use double-quotes for the command-line, as Windows doesnt recognise singles. | ||||
| * | compiler command-line interface moved here from compiler.pycodegen | Jeremy Hylton | 2000-03-06 | 1 | -0/+25 | 
