1. 701b638 bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) by Victor Stinner · 5 years ago
  2. 3ddc634 bpo-40275: Use new test.support helper submodules in tests (GH-21219) by Hai Shi · 5 years ago
  3. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 5 years ago
  4. 57572b1 bpo-40443: Remove unused imports in tests (GH-19805) by Victor Stinner · 5 years ago
  5. e0cd8aa bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) by Pablo Galindo · 6 years ago
  6. 0ec618a bpo-37531: regrtest ignores output on timeout (GH-16659) by Victor Stinner · 6 years ago
  7. 098e256 bpo-36670: Enhance regrtest (GH-16556) by Victor Stinner · 6 years ago
  8. b2dd2dd bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH-16282) by Victor Stinner · 6 years ago
  9. 0a963fb bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) by Victor Stinner · 6 years ago
  10. b9877cd bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-16247) by Victor Stinner · 6 years ago
  11. b0c8369 bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) by Victor Stinner · 6 years ago
  12. e95ac20 bpo-37667: Add regression test for regrtest. (GH-14929) by Gregory P. Smith · 6 years ago
  13. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 6 years ago
  14. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 6 years ago
  15. 95f61c8 bpo-37069: regrtest uses sys.unraisablehook (GH-13759) by Victor Stinner · 6 years ago
  16. e7e5039 bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Paul Monson · 6 years ago
  17. 837acc1 bpo-36719: Fix regrtest re-run (GH-12964) by Victor Stinner · 6 years ago
  18. 75120d2 bpo-36719: regrtest always detect uncollectable objects (GH-12951) by Victor Stinner · 6 years ago
  19. 3cde440 bpo-36725: Refactor regrtest multiprocessing code (GH-12961) by Victor Stinner · 6 years ago
  20. 4d29983 bpo-36725: regrtest: add TestResult type (GH-12960) by Victor Stinner · 6 years ago
  21. 235e7b2 bpo-36465: Fix test_regrtest on Windows (GH-12945) by Victor Stinner · 6 years ago
  22. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 7 years ago
  23. 3a8f4fe bpo-34279: regrtest consider that skipped tests are ran (GH-11132) by Victor Stinner · 7 years ago
  24. 9724348 bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150) by Pablo Galindo · 7 years ago
  25. 70f61b9 bpo-35202: Remove unused imports in Lib directory (GH-10450) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  26. 012f5b9 bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099) by Victor Stinner · 7 years ago
  27. 4ffe9c2 bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) by Victor Stinner · 7 years ago
  28. c45fc76 bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) by Victor Stinner · 7 years ago
  29. c3b7a6d bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) by Andrés Delfino · 7 years ago
  30. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  31. 302bbbe bpo-31009: Fix support.fd_count() on Windows (#2862) by Victor Stinner · 8 years ago
  32. 5b392bb bpo-30822: Exclude tzdata from regrtest --all (#2775) by Victor Stinner · 8 years ago
  33. 48b5c42 bpo-30776: reduce regrtest -R false positives (#2422) by Victor Stinner · 8 years ago
  34. 63f54c6 bpo-30764: regrtest: add --fail-env-changed option (#2402) by Victor Stinner · 8 years ago
  35. ace56d5 bpo-30523: regrtest --list-cases --match (#2401) by Victor Stinner · 8 years ago
  36. b0c58d3 bpo-30523: Add --list-cases unittest (#2243) by Louie Lu · 8 years ago
  37. ef8320c bpo-30540: regrtest: add --matchfile option (#1909) by Victor Stinner · 8 years ago
  38. 3d00568 bpo-30263: regrtest: log system load (#1452) by Victor Stinner · 8 years ago
  39. 5bad70d regrtest: don't fail immediately if a child does crash by Victor Stinner · 8 years ago
  40. e8cfec5 Issue #29035: Simplify a regex in libregrtest by Victor Stinner · 9 years ago
  41. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 9 years ago
  42. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 9 years ago
  43. 56b2cf5 Issue #28484: Skip tests if GIL is not used or multithreading is disabled by Martin Panter · 9 years ago
  44. a506a93 Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments. by Victor Stinner · 9 years ago
  45. 1f6b69b Issue #28409: regrtest: fix the parser of command line arguments. by Victor Stinner · 9 years ago
  46. 254ad58 Fix test_huntrleaks_fd_leak() of test_regrtest by Victor Stinner · 9 years ago
  47. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  48. f2abf5c regrtest: replace "Result:" with "Tests result:" by Victor Stinner · 9 years ago
  49. 6368603 regrtest: add a summary of the summary, "Result: xxx" by Victor Stinner · 9 years ago
  50. 435eaf4 regrtest: nicer output for durations by Victor Stinner · 9 years ago
  51. 6c44619 regrtest: rename --slow option to --slowest by Victor Stinner · 9 years ago
  52. bae75cf Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 9 years ago
  53. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
  54. 8a34d41 Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests() by Victor Stinner · 9 years ago
  55. 732599f Issue #26295: Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 9 years ago
  56. d6e2502 Issue #26295: test_regrtest now uses a temporary directory by Victor Stinner · 9 years ago
  57. 5de16e8 regrtest: fix --fromfile feature by Victor Stinner · 9 years ago
  58. 69649f2 regrtest: display test duration in sequential mode by Victor Stinner · 9 years ago
  59. 24f949e regrtest: add time to output by Victor Stinner · 9 years ago
  60. da43ee4 Issue #25694: Fix test_regrtest for installed Python by Victor Stinner · 10 years ago
  61. 3909e58 Close #25373: Fix regrtest --slow with interrupted test by Victor Stinner · 10 years ago
  62. 14b4662 test_regrtest: catch stderr in test_nowindows() by Victor Stinner · 10 years ago
  63. 4967146 Close #25369: Fix test_regrtest without thread support by Victor Stinner · 10 years ago
  64. 20d2118 Issue #25306: Try to fix test_huntrleaks_fd_leak() on Windows by Victor Stinner · 10 years ago
  65. 33c3013 Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is by Victor Stinner · 10 years ago
  66. 46d7535 Issue #18174: Fix test_regrtest when Python is compiled in release mode by Victor Stinner · 10 years ago
  67. 5f9d3ac Issue #22806: Add ``python -m test --list-tests`` command to list tests. by Victor Stinner · 10 years ago
  68. 076fc87 Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of by Victor Stinner · 10 years ago
  69. a53a818 Fix regrtest --coverage on Windows by Victor Stinner · 10 years ago
  70. 9a14214 Issue #25220: Fix "-m test --forever" by Victor Stinner · 10 years ago
  71. ecef622 Issue #25220, libregrtest: Call setup_python(ns) in the slaves by Victor Stinner · 10 years ago
  72. 4277134 Issue #25220: Add test for --wait in test_regrtest by Victor Stinner · 10 years ago
  73. feabaed Oops, revert unwanted change, sorry by Victor Stinner · 10 years ago
  74. 3f74685 test by Victor Stinner · 10 years ago
  75. e143c1f Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 10 years ago
  76. 6b41510 Issue #25220: Add functional tests to test_regrtest by Victor Stinner · 10 years ago
  77. 3844fe5 Issue #25220: Move most regrtest.py code to libregrtest by Victor Stinner · 10 years ago
  78. 98de534 Issue #25220: Create Lib/test/libregrtest/ by Victor Stinner · 10 years ago
  79. 0cca00b Issue #25220: Backed out changeset eaf9a99b6bb8 by Victor Stinner · 10 years ago
  80. 7b92abf Issue #25220: Create Lib/test/libregrtest/ by Victor Stinner · 10 years ago
  81. 95536b8 rename some more tests to avoid duplicate names (#19123) by Benjamin Peterson · 12 years ago
  82. 11f34ca delete duplicate test (closes #19123) by Benjamin Peterson · 12 years ago
  83. 833bf1f Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (the by Charles-François Natali · 12 years ago
  84. e8de296 Remove unused --debug option of regrtest. by Eli Bendersky · 12 years ago
  85. 64f7c4e Issue #16799: Switched from getopt to argparse style in regrtest's argument by Serhiy Storchaka · 12 years ago
  86. 1573842 Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400. by Chris Jerdonek · 13 years ago
  87. d6c18dc Issue #15302: Switch regrtest from using getopt to using argparse. by Chris Jerdonek · 13 years ago