- 1273566 Fix the "regrtest -s" switch. by Florent Xicluna · 15 years ago
- 64f6c2f Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. by Florent Xicluna · 15 years ago
- 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
- 75c6676 #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT). by Florent Xicluna · 15 years ago
- 355adc5 Ensure that the failed or unexpected tests are sorted before printing. by Florent Xicluna · 15 years ago
- 27e0240 Skip test_ascii_formatd if _ctypes is not available (BSD, ...). by Florent Xicluna · 15 years ago
- 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 · 15 years ago
- 5852641 Do not print the header lines when running a single test. by Florent Xicluna · 15 years ago
- 12d750d Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments. by Florent Xicluna · 15 years ago
- b7c2002 Print platform information to stdout, to help troubleshooting platform-specific failures. by Florent Xicluna · 15 years ago
- 0932dc5 Keep the test files in the ./build/ subdirectory, if Python is not installed. by Florent Xicluna · 15 years ago
- 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
- a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
- dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
- 5b77d6d Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by by Antoine Pitrou · 16 years ago
- ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
- 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
- 98e3df3 Issue #7396: fix -s, which was broken by the -j enhancement. by R. David Murray · 16 years ago
- 3690298 remove lib2to3 resource by Benjamin Peterson · 16 years ago
- 4976e32 Account for another cache when hunting ref leaks by Nick Coghlan · 16 years ago
- 4653b8c Remove 'g' from regrtest getopt argument string, since there's no by R. David Murray · 16 years ago
- da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 16 years ago
- 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 16 years ago
- 93c2171 Fix constant name. by Georg Brandl · 16 years ago
- 4045e88 Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests. by Georg Brandl · 16 years ago
- d913864 Remove variable that is no longer used. by R. David Murray · 16 years ago
- 8319170 Reformat the regrtest command-line option help and group the options into sections. by Georg Brandl · 16 years ago
- 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 · 16 years ago
- 92a27b5 Eliminate warning message that looks like an error message. When it was by R. David Murray · 16 years ago
- 282396f Issue #7151: regrtest would generate a JSON failure if there was output by R. David Murray · 16 years ago
- 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 · 16 years ago
- a3e97ad Formatting tweak so that before and after values are vertically aligned by Nick Coghlan · 16 years ago
- 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 · 16 years ago
- 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 16 years ago
- abe3d3e Issue #7058: Added save/restore for argv and os.environ to runtest_inner by R. David Murray · 16 years ago
- e55df1f "Fix" for the refleak report: the ABC classes are now in the _pyio module by Amaury Forgeot d'Arc · 16 years ago
- 79c3bd8 Backport fix for buglet from py3k by Antoine Pitrou · 16 years ago
- 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 16 years ago
- 0f48974 Issue 6024: make regrtest.py promote refleaks to test failures. by Collin Winter · 16 years ago
- a9b4d47 make sure mode is removable while cleaning up test droppings by Benjamin Peterson · 16 years ago
- f8089c7 Issue 5665: add more pickling tests. by Collin Winter · 16 years ago
- 612f1d5 Remove the regrtest check that turns any ImportError into a skipped test. by R. David Murray · 16 years ago
- e7c9e09 Remove references to test_socket_ssl which was deleted in trunk by R. David Murray · 16 years ago
- a199f01 Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 16 years ago
- 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
- bbb7efd Some tests for Tkinter.Text.search by Guilherme Polo · 16 years ago
- b1a98de Issue #5083: New 'gui' resource for regrtest. by Guilherme Polo · 17 years ago
- 7a77ee8 * Renaming test_tk_* to test_ttk_* since that is what they are testing. by Guilherme Polo · 17 years ago
- 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
- e2886fd now that test_lib2to3 actually works and isn't extremely slow, we don't need the lib2to3 resource by Benjamin Peterson · 17 years ago
- 1ecce46 Keep below 80 chars. by Georg Brandl · 17 years ago
- 87988b6 make regrtest aware of the lib2to3 resource by Benjamin Peterson · 17 years ago
- 6f5a2b5 skip test_macostools when UCS4 is enabled by Benjamin Peterson · 17 years ago
- 8f40f06 test_macos can be skipped on non-mac platforms. by Amaury Forgeot d'Arc · 17 years ago
- dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago
- 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 17 years ago
- 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 17 years ago
- 5f2e0e5 Revert bogus checkin in r62724 to that file. by Martin v. Löwis · 17 years ago
- 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 17 years ago
- 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
- 4d0c117 Correct the apparent refleak in test_io: by Amaury Forgeot d'Arc · 17 years ago
- ea13dc6 Now that Lib/test/output is gone, tests should not print anything, by Amaury Forgeot d'Arc · 17 years ago
- 7db15fe test_future3.py is a regular test file, and should be part of the test suite by Amaury Forgeot d'Arc · 17 years ago
- 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
- d290b04 Replace hack in regrtest.py with use of sys.py3kwarning. by Steven Bethard · 17 years ago
- e8e22cf Have regrtest skip test_py3kwarn when the -3 flag is missing. by Steven Bethard · 17 years ago
- 5fe5cf6 Get regrtest working when re-running tests by Neal Norwitz · 17 years ago
- 36dbcb9 Add a -S/--slow flag to regrtest to have it print the 10 slowest tests with by Jeffrey Yasskin · 17 years ago
- a5573b3 The output directory for tests that compare against stdout is now gone! by Brett Cannon · 17 years ago
- 608c1d8 Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too? by Christian Heimes · 17 years ago
- 422051a Patch #1953 by Christian Heimes · 18 years ago
- 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 18 years ago
- 76d19f6 Added _struct._clearcache() for regression tests by Christian Heimes · 18 years ago
- f2f41eb Fixed refleak tests for _struct changes by Christian Heimes · 18 years ago
- 8f1fea5 Fixed error in regrtest. I must have missed the spot. by Christian Heimes · 18 years ago
- 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 18 years ago
- 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago
- 980c4fc Correct a comment about testing methods - nowadays most by Georg Brandl · 18 years ago
- ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 18 years ago
- 98d19da More work on SSL support. by Bill Janssen · 18 years ago
- 27d9ee3 Patch #1680959: add test suite for pipes module. by Georg Brandl · 18 years ago
- b2e208f Patch #1731169: clean up expected skips list. by Georg Brandl · 18 years ago
- 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
- dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
- d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 18 years ago
- f567ca3 Patch #1678088: convert test_operations to use unittest, fold the result into test_dict. by Collin Winter · 18 years ago
- 5545314 Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctest2 higher up in the testing order. by Collin Winter · 18 years ago
- 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 19 years ago
- 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 19 years ago
- 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 19 years ago
- 0870687 Patch #1509001: expected skips for netbsd3. by Georg Brandl · 19 years ago
- d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
- e558486 Implementing a happy idea from Georg Brandl: make runtest() try to by Tim Peters · 19 years ago
- 71dc0a0 Remove the temporary hack to force test_optparse to by Tim Peters · 19 years ago
- 2b63779 To boost morale :-), force test_optparse to run immediately by Tim Peters · 19 years ago
- c27d655 dash_R_cleanup(): Clear filecmp._cache. This accounts for by Tim Peters · 19 years ago
- 06c5c00 "Flat is better than nested." by Tim Peters · 19 years ago
- a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 19 years ago
- 1bddfb8 test_struct grew weird behavior under regrtest.py -R, by Tim Peters · 19 years ago
- 076ba21 Add more ignores of ImportWarnings; these are all just potential triggers by Thomas Wouters · 19 years ago