summaryrefslogtreecommitdiff
path: root/PCbuild/rt.bat
Commit message (Expand)AuthorAgeFilesLines
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)Miss Islington (bot)2018-05-171-5/+6
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-63/+63
* bpo-29770: remove outdated PYO related info (GH-590)Xiang Zhang2017-03-111-4/+4
* Merge from 3.6Steve Dower2016-10-291-0/+3
|\
| * Makes test_underpth* tests more robust by copying the executable.Steve Dower2016-10-291-0/+3
* | regrtest: add -u for unbuffered stdout/stderrVictor Stinner2016-09-211-1/+1
|/
* rt.bat: use -m test instead of Lib\test\regrtest.pyVictor Stinner2016-03-241-1/+1
* Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.Zachary Ware2015-09-031-1/+3
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-58/+58
|\
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-58/+58
| * Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-011-1/+1
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-1/+1
* | Issue #21907: Partially revert changes to Windows buildbot scripts.Zachary Ware2014-10-131-8/+8
* | Issue #15968: Temporarily revert change to PCbuild/rt.batZachary Ware2014-03-221-1/+3
* | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows buildZachary Ware2014-03-211-3/+1
|/
* regrtest.py now runs python in build/test_python_xxx. (deeper than here)Hirokazu Yamamoto2010-09-181-1/+1
* Let's see if tcl/tk test runs on windows buildbot with this fix.Hirokazu Yamamoto2010-09-171-1/+1
* Add -bb to rt.bat to do some extra checks during the tests (it is already use...Ezio Melotti2010-04-031-1/+1
* Merged revisions 79540-79541 via svnmerge fromEzio Melotti2010-04-021-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+1
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-1/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-4/+10
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-0/+0
* More cmd.exe exploitation.Tim Peters2004-08-301-38/+50
* Since it's impossible to build Python using VC7.1 on a command.comTim Peters2004-08-301-6/+1
* Updated test-runner .bat for new location of Tcl/Tk.Tim Peters2004-08-301-1/+1
* Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl canTim Peters2004-07-171-0/+4
* Add -E and -tt options to the python invocations, as for the Unix tests.Guido van Rossum2002-08-071-2/+2
* Clean up the "docs".Tim Peters2001-02-191-7/+16
* Change Windows test to do a complete job of removing .pyc/.pyo filesTim Peters2001-02-111-4/+1
* Added -O option (to run python or python_d w/ -O),Tim Peters2001-01-231-8/+14
* When running the tests twice, stuck a "Press any key to continue ..." pauseTim Peters2001-01-201-6/+5
* Run tests twice by default, first time deleting .pyc/.pyo files.Tim Peters2001-01-191-2/+20
* Delete the bytecode from the library and tests before running theGuido van Rossum2001-01-191-0/+4
* Added simple batch file to make running the test suite from the PCbuildTim Peters2000-09-151-0/+8