- 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
- eba28be Whitespace normalization. by Tim Peters · 20 years ago
- f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
- fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 21 years ago
- aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 21 years ago
- 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 21 years ago
- 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 21 years ago
- f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 21 years ago
- e667e66 Report refleaks to stderr as the tests run as well as logging them to a file. by Michael W. Hudson · 21 years ago
- 4336eda Add a trivial test for the compiler package, guarded by compiler resource. by Jeremy Hylton · 21 years ago
- cea2cc4 test_threadsignals is an expected skip on win32. by Tim Peters · 21 years ago
- 61147f6 Check in my refleak hunting code. by Michael W. Hudson · 21 years ago
- 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- 5ef6018 test_codecmaps_hk is also expected to be skipped when a mapping file by Hye-Shik Chang · 21 years ago
- 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago
- 0179a18 add -L flag to cause leaks(1) command to run just before exit by Skip Montanaro · 21 years ago
- 3b6d025 Patch #868499, adds -T option for code coverage. The implementation is a by Barry Warsaw · 22 years ago
- 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
- 944a6c3 test_applesingle is an expected skip almost anywhere. by Guido van Rossum · 22 years ago
- 901dc98 test_applesingle is an expected skip on Win32 by Raymond Hettinger · 22 years ago
- a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago
- 2bfb94c Add test__locale to expected skip list for Darwin. by Brett Cannon · 22 years ago
- c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 22 years ago
- 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 22 years ago
- 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 22 years ago
- c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 22 years ago
- 56f8811 Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 22 years ago