summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/regrtest.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
|
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-0/+2
| | | | | "@ seems the syntax that everybody can hate equally" Implementation by Mark Russell, from SF #979728.
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-4/+2
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* Track changes to compiler APIJeremy Hylton2001-09-171-5/+9
|
* Revise regrtest to compile entire standard library.Jeremy Hylton2001-08-271-9/+28
| | | | | | | | | The tests are run from a copy of the library directory, where everything has been compiled by the compiler package. Add a raw_input() call at the end of the script, so that I can check the output before the temp directory with the compiled code is removed.
* run the std regression test suite using bytecode produced by the compilerJeremy Hylton2000-10-131-0/+55