summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/regrtest.py
Commit message (Collapse)AuthorAgeFilesLines
* 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