- 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 · 17 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
- 9df4e6f - Add new Warning class, ImportWarning by Thomas Wouters · 19 years ago
- abd0888 The result of SF patch #1471578: big-memory tests for strings, lists and by Thomas Wouters · 19 years ago
- 7db4f24 When using -R, lots of "*** DocTestRunner.merge:" nuisance messages by Tim Peters · 19 years ago
- 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
- 5102c4e Hopefully this makes test_urllib2 have inconsistent leak results by Neal Norwitz · 19 years ago
- 22495c0 no-one but windows should expect startfile to work by Anthony Baxter · 19 years ago
- b2fc21e sqlite on Windows: by Tim Peters · 19 years ago
- c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 19 years ago
- 6da56f9 Patch from Aldo Cortesi: expected skips for OpenBSD. by Martin v. Löwis · 19 years ago
- b84de02 Record that test_wait[34] get skipped on native Windows. by Tim Peters · 19 years ago
- 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 19 years ago
- 903d846 Renamed test_hashlib_speed.py to time_hashlib.py. by Tim Peters · 19 years ago
- 922dd7d When the new -w option (yay! great idea) reruns a by Tim Peters · 19 years ago
- 04824ce Add regrtest -w option. by Martin v. Löwis · 19 years ago
- 14ca327 Instead of printing the exception when you interrupt a test (Ctrl-C), by Neal Norwitz · 19 years ago
- aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 20 years ago
- 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 20 years ago
- 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
- f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
- 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 20 years ago
- 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 20 years ago
- 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 20 years ago