summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-031-4/+3
* Patch #1953Christian Heimes2008-02-041-1/+1
* Added clear cache methods to clear the internal type lookup cache for ref lea...Christian Heimes2008-01-271-0/+3
* Added _struct._clearcache() for regression testsChristian Heimes2008-01-041-0/+1
* Fixed refleak tests for _struct changesChristian Heimes2008-01-041-1/+0
* Fixed error in regrtest. I must have missed the spot.Christian Heimes2007-12-051-1/+1
* Backport of -r59242:59246 from py3kChristian Heimes2007-11-301-2/+6
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-221-5/+18
* Correct a comment about testing methods - nowadays mostGeorg Brandl2007-11-091-4/+3
* Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-281-0/+1
* More work on SSL support.Bill Janssen2007-09-101-3/+7
* Patch #1680959: add test suite for pipes module.Georg Brandl2007-08-301-0/+1
* Patch #1731169: clean up expected skips list.Georg Brandl2007-07-121-214/+18
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-201-5/+1
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-201-1/+5
* Don't ever report a failure when the sum of the reference count differencesNeal Norwitz2007-05-111-2/+3
* Patch #1678088: convert test_operations to use unittest, fold the result into...Collin Winter2007-03-121-1/+1
* Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...Collin Winter2007-03-081-0/+3
* Whoops, how did that get in there. :-) Revert all the parts of 51227 that we...Neal Norwitz2006-08-121-7/+0
* Check returned pointer is valid.Neal Norwitz2006-08-121-0/+7
* Concatenation on a long string breaks (SF #1526585).Armin Rigo2006-08-091-1/+3
* Patch #1509001: expected skips for netbsd3.Georg Brandl2006-06-211-0/+31
* warnings was imported at module scope, no need to import againNeal Norwitz2006-06-111-1/+1
* Implementing a happy idea from Georg Brandl: make runtest() try toTim Peters2006-06-091-1/+48
* Remove the temporary hack to force test_optparse toTim Peters2006-06-091-5/+0
* To boost morale :-), force test_optparse to run immediatelyTim Peters2006-06-091-0/+5
* dash_R_cleanup(): Clear filecmp._cache. This accounts forTim Peters2006-06-071-1/+2
* "Flat is better than nested."Tim Peters2006-06-051-59/+73
* A clearer error message when passing -R to regrtest.py withArmin Rigo2006-05-281-0/+3
* test_struct grew weird behavior under regrtest.py -R,Tim Peters2006-05-231-0/+2
* Add more ignores of ImportWarnings; these are all just potential triggersThomas Wouters2006-04-271-1/+3
* - Add new Warning class, ImportWarningThomas Wouters2006-04-271-0/+6
* The result of SF patch #1471578: big-memory tests for strings, lists andThomas Wouters2006-04-261-2/+18
* When using -R, lots of "*** DocTestRunner.merge:" nuisance messagesTim Peters2006-04-131-1/+3
* Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)Anthony Baxter2006-04-091-1/+0
* Hopefully this makes test_urllib2 have inconsistent leak resultsNeal Norwitz2006-04-061-1/+2
* no-one but windows should expect startfile to workAnthony Baxter2006-04-051-0/+14
* sqlite on Windows:Tim Peters2006-04-041-1/+0
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-0/+16
* Patch from Aldo Cortesi: expected skips for OpenBSD.Martin v. Löwis2006-03-261-0/+30
* Record that test_wait[34] get skipped on native Windows.Tim Peters2006-03-221-0/+2
* Rename sre.py -> re.pyNeal Norwitz2006-03-161-2/+2
* Renamed test_hashlib_speed.py to time_hashlib.py.Tim Peters2006-03-141-3/+0
* When the new -w option (yay! great idea) reruns aTim Peters2006-03-101-0/+2
* Add regrtest -w option.Martin v. Löwis2006-03-101-3/+20
* Instead of printing the exception when you interrupt a test (Ctrl-C),Neal Norwitz2006-02-281-1/+9
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-101-21/+3
* Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is so...Neal Norwitz2005-11-251-2/+4
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+28
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+3