1. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 12 years ago
  2. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 12 years ago
  3. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 12 years ago
  4. 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
  5. 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
  6. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  7. 94d5a71 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  8. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  9. 124598c Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  10. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  11. 91f252b merge from 3.2 - Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  12. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  13. 6c3dd7e merge from 3.2 by Senthil Kumaran · 13 years ago
  14. 0e0772d merge from 3.2 by Senthil Kumaran · 13 years ago
  15. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  16. 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
  17. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  18. ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
  19. 4bc45b7 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  20. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  21. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  22. 13f8b68 Mark test_devpoll as unexpected on most platforms by Antoine Pitrou · 13 years ago
  23. bfc9729 Fix a few typos by Éric Araujo · 13 years ago
  24. 4e377f2 Make sure packaging tests that register custom commands also clear them by Éric Araujo · 13 years ago
  25. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  26. 76558e1 Add regrtest check for caches in packaging.database (see #12167) by Éric Araujo · 13 years ago
  27. 28df8de Make regrtest look at internal dicts in sysconfig. by Éric Araujo · 13 years ago
  28. a89c32c Merge: Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  29. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  30. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  31. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  32. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  33. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  34. f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  35. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  36. d18a047 Issue #11049: added test_support to regrtest.STDTESTS list by Eli Bendersky · 13 years ago
  37. 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  38. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  39. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  40. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  41. cb41cda Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 by Victor Stinner · 13 years ago
  42. e15bfeb (merge 3.2) Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
  43. fcc2a21 Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
  44. fa832de (merge 3.2) Issue #12400: runtest() truncates the StringIO stream before a new by Victor Stinner · 13 years ago
  45. 85b3a49 Issue #12400: runtest() truncates the StringIO stream before a new test by Victor Stinner · 13 years ago
  46. ba08905 (merge 3.2) Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
  47. ea95de7 Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
  48. d71bd9a (merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for by Victor Stinner · 13 years ago
  49. 8313d6a Issue #12400: runtest() reuses the same io.StringIO instance for all calls by Victor Stinner · 13 years ago
  50. 0b8f0c2 (merge 3.2) Issue #12400: remove unused import by Victor Stinner · 13 years ago
  51. bd98f93 Issue #12400: remove unused variable by Victor Stinner · 13 years ago
  52. e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 13 years ago
  53. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 13 years ago
  54. 8834568 Issue #12250: regrtest --timeout displays a warning instead of failing with an by Victor Stinner · 13 years ago
  55. 9e586c2 Issue #12250: modify "make buildbottest" command line instead of TESTOPTS by Victor Stinner · 13 years ago
  56. 3019688 Close #12250: Disable the regrtest timeout by default by Victor Stinner · 13 years ago
  57. d976098 Close #12089: Remove outdated and unused code from regrtest. by Victor Stinner · 13 years ago
  58. be62103 Issue #8533: regrtest replaces also sys.stdout on Windows by Victor Stinner · 13 years ago
  59. 64af7c0 #12074: merge with 3.2. by Ezio Melotti · 13 years ago
  60. 84f75c6 #12074: remove the /0 when there are no failures. by Ezio Melotti · 13 years ago
  61. 08c719e (Merge 3.2) Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  62. a2a895c Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  63. 3c18f25 regrtest: enable faulthandler in main() instead of if __name__ == '__main__': by Victor Stinner · 13 years ago
  64. 55b5fa7 regrtest: dump all threads on a crash, not only the current thread by Victor Stinner · 13 years ago
  65. 571e8fd regrtest: add the name of the failing test on a child error (-j option) by Victor Stinner · 13 years ago
  66. f664345 Implement #11832. Add an option to start regrtest and wait for input by Brian Curtin · 13 years ago
  67. a4eb194 Merge from 3.2 by Antoine Pitrou · 13 years ago
  68. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 13 years ago
  69. 9bf133c Fix #11825: disable regrtest timeout if Python doesn't support threads by Victor Stinner · 13 years ago
  70. b2a290c Merge with 3.2 by Ross Lagerwall · 13 years ago
  71. 226580e Merge with 3.1 by Ross Lagerwall · 13 years ago
  72. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  73. b1eb660 Fix faulthandler timeout to avoid breaking buildbots by Antoine Pitrou · 13 years ago
  74. f7ec169 Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed by Victor Stinner · 13 years ago
  75. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 13 years ago
  76. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 13 years ago
  77. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 13 years ago
  78. 7d648a0 Issue #11727: Antoine and Arfrever don't like "0 < timeout" style (regrtest.py) by Victor Stinner · 13 years ago
  79. 0cc8d59 Issue #11727: add --timeout option to regrtest (disabled by default). by Victor Stinner · 13 years ago
  80. 4b73988 regrtest.py checks that child process exit code is zero by Victor Stinner · 13 years ago
  81. bb14b37 Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine) by Victor Stinner · 13 years ago
  82. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  83. 5764830 #11093: make NOTTESTS empty by renaming confusingly named files in test dir. by R David Murray · 13 years ago
  84. b588f8d #11031: Add --testdir to specify where to find tests by R David Murray · 13 years ago
  85. 03504fc #11030: make --coverdir work for relative directories again. by R David Murray · 13 years ago
  86. f3c524d Issue #11653: fix -W with -j in regrtest. by Antoine Pitrou · 13 years ago
  87. 293954d Issue #11653: fix -W with -j in regrtest by Antoine Pitrou · 13 years ago
  88. 6ab79d9 Allow "-j0" as an argument to regrtest, to automatically select an by Antoine Pitrou · 13 years ago
  89. 661720e Make regrtest recognize test packages as well as test modules. by R David Murray · 13 years ago
  90. c107fb1 Always print out the traceback when a test "crashed" by Antoine Pitrou · 13 years ago
  91. 779a5b0 Always print out the traceback when a test "crashed" by Antoine Pitrou · 13 years ago
  92. 45763d0 Merge with 3.2. by Ezio Melotti · 13 years ago
  93. 0123e05 Add a check for sys.warnoptions in regrtest. by Ezio Melotti · 13 years ago
  94. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 13 years ago
  95. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  96. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  97. be41a48 On Py3k, -tt and -3 are no-op and unsupported respectively. by Georg Brandl · 14 years ago
  98. 4b2b43d regrtest: close the new stdout and restore the original stdout at exit by Victor Stinner · 14 years ago
  99. 41d5866 Merged revisions 87704-87705 via svnmerge from by Antoine Pitrou · 14 years ago
  100. 68530ac Mention --randseed in option list by Antoine Pitrou · 14 years ago