1. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 8 years ago
  2. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 8 years ago
  3. 6c7fb55 Issue #28688: Remove warnings.filters check from regrtest by Victor Stinner · 8 years ago
  4. daeddc4 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  5. 28f42fd Issue #28649: Clear the typing module caches when search for reference leaks. by Serhiy Storchaka · 8 years ago
  6. 1f6b69b Issue #28409: regrtest: fix the parser of command line arguments. by Victor Stinner · 8 years ago
  7. bd2ffa5 Issue #27829: regrtest -W displays stderr if env changed by Victor Stinner · 8 years ago
  8. c7a070e regrtest: accept options after test names by Victor Stinner · 8 years ago
  9. 68c1f1e Issue #27787: Clean up weak references before checking for dangling threads by Martin Panter · 8 years ago
  10. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  11. 3aac0ad Cleanup regrtest "main()" function by Victor Stinner · 8 years ago
  12. 4ffcc3e Cleanup regrtest.py by Victor Stinner · 8 years ago
  13. fc632e3 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  14. be7c163 Issue #25188: Add a -P/--pgo flag to regrtest to silence error output. by Brett Cannon · 9 years ago
  15. 36b3fbb Issue #25220: Fix Lib/test/autotest.py by Victor Stinner · 9 years ago
  16. 3844fe5 Issue #25220: Move most regrtest.py code to libregrtest by Victor Stinner · 9 years ago
  17. 98de534 Issue #25220: Create Lib/test/libregrtest/ by Victor Stinner · 9 years ago
  18. 0cca00b Issue #25220: Backed out changeset eaf9a99b6bb8 by Victor Stinner · 9 years ago
  19. 7b92abf Issue #25220: Create Lib/test/libregrtest/ by Victor Stinner · 9 years ago
  20. 83ee5a3 Merge 3.4 by Zachary Ware · 9 years ago
  21. 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
  22. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  23. 4064883 Issue #24751: Merge with 3.4 by Zachary Ware · 9 years ago
  24. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  25. 10915aa Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  26. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  27. 5d57539 Issue #23145: regrtest now shows errors and raises an exception if by Victor Stinner · 10 years ago
  28. 69fb6a4 Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner by Zachary Ware · 10 years ago
  29. f617fa8 merge 3.3 by Benjamin Peterson · 10 years ago
  30. cf62603 backout fafac90b69c4 by Benjamin Peterson · 10 years ago
  31. a118c4f merge 3.3 by Benjamin Peterson · 11 years ago
  32. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  33. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  34. e8de296 Remove unused --debug option of regrtest. by Eli Bendersky · 11 years ago
  35. e5eebed Fix docstring and some indentation by Eli Bendersky · 11 years ago
  36. 7f5c22c Refactor the main function of regrtest a bit. by Eli Bendersky · 11 years ago
  37. 8913a6c Issue #11798: fix tests for regrtest -R : by Andrew Svetlov · 11 years ago
  38. 83d7dea Issue #8713: Cleanup before saving process._dangling. by Richard Oudkerk · 11 years ago
  39. 64f7c4e Issue #16799: Switched from getopt to argparse style in regrtest's argument by Serhiy Storchaka · 11 years ago
  40. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  41. 8624ed5 Issue #18375: merge with 3.3 by Florent Xicluna · 11 years ago
  42. d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
  43. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  44. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 11 years ago
  45. 383a820 Issue #17206: test.regrtest and test.script_helper enable faulthandler module by Victor Stinner · 11 years ago
  46. 546ccf0 Issue #18228: Use locale.setlocale(name, None) instead of by Victor Stinner · 11 years ago
  47. d9ccf7f Issue #18228: Fix locale test of test.regrtest.saved_test_environment by Victor Stinner · 11 years ago
  48. a222de1 (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  49. 934676a regrtest.py: Fix another typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  50. 4a704d2 (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  51. 4de701b regrtest.py: Fix typo in the usage of the faulthandler module by Victor Stinner · 11 years ago
  52. 6d26eba Check that warnings.showwarning() is not changed. by Brett Cannon · 11 years ago
  53. c9a1bfe Move test___all__ over to unittest.main() and use ModuleNotFoundError by Brett Cannon · 11 years ago
  54. 49e835b Issue #14135: Let's try this again. by Brett Cannon · 11 years ago
  55. 7d197de Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here. by Antoine Pitrou · 11 years ago
  56. 2d556f5 Issue #14135: Make sure tests don't leave the locale changed for any category. by Brett Cannon · 11 years ago
  57. 517e925 Issue #17283: Share code between __main__.py and regrtest.py in Lib/test. by Chris Jerdonek · 11 years ago
  58. 14d080e #16259: delete some no-longer-used code from regrtest. by R David Murray · 12 years ago
  59. 1573842 Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. by Chris Jerdonek · 12 years ago
  60. d6c18dc Issue #15302: Switch regrtest from using getopt to using argparse. by Chris Jerdonek · 12 years ago
  61. f7cd05d Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  62. 28441e3 Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize. by Chris Jerdonek · 12 years ago
  63. 1e4bd53 Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize. by Chris Jerdonek · 12 years ago
  64. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  65. f9d0b12 Issue #13390: New function :func:`sys.getallocatedblocks()` returns the number of memory blocks currently allocated. by Antoine Pitrou · 12 years ago
  66. d187726 Issue #10966: Remove the concept of unexpected skipped tests. by Brett Cannon · 12 years ago
  67. 613cf25 Use importlib instead of calling __import__ directly. by Brett Cannon · 12 years ago
  68. 7041b99 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  69. 4d9f318 merge #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  70. c3bf78a #15889: make regrtest --start succeed in more cases. by R David Murray · 12 years ago
  71. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  72. 5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches by Stefan Krah · 12 years ago
  73. 2965011 regrtest: give more information when a child process fails with an error by Victor Stinner · 12 years ago
  74. 0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  75. 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  76. be7e49f Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap by Nick Coghlan · 12 years ago
  77. 282083d Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago
  78. 673eb6a Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago
  79. 67a7b06 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
  80. 8237258 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
  81. ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 12 years ago
  82. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  83. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  84. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  85. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 12 years ago
  86. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 12 years ago
  87. 6147024 Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory. by Georg Brandl · 12 years ago
  88. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  89. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  90. 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  91. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  92. 124598c Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  93. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  94. 91f252b merge from 3.2 - Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  95. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  96. 6c3dd7e merge from 3.2 by Senthil Kumaran · 13 years ago
  97. 0e0772d merge from 3.2 by Senthil Kumaran · 13 years ago
  98. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  99. bcfe56d Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. by Senthil Kumaran · 13 years ago
  100. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago