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