Martin v. Löwis
bf7b0b7b81
Patch #2284 : add -x64 option to rt.bat.
2008-03-14 13:56:09 +00:00
Christian Heimes
3adfe9aaae
Renamed PCBuild9 directory to PCBuild
2007-12-31 15:18:55 +00:00
Christian Heimes
915d5d96d8
Moved PCbuild directory to PC/VS7.1
2007-12-31 14:51:18 +00:00
Tim Peters
42cd14d04c
More cmd.exe exploitation.
2004-08-30 22:13:22 +00:00
Tim Peters
e2f6899fd6
Since it's impossible to build Python using VC7.1 on a command.com
...
system, exploit cmd.exe's setlocal function in this directory.
2004-08-30 21:27:55 +00:00
Tim Peters
e82b00f14f
Updated test-runner .bat for new location of Tcl/Tk.
...
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>.
2004-08-30 21:14:51 +00:00
Tim Peters
1d64fb3461
Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can
...
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.
2004-07-17 23:44:32 +00:00
Guido van Rossum
fb1db4cda1
Add -E and -tt options to the python invocations, as for the Unix tests.
...
The -tt means modules that mix tabs and spaces will be rejected.
The -E refuses to believe Python options in the environment.
2002-08-07 19:06:27 +00:00
Tim Peters
ffd9328239
Clean up the "docs".
2001-02-19 21:44:53 +00:00
Tim Peters
6a9aec47b7
Change Windows test to do a complete job of removing .pyc/.pyo files
...
reachable from Lib/.
2001-02-11 00:46:39 +00:00
Tim Peters
755f4c1035
Added -O option (to run python or python_d w/ -O),
2001-01-23 02:42:09 +00:00
Tim Peters
2ad1a444e5
When running the tests twice, stuck a "Press any key to continue ..." pause
...
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.
2001-01-20 01:53:43 +00:00
Tim Peters
2cfa9806c7
Run tests twice by default, first time deleting .pyc/.pyo files.
...
New option "-q" to leave .pyc/.pyo alone.
2001-01-19 21:43:49 +00:00
Guido van Rossum
4bf9c20e18
Delete the bytecode from the library and tests before running the
...
tests for the first time -- like the Unix Makefile does. This
avoids not catching problems in the bytecode generator and/or bytecode
marshalling.
2001-01-19 21:00:04 +00:00
Tim Peters
a2ebb87bfe
Added simple batch file to make running the test suite from the PCbuild
...
directory less tedious.
2000-09-15 07:36:28 +00:00