1. 1da055e Makes test_underpth* tests more robust by copying the executable. by Steve Dower · 8 years ago
  2. 8c08e0d rt.bat: use -m test instead of Lib\test\regrtest.py by Victor Stinner · 8 years ago
  3. e74fe18 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  4. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  5. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  6. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  7. 6f3bdc9 Issue #21907: Partially revert changes to Windows buildbot scripts. by Zachary Ware · 10 years ago
  8. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  9. 4bcf5a5 Issue #15968: Temporarily revert change to PCbuild/rt.bat by Zachary Ware · 10 years ago
  10. a191b91 Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build by Zachary Ware · 10 years ago
  11. 90387ff regrtest.py now runs python in build/test_python_xxx. (deeper than here) by Hirokazu Yamamoto · 14 years ago
  12. fc2e1d1 Let's see if tcl/tk test runs on windows buildbot with this fix. by Hirokazu Yamamoto · 14 years ago
  13. b46dfb0 Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots). by Ezio Melotti · 14 years ago
  14. 63b4355 Merged revisions 79540-79541 via svnmerge from by Ezio Melotti · 14 years ago
  15. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  16. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  17. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  18. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  19. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 16 years ago
  20. 42cd14d More cmd.exe exploitation. by Tim Peters · 20 years ago
  21. e2f6899 Since it's impossible to build Python using VC7.1 on a command.com by Tim Peters · 20 years ago
  22. e82b00f Updated test-runner .bat for new location of Tcl/Tk. by Tim Peters · 20 years ago
  23. 1d64fb3 Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can by Tim Peters · 20 years ago
  24. fb1db4c Add -E and -tt options to the python invocations, as for the Unix tests. by Guido van Rossum · 22 years ago
  25. ffd9328 Clean up the "docs". by Tim Peters · 23 years ago
  26. 6a9aec4 Change Windows test to do a complete job of removing .pyc/.pyo files by Tim Peters · 23 years ago
  27. 755f4c1 Added -O option (to run python or python_d w/ -O), by Tim Peters · 23 years ago
  28. 2ad1a44 When running the tests twice, stuck a "Press any key to continue ..." pause by Tim Peters · 23 years ago
  29. 2cfa980 Run tests twice by default, first time deleting .pyc/.pyo files. by Tim Peters · 23 years ago
  30. 4bf9c20 Delete the bytecode from the library and tests before running the by Guido van Rossum · 23 years ago
  31. a2ebb87 Added simple batch file to make running the test suite from the PCbuild by Tim Peters · 24 years ago