summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove references to test_socket_ssl which was deleted in trunkR. David Murray2009-03-301-12/+0
* Add the ability to control the random seed used by regrtest.py -r.Collin Winter2009-03-291-3/+15
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+2
* Some tests for Tkinter.Text.searchGuilherme Polo2009-02-091-0/+4
* Issue #5083: New 'gui' resource for regrtest.Guilherme Polo2009-01-281-1/+3
* * Renaming test_tk_* to test_ttk_* since that is what they are testing.Guilherme Polo2009-01-281-0/+8
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-301-0/+3
* now that test_lib2to3 actually works and isn't extremely slow, we don't need ...Benjamin Peterson2008-07-181-2/+2
* Keep below 80 chars.Georg Brandl2008-07-051-2/+2
* make regrtest aware of the lib2to3 resourceBenjamin Peterson2008-07-051-1/+3
* skip test_macostools when UCS4 is enabledBenjamin Peterson2008-06-191-0/+3
* test_macos can be skipped on non-mac platforms.Amaury Forgeot d'Arc2008-06-191-1/+1
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-5/+5
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-111-5/+5
* Deprecate the dircache module for 3.0.Brett Cannon2008-05-101-1/+2
* Revert bogus checkin in r62724 to that file.Martin v. Löwis2008-05-051-1/+1
* Issue #1734346: Support Unicode file names for zipfiles.Martin v. Löwis2008-05-051-1/+1
* Some tests did not pass on repeated calls (regrtest -R::)Amaury Forgeot d'Arc2008-04-181-0/+5
* Correct the apparent refleak in test_io:Amaury Forgeot d'Arc2008-04-021-12/+10
* Now that Lib/test/output is gone, tests should not print anything,Amaury Forgeot d'Arc2008-03-291-63/+19
* test_future3.py is a regular test file, and should be part of the test suiteAmaury Forgeot d'Arc2008-03-281-1/+0
* Applied patch #1657 epoll and kqueue wrappers for the select moduleChristian Heimes2008-03-211-0/+30
* Replace hack in regrtest.py with use of sys.py3kwarning.Steven Bethard2008-03-211-7/+2
* Have regrtest skip test_py3kwarn when the -3 flag is missing.Steven Bethard2008-03-181-0/+8
* Get regrtest working when re-running testsNeal Norwitz2008-03-181-2/+2
* Add a -S/--slow flag to regrtest to have it print the 10 slowest tests withJeffrey Yasskin2008-03-181-19/+35
* The output directory for tests that compare against stdout is now gone!Brett Cannon2008-03-181-35/+3
* 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