summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-3/+7
* Revert 57722. Move error dialog APIs to msvcrt instead,Martin v. Löwis2007-08-311-2/+18
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+1
* Rename __whatever variables defined by ABCMeta to _abc_whatever, so asGuido van Rossum2007-08-201-4/+4
* Make the cleanup between -R passes deal better with ABC registries,Guido van Rossum2007-08-181-9/+12
* Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg.Guido van Rossum2007-08-171-7/+7
* Change the usage() function. Don't print the entire multi-pageGuido van Rossum2007-08-171-10/+11
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-27/+0
* Remove RISCOS supportSkip Montanaro2007-08-161-2/+2
* Add -s/--start option that makes it easier to run the tests in batchesNeal Norwitz2007-08-121-3/+19
* Make sure to flush output when writing dots during -R runsNeal Norwitz2007-08-121-0/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-3/+0
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-135/+25
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-3/+6
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+5
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-4/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-9/+6
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-6/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-3/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-2/+3
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-99/+0
* Don't insist on cStringIO.Guido van Rossum2007-05-091-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Move test_unittest, test_doctest and test_doctest2 higher up in the test orderCollin Winter2007-03-081-0/+3
* Add -d/--debug option to print traceback without -v/--verbose.Guido van Rossum2007-02-261-7/+14
* Fix an unfortunate mis-conversion: sometimes "print x," must beGuido van Rossum2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-52/+52
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+0
* test_bsddb runs fine on darwin.Guido van Rossum2006-08-181-1/+0
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-6/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+83
* Merge the rest of the trunk.Thomas Wouters2006-06-081-59/+74
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+3
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+28
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+65
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-211-2/+2
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-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
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-171-0/+1
* yet another cache to clear when leak hunting.Michael W. Hudson2005-06-141-0/+2
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-101-1/+3