Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -4/+2 |
| | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
* | Track changes to compiler API | Jeremy Hylton | 2001-09-17 | 1 | -5/+9 |
| | |||||
* | Revise regrtest to compile entire standard library. | Jeremy Hylton | 2001-08-27 | 1 | -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 compiler | Jeremy Hylton | 2000-10-13 | 1 | -0/+55 |