1. 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
  2. 8237258 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 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 · 13 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 · 13 years ago
  6. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  7. b0ae0ac Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. by Meador Inge · 13 years ago
  8. 3f55e59 Issue #13725: regrtest does not recognize -d flag. by Meador Inge · 13 years ago
  9. 3ffd7ca Fix issue13726: -S accepts an argument just as --start. by Senthil Kumaran · 13 years ago
  10. 9bbcb25 Adding the -o option for Issue13726 by Senthil Kumaran · 13 years ago
  11. 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
  12. ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
  13. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  14. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  15. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  16. b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
  17. 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
  18. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  19. fcc2a21 Issue #12400: regrtest.runtest() uses stream.seek(0) before .truncate() by Victor Stinner · 13 years ago
  20. 85b3a49 Issue #12400: runtest() truncates the StringIO stream before a new test by Victor Stinner · 13 years ago
  21. ea95de7 Issue #12400: regrtest, force verbose mode to True with option -W by Victor Stinner · 13 years ago
  22. 8313d6a Issue #12400: runtest() reuses the same io.StringIO instance for all calls by Victor Stinner · 13 years ago
  23. bd98f93 Issue #12400: remove unused variable by Victor Stinner · 13 years ago
  24. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 13 years ago
  25. 84f75c6 #12074: remove the /0 when there are no failures. by Ezio Melotti · 13 years ago
  26. a2a895c Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  27. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 13 years ago
  28. 226580e Merge with 3.1 by Ross Lagerwall · 13 years ago
  29. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  30. 293954d Issue #11653: fix -W with -j in regrtest by Antoine Pitrou · 13 years ago
  31. 779a5b0 Always print out the traceback when a test "crashed" by Antoine Pitrou · 13 years ago
  32. 0123e05 Add a check for sys.warnoptions in regrtest. by Ezio Melotti · 13 years ago
  33. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  34. be41a48 On Py3k, -tt and -3 are no-op and unsupported respectively. by Georg Brandl · 14 years ago
  35. 4b2b43d regrtest: close the new stdout and restore the original stdout at exit by Victor Stinner · 14 years ago
  36. 41d5866 Merged revisions 87704-87705 via svnmerge from by Antoine Pitrou · 14 years ago
  37. 68530ac Mention --randseed in option list by Antoine Pitrou · 14 years ago
  38. 3c4402f Issue #6293: Have regrtest.py echo back sys.flags. This is done by default by Antoine Pitrou · 14 years ago
  39. 8e286c4 #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs by R. David Murray · 14 years ago
  40. 7bd5dbe More fine-grained monitoring of alterations to logging state by Nick Coghlan · 14 years ago
  41. 7d81975 Issue 10626 investigation: regrtest now checks for alterations to the logging state in the current process (and yes, test_pydoc alters it) by Nick Coghlan · 14 years ago
  42. cd4f758 Merged revisions 85086 via svnmerge from by R. David Murray · 14 years ago
  43. 3ab34cc Factor out common code from lib/test/__main__.py and lib/test/regrtest.py into a function. by Michael Foord · 14 years ago
  44. 4c4c0f2 Partially revert r78719 - it removed a check that is still needed in some cases (i.e. this will allow Michael to add the test.__main__ support that broke the buildbots previously) by Nick Coghlan · 14 years ago
  45. d95c7b5 Issue #10347: ignore leading test count ("[ 1/340]") when using the -f option to regrtest. by Antoine Pitrou · 14 years ago
  46. a4f1afa Merged revisions 85935-85936 via svnmerge from by Antoine Pitrou · 14 years ago
  47. 54ad0be set literals and unions are our friends by Benjamin Peterson · 14 years ago
  48. 65c66ab make gdb skip expected by Benjamin Peterson · 14 years ago
  49. 2b40efd Fix typo by Antoine Pitrou · 14 years ago
  50. c14efc4 Make a GC run before trying to clean up files left over by the latest test run. by Antoine Pitrou · 14 years ago
  51. aa87965 Actually restore the original asyncore socket map by making a copy of the dict by Antoine Pitrou · 14 years ago
  52. 97019ff test_gdb should be skipped on darwin (not up to v7 yet) by Skip Montanaro · 14 years ago
  53. ba80712 Revert debug printout by Antoine Pitrou · 14 years ago
  54. fe97913 Enable debug output at the start of the regression suite instead. by Antoine Pitrou · 14 years ago
  55. 2731494 Merged revisions 85482 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 14 years ago
  57. 1b03f2c Inherit interpreter flags in parallel testing by Antoine Pitrou · 14 years ago
  58. 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 14 years ago
  59. dc69e72 Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323) by Florent Xicluna · 14 years ago
  60. 36e778e Issue #9433: The "-j" option to regrtest now works under Windows too. by Antoine Pitrou · 14 years ago
  61. b14ac8c Save and restore the global asyncore.socket_map, and warn if a test modified it by Antoine Pitrou · 14 years ago
  62. ec88221 Merged manually from 2.7 branch to 3.x trunk. by Florent Xicluna · 14 years ago
  63. e8e02e3 Fix regrtest -F. by Georg Brandl · 14 years ago
  64. dee7b85 #8560: add progress indicator to regrtest. by Georg Brandl · 14 years ago
  65. 4507190 Switch the __import__ state check from using __builtins__ to builtins to be by Brett Cannon · 14 years ago
  66. 5976d97 When dealing with __import__ for detecting a global state change made by a by Brett Cannon · 14 years ago
  67. db19fb6 Merged revisions 81359-81361 via svnmerge from by Victor Stinner · 14 years ago
  68. 1802d3f regrtest.py: call replace_stdout() before the first call to print() by Victor Stinner · 14 years ago
  69. 37d2635 Merged revisions 80905 via svnmerge from by Victor Stinner · 14 years ago
  70. a303280 regrtest.py: disable replace_stdout() on Windows until it is fixed by Victor Stinner · 14 years ago
  71. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  72. e7bb781 Merged revisions 80694,80703 via svnmerge from by Victor Stinner · 14 years ago
  73. f58087b Issue #8533: revert r80694; try a different fix: regrtest uses backslashreplace by Victor Stinner · 14 years ago
  74. 0d80a58 Issue #8533: Write tracebacks and failed tests to sys.stderr instead of by Victor Stinner · 14 years ago
  75. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  76. 0ba81e0 Merged revisions 80503 via svnmerge from by R. David Murray · 14 years ago
  77. b48af54 Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,79685,79711,79761,79774,79777,79792-79794,79877,79898-79900 via svnmerge from by Benjamin Peterson · 14 years ago
  78. d6995eb Merged revisions 79497 via svnmerge from by Florent Xicluna · 14 years ago
  79. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  80. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 14 years ago
  81. 29c0e4f Have regrtest monitor the warnings filter for changes made by a test suite. by Brett Cannon · 14 years ago
  82. 58bee59 Merged revisions 79013 via svnmerge from by Collin Winter · 14 years ago
  83. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  84. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  85. 0e62a14 Merged revisions 78732 via svnmerge from by Florent Xicluna · 14 years ago
  86. 64fb18e Fix TypeError on usage() when using regrtest switches which are not compatible. by Florent Xicluna · 14 years ago
  87. da7bfd5 Merged revisions 78719-78720 via svnmerge from by Florent Xicluna · 14 years ago
  88. 055470a Check that sys.path_hooks and __import__ are not changed by tests. by Brett Cannon · 15 years ago
  89. 184bdfb Merged revisions 78136 via svnmerge from by Ezio Melotti · 15 years ago
  90. 56992e5 Merged revisions 77374 via svnmerge from by Antoine Pitrou · 15 years ago
  91. 68dbebc Merged revisions 77167 via svnmerge from by Benjamin Peterson · 15 years ago
  92. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  93. ef1992b Merged revisions 76856 via svnmerge from by R. David Murray · 15 years ago
  94. 260bd3e Merged revisions 76286-76287,76289-76294,76296-76299,76301-76305,76307,76310-76311,76313-76322 via svnmerge from by Nick Coghlan · 15 years ago
  95. 9f9b46c Merged revisions 76279 via svnmerge from by R. David Murray · 15 years ago
  96. 35768ad Merged revisions 76276 via svnmerge from by R. David Murray · 15 years ago
  97. 7dc72cc Merged revisions 76260 via svnmerge from by R. David Murray · 15 years ago
  98. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  99. 046467c Followup to r75965: replace the test_uuid-specific patch with a generic fix by Antoine Pitrou · 15 years ago
  100. b3438b8 Merged revisions 75525,75530,75922 via svnmerge from by R. David Murray · 15 years ago