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