Tim Peters
|
182b5aca27
|
Whitespace normalization, via reindent.py.
|
2004-07-18 06:16:08 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Jeremy Hylton
|
5d1e34aa42
|
Track changes to compiler API
|
2001-09-17 21:31:35 +00:00 |
Jeremy Hylton
|
bf80a033ee
|
Add -p option to invoke Python profiler
|
2001-09-17 18:08:40 +00:00 |
Jeremy Hylton
|
33c2a627f1
|
Add -c option to continue if one file has a SyntaxError
|
2001-08-27 20:39:21 +00:00 |
Jeremy Hylton
|
e7f710cc06
|
add -d option that dumps entire AST before compiling
|
2000-10-13 21:59:32 +00:00 |
Jeremy Hylton
|
0a4f1ff64e
|
patches from Mark Hammond
compile.py:
On Windows, use 'nul' instead of '/dev/null'.
test.py:
Use double-quotes for the command-line, as Windows doesnt recognise
singles.
|
2000-05-02 22:29:46 +00:00 |
Jeremy Hylton
|
0c3208aa62
|
compiler command-line interface moved here from compiler.pycodegen
|
2000-03-06 19:13:21 +00:00 |