Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cmd.exe exploitation. | Tim Peters | 2004-08-30 | 1 | -38/+50 |
| | |||||
* | Since it's impossible to build Python using VC7.1 on a command.com | Tim Peters | 2004-08-30 | 1 | -6/+1 |
| | | | | system, exploit cmd.exe's setlocal function in this directory. | ||||
* | Updated test-runner .bat for new location of Tcl/Tk. | Tim Peters | 2004-08-30 | 1 | -1/+1 |
| | | | | | | | Replaced outcomes from native Tcl/Tk tests. Maybe the diffs are legit, maybe not. I noticed that the Tcl results I'm replacing here claimed both that there were no failures, and that one file had tests with failures, so I wasn't inclined to trust them <wink>. | ||||
* | Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can | Tim Peters | 2004-07-17 | 1 | -0/+4 |
| | | | | | actually run. When it fails, it pops up a dialog box, and the test run hangs waiting for you to click OK -- that sucks too much to bear. | ||||
* | Add -E and -tt options to the python invocations, as for the Unix tests. | Guido van Rossum | 2002-08-07 | 1 | -2/+2 |
| | | | | | The -tt means modules that mix tabs and spaces will be rejected. The -E refuses to believe Python options in the environment. | ||||
* | Clean up the "docs". | Tim Peters | 2001-02-19 | 1 | -7/+16 |
| | |||||
* | Change Windows test to do a complete job of removing .pyc/.pyo files | Tim Peters | 2001-02-11 | 1 | -4/+1 |
| | | | | reachable from Lib/. | ||||
* | Added -O option (to run python or python_d w/ -O), | Tim Peters | 2001-01-23 | 1 | -8/+14 |
| | |||||
* | When running the tests twice, stuck a "Press any key to continue ..." pause | Tim Peters | 2001-01-20 | 1 | -6/+5 |
| | | | | | | between passes: Win9x DOS boxes are limited to 50 lines max, and the result of the first pass scrolls off irretrievably otherwise. Also simplified the goto-laden logic a bit. | ||||
* | Run tests twice by default, first time deleting .pyc/.pyo files. | Tim Peters | 2001-01-19 | 1 | -2/+20 |
| | | | | New option "-q" to leave .pyc/.pyo alone. | ||||
* | Delete the bytecode from the library and tests before running the | Guido van Rossum | 2001-01-19 | 1 | -0/+4 |
| | | | | | | tests for the first time -- like the Unix Makefile does. This avoids not catching problems in the bytecode generator and/or bytecode marshalling. | ||||
* | Added simple batch file to make running the test suite from the PCbuild | Tim Peters | 2000-09-15 | 1 | -0/+8 |
directory less tedious. |