summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace normalization.Tim Peters2005-03-281-1/+1
* Only run extensive subprocess tests if -usubprocess to regrtest is specified....Peter Astrand2005-03-031-1/+3
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-131-0/+4
* Add options to regrtest.py to make it possible to specify where to putWalter Dörwald2004-11-121-8/+18
* Missed some occurrences of test_mpzAndrew M. Kuchling2004-08-311-3/+0
* Remove tests for mpz, rotor, xreadlinesAndrew M. Kuchling2004-08-311-4/+0
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-181-0/+5
* Report refleaks to stderr as the tests run as well as logging themMichael W. Hudson2004-08-121-0/+2
* Add a trivial test for the compiler package, guarded by compiler resource.Jeremy Hylton2004-08-071-1/+5
* test_threadsignals is an expected skip on win32.Tim Peters2004-08-041-0/+1
* Check in my refleak hunting code.Michael W. Hudson2004-08-031-19/+91
* Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3.Martin v. Löwis2004-07-261-0/+1
* test_codecmaps_hk is also expected to be skipped when a mapping fileHye-Shik Chang2004-07-191-1/+2
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-1/+5
* add -L flag to cause leaks(1) command to run just before exitSkip Montanaro2004-06-061-2/+13
* Patch #868499, adds -T option for code coverage. The implementation is aBarry Warsaw2004-02-071-30/+51
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-9/+10
* test_applesingle is an expected skip almost anywhere.Guido van Rossum2003-11-201-29/+40
* test_applesingle is an expected skip on Win32Raymond Hettinger2003-11-201-0/+1
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-3/+2
* Add test__locale to expected skip list for Darwin.Brett Cannon2003-10-131-0/+1
* test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn'tTim Peters2003-09-201-0/+1
* Restored commented-out line checked in by mistake.Tim Peters2003-07-231-1/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-231-1/+1