COMMITS
/ PCbuild/rt.bat May 7, 2025
H
Python 3.15.0a0
Hugo van Kemenade committed
May 8, 2024
K
Update Windows library names for the Python version bump (#118766)
Kirill Podoprigora committed
February 16, 2024
Ł
gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (#115557)
Łukasz Langa committed
January 17, 2024
S
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
Steve Dower committed
September 29, 2023
V
gh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)
Victor Stinner committed
September 26, 2023
V
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner committed
September 22, 2023
V
gh-109566: Fix typo in PCbuild/rt.bat (#109701)
Victor Stinner committed
September 19, 2023
V
gh-109566: Run GHA and buildbot tests with --fail-rerun (#109567)
Victor Stinner committed
November 18, 2020
S
bpo-42336: Improve PCbuild batch files (GH-23275)
Steve Dower committed
June 7, 2019
P
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
Paul Monson committed
May 15, 2019
P
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
Paul Monson committed
May 16, 2018
S
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower committed
June 10, 2017
Z
bpo-27425: Be more explicit in .gitattributes (GH-840)
Zachary Ware committed
March 11, 2017
X
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang committed
October 29, 2016
S
Merge from 3.6
Steve Dower committed
S
Makes test_underpth* tests more robust by copying the executable.
Steve Dower committed
September 21, 2016
V
regrtest: add -u for unbuffered stdout/stderr
Victor Stinner committed
March 24, 2016
V
rt.bat: use -m test instead of Lib\test\regrtest.py
Victor Stinner committed
September 4, 2015
Z
Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.
Zachary Ware committed
April 13, 2015
Z
Closes #17202: Merge with 3.4
Zachary Ware committed
Z
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware committed
November 22, 2014
October 13, 2014
Z
Issue #21907: Partially revert changes to Windows buildbot scripts.
Zachary Ware committed
November 2, 2014
Z
Issue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware committed
March 22, 2014
Z
Issue #15968: Temporarily revert change to PCbuild/rt.bat
Zachary Ware committed
Z
Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
Zachary Ware committed
September 18, 2010
H
regrtest.py now runs python in build/test_python_xxx. (deeper than here)
Hirokazu Yamamoto committed
September 17, 2010
H
Let's see if tcl/tk test runs on windows buildbot with this fix.
Hirokazu Yamamoto committed
April 3, 2010
April 2, 2010
E
Merged revisions 79540-79541 via svnmerge from
Ezio Melotti committed
June 4, 2008
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
March 16, 2008
December 31, 2007
C
Merged revisions 59605-59624 via svnmerge from
Christian Heimes committed
August 30, 2004
T
More cmd.exe exploitation.
Tim Peters committed
T
Since it's impossible to build Python using VC7.1 on a command.com
Tim Peters committed
T
Updated test-runner .bat for new location of Tcl/Tk.
Tim Peters committed
July 17, 2004
T
Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can
Tim Peters committed
August 7, 2002
G
Add -E and -tt options to the python invocations, as for the Unix tests.
Guido van Rossum committed
February 19, 2001
T
Clean up the "docs".
Tim Peters committed
February 11, 2001
T
Change Windows test to do a complete job of removing .pyc/.pyo files
Tim Peters committed
January 23, 2001
T
Added -O option (to run python or python_d w/ -O),
Tim Peters committed
January 20, 2001
T
When running the tests twice, stuck a "Press any key to continue ..." pause
Tim Peters committed
January 19, 2001
T
Run tests twice by default, first time deleting .pyc/.pyo files.
Tim Peters committed
G
Delete the bytecode from the library and tests before running the
Guido van Rossum committed
September 15, 2000
T
Added simple batch file to make running the test suite from the PCbuild
Tim Peters committed