1. 8105dd7 bpo-30223: Add global in regrtest main_in_temp_cwd (#1399) by Victor Stinner · 7 years ago
  2. 43566ae [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) by Serhiy Storchaka · 7 years ago
  3. ac33bd7 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  4. 3c459de remove pointless keys() call by Benjamin Peterson · 9 years ago
  5. f9d11e8 make consulting save_modules O(1) rather than O(n) by Benjamin Peterson · 9 years ago
  6. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  7. eb2cb97 Issue #25188: Clean up code to pass the --pgo flag to subprocesses by Brett Cannon · 9 years ago
  8. 65918e0 Fix indentation by Brett Cannon · 9 years ago
  9. 9537478 Issue #25188: Add -P/--pgo to test.regrtest for PGO building. by Brett Cannon · 9 years ago
  10. ce698f3 Issue #24751: Fix running regrtest with '-w' flag in case of test failures. by Zachary Ware · 9 years ago
  11. a4777f1 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  12. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  13. 79d0e72 Backport b80d141a044e by Zachary Ware · 9 years ago
  14. ac0d189 Issue #22390: Fix typo in regrtest, support => test_support by Victor Stinner · 9 years ago
  15. c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  16. 7ece150 test_spwd skipping is expected on win32. by Serhiy Storchaka · 10 years ago
  17. 32b1ff9 regrtest: backport "[ 1/399]" progress back from Python 3 by Victor Stinner · 10 years ago
  18. 5503579 backout 369bf9fbaeff by Benjamin Peterson · 10 years ago
  19. 27b029b clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  20. bb80131 Import shutil for restore_test_support_TESTFN(). by Serhiy Storchaka · 12 years ago
  21. 3684c79 Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. by Chris Jerdonek · 12 years ago
  22. cf807c0 Flush stdout and stderr when running tests in parallel by Antoine Pitrou · 12 years ago
  23. da563bf Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses shutil.rmtree for simpler code. by Vinay Sajip · 12 years ago
  24. 0e30317 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  25. fe2f1ad Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  26. 561b96f Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from by R. David Murray · 14 years ago
  27. 8c688be Merged revisions 87704-87705 via svnmerge from by Antoine Pitrou · 14 years ago
  28. 0960bc5 Merged revisions 85086 via svnmerge from by R. David Murray · 14 years ago
  29. a71bfc4 Merged revisions 85926 via svnmerge from by Antoine Pitrou · 14 years ago
  30. 0d75957 Merged revisions 85935-85936 via svnmerge from by Antoine Pitrou · 14 years ago
  31. 29cdfe6 test_gdb should be skipped on darwin (not up to v7 yet) by Skip Montanaro · 14 years ago
  32. d989f82 Merged revisions 85482 via svnmerge from by Antoine Pitrou · 14 years ago
  33. a226c91 Merged revisions 85469 via svnmerge from by Antoine Pitrou · 14 years ago
  34. 9284745 Merged revisions 83524,84776 via svnmerge from by Florent Xicluna · 14 years ago
  35. 0dd8e1d Merged revisions 84176 via svnmerge from by Antoine Pitrou · 14 years ago
  36. 1e8a754 Merged revisions 84086 via svnmerge from by Antoine Pitrou · 14 years ago
  37. 8652f2e Revert the additional OS X information (r81140). Keep the endianness information. by Florent Xicluna · 14 years ago
  38. b7d413f Add sensible information about the OS X platform to diagnose issue #8423: by Florent Xicluna · 14 years ago
  39. 9545a23 In a number of places code still revers by Ronald Oussoren · 14 years ago
  40. 1b4a69d Issue #7449, part 2: regrtest.py -j option requires thread support by Victor Stinner · 14 years ago
  41. 3bfa883 Issue 8325: Improve regrtest --help text. by R. David Murray · 14 years ago
  42. 1273566 Fix the "regrtest -s" switch. by Florent Xicluna · 14 years ago
  43. 64f6c2f Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. by Florent Xicluna · 14 years ago
  44. 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 14 years ago
  45. 75c6676 #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT). by Florent Xicluna · 14 years ago
  46. 355adc5 Ensure that the failed or unexpected tests are sorted before printing. by Florent Xicluna · 14 years ago
  47. 27e0240 Skip test_ascii_formatd if _ctypes is not available (BSD, ...). by Florent Xicluna · 14 years ago
  48. ac1d931 Fix a trivial class of (hypothetical, future) false-positive refleaks, discovered by an optimization in Unladen Swallow's past (which will become CPython's future). by Collin Winter · 14 years ago
  49. 5852641 Do not print the header lines when running a single test. by Florent Xicluna · 14 years ago
  50. 12d750d Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments. by Florent Xicluna · 14 years ago
  51. b7c2002 Print platform information to stdout, to help troubleshooting platform-specific failures. by Florent Xicluna · 14 years ago
  52. 0932dc5 Keep the test files in the ./build/ subdirectory, if Python is not installed. by Florent Xicluna · 14 years ago
  53. 8f6a287 #7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch. by Ezio Melotti · 15 years ago
  54. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  55. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  56. 5b77d6d Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by by Antoine Pitrou · 15 years ago
  57. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  58. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  59. 98e3df3 Issue #7396: fix -s, which was broken by the -j enhancement. by R. David Murray · 15 years ago
  60. 3690298 remove lib2to3 resource by Benjamin Peterson · 15 years ago
  61. 4976e32 Account for another cache when hunting ref leaks by Nick Coghlan · 15 years ago
  62. 4653b8c Remove 'g' from regrtest getopt argument string, since there's no by R. David Murray · 15 years ago
  63. da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 15 years ago
  64. 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 15 years ago
  65. 93c2171 Fix constant name. by Georg Brandl · 15 years ago
  66. 4045e88 Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests. by Georg Brandl · 15 years ago
  67. d913864 Remove variable that is no longer used. by R. David Murray · 15 years ago
  68. 8319170 Reformat the regrtest command-line option help and group the options into sections. by Georg Brandl · 15 years ago
  69. 71a015a Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots. by Georg Brandl · 15 years ago
  70. 92a27b5 Eliminate warning message that looks like an error message. When it was by R. David Murray · 15 years ago
  71. 282396f Issue #7151: regrtest would generate a JSON failure if there was output by R. David Murray · 15 years ago
  72. 8157e19 Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests) by Nick Coghlan · 15 years ago
  73. a3e97ad Formatting tweak so that before and after values are vertically aligned by Nick Coghlan · 15 years ago
  74. 2ee358e Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources. by Nick Coghlan · 15 years ago
  75. 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 15 years ago
  76. abe3d3e Issue #7058: Added save/restore for argv and os.environ to runtest_inner by R. David Murray · 15 years ago
  77. e55df1f "Fix" for the refleak report: the ABC classes are now in the _pyio module by Amaury Forgeot d'Arc · 15 years ago
  78. 79c3bd8 Backport fix for buglet from py3k by Antoine Pitrou · 15 years ago
  79. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
  80. 0f48974 Issue 6024: make regrtest.py promote refleaks to test failures. by Collin Winter · 15 years ago
  81. a9b4d47 make sure mode is removable while cleaning up test droppings by Benjamin Peterson · 15 years ago
  82. f8089c7 Issue 5665: add more pickling tests. by Collin Winter · 15 years ago
  83. 612f1d5 Remove the regrtest check that turns any ImportError into a skipped test. by R. David Murray · 15 years ago
  84. e7c9e09 Remove references to test_socket_ssl which was deleted in trunk by R. David Murray · 15 years ago
  85. a199f01 Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 15 years ago
  86. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 15 years ago
  87. bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 16 years ago
  88. b1a98de Issue #5083: New 'gui' resource for regrtest. by Guilherme Polo · 16 years ago
  89. 7a77ee8 * Renaming test_tk_* to test_ttk_* since that is what they are testing. by Guilherme Polo · 16 years ago
  90. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 16 years ago
  91. e2886fd now that test_lib2to3 actually works and isn't extremely slow, we don't need the lib2to3 resource by Benjamin Peterson · 16 years ago
  92. 1ecce46 Keep below 80 chars. by Georg Brandl · 16 years ago
  93. 87988b6 make regrtest aware of the lib2to3 resource by Benjamin Peterson · 16 years ago
  94. 6f5a2b5 skip test_macostools when UCS4 is enabled by Benjamin Peterson · 16 years ago
  95. 8f40f06 test_macos can be skipped on non-mac platforms. by Amaury Forgeot d'Arc · 16 years ago
  96. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  97. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  98. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 16 years ago
  99. 5f2e0e5 Revert bogus checkin in r62724 to that file. by Martin v. Löwis · 16 years ago
  100. 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 16 years ago