| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from 3.6 | Steve Dower | 2016-10-29 | 1 | -0/+3 |
|\ |
|
| * | Makes test_underpth* tests more robust by copying the executable. | Steve Dower | 2016-10-29 | 1 | -0/+3 |
* | | regrtest: add -u for unbuffered stdout/stderr | Victor Stinner | 2016-09-21 | 1 | -1/+1 |
|/ |
|
* | rt.bat: use -m test instead of Lib\test\regrtest.py | Victor Stinner | 2016-03-24 | 1 | -1/+1 |
* | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. | Zachary Ware | 2015-09-03 | 1 | -1/+3 |
* | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -58/+58 |
|\ |
|
| * | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 1 | -58/+58 |
| * | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-01 | 1 | -1/+1 |
* | | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ... | Steve Dower | 2014-11-22 | 1 | -1/+1 |
* | | Issue #21907: Partially revert changes to Windows buildbot scripts. | Zachary Ware | 2014-10-13 | 1 | -8/+8 |
|/ |
|
* | regrtest.py now runs python in build/test_python_xxx. (deeper than here) | Hirokazu Yamamoto | 2010-09-18 | 1 | -1/+1 |
* | Let's see if tcl/tk test runs on windows buildbot with this fix. | Hirokazu Yamamoto | 2010-09-17 | 1 | -1/+1 |
* | Add -bb to rt.bat to do some extra checks during the tests (it is already use... | Ezio Melotti | 2010-04-03 | 1 | -1/+1 |
* | Merged revisions 79540-79541 via svnmerge from | Ezio Melotti | 2010-04-02 | 1 | -1/+1 |
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -4/+10 |
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -0/+0 |
* | 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 |
* | Updated test-runner .bat for new location of Tcl/Tk. | Tim Peters | 2004-08-30 | 1 | -1/+1 |
* | Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can | Tim Peters | 2004-07-17 | 1 | -0/+4 |
* | Add -E and -tt options to the python invocations, as for the Unix tests. | Guido van Rossum | 2002-08-07 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Run tests twice by default, first time deleting .pyc/.pyo files. | Tim Peters | 2001-01-19 | 1 | -2/+20 |
* | Delete the bytecode from the library and tests before running the | Guido van Rossum | 2001-01-19 | 1 | -0/+4 |
* | Added simple batch file to make running the test suite from the PCbuild | Tim Peters | 2000-09-15 | 1 | -0/+8 |