summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add a dummy test_queue output file to make regrtest happy.Guido van Rossum2002-08-081-0/+1
* Update test output.Jeremy Hylton2002-07-121-0/+5
* Backport changes.Jeremy Hylton2002-07-121-6/+34
* Backport various bug fixes from trunk.Jeremy Hylton2002-07-021-2/+2
* Backport patch for revision 1.58 to the Py2.1.x maintenance branch.Barry Warsaw2002-05-031-0/+6
* Update a SourceForge issue number; IDs less than 200000 are no longer valid.Fred Drake2002-05-021-1/+1
* Added regression tests for xrange object attributes.Fred Drake2002-05-021-0/+21
* Backport buffer() tests from trunk to avoid regression failures.Fred Drake2002-05-022-0/+30
* *sigh* did a 'make test' in the wrong window. fixing this up toAnthony Baxter2002-04-231-8/+8
* Backport fixes for two nested scopes bugs.Jeremy Hylton2002-04-202-7/+74
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-04-191-0/+158
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-04-082-0/+39
* Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault().Fred Drake2002-03-131-0/+25
* backport 1.14:Anthony Baxter2002-01-101-6/+2
* backport guido's 1.20 - test sktobj.sendall()Anthony Baxter2001-11-011-1/+1
* The 2.1 regrest.py doesn't have the test_main() feature yet, so alwaysGuido van Rossum2001-10-191-2/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-10-192-0/+103
* Backport Guido's checkin 1.3:Thomas Wouters2001-07-191-2/+2
* Backport of the socketserver test, including output file (which is stillThomas Wouters2001-07-111-0/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-07-111-0/+162
* When reading a continuation line, make sure we still use the transformedFred Drake2001-07-061-0/+7
* Backport of Tim's checkin 1.35:Thomas Wouters2001-06-271-0/+7
* Re-incarnate dead turd of old test_mutants output file.Thomas Wouters2001-05-231-0/+1
* Now that the backporting of test_mutants.py worked successfully (BarnevelderThomas Wouters2001-05-231-1/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-05-231-0/+153
* Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81),Thomas Wouters2001-05-231-0/+2
* *** empty log message ***Thomas Wouters2001-05-231-0/+6
* Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16,Thomas Wouters2001-05-232-0/+21
* Backport MAL's checkin 1.32:Thomas Wouters2001-05-231-0/+6
* Backport Jeremy's checkin 1.7:Thomas Wouters2001-05-231-0/+1
* Backport Jeremy's checkin 1.15:Thomas Wouters2001-05-231-0/+11
* Add a test case for Weak*Dictionary.update() that would have caught aFred Drake2001-04-161-0/+25
* Change the test data to ask for class C from module __main__ ratherGuido van Rossum2001-04-161-2/+3
* In order to make this test work on Windows, the test locale has to beGuido van Rossum2001-04-151-2/+7
* Set the SO_REUSEADDR socket option in the server thread -- this seemsGuido van Rossum2001-04-151-0/+1
* Add "import thread" at the top of the module; this prevents us fromGuido van Rossum2001-04-142-0/+2
* If the sunaudiodev module is available but we cannot find an audioFred Drake2001-04-141-1/+9
* Added regression test for SF bug #415660 (failure to invalidate allFred Drake2001-04-131-5/+24
* Fix typo in comment (the module is now called _testcapi, not _test).Guido van Rossum2001-04-131-1/+1
* Change error message raised when free variable is not yet bound. ItJeremy Hylton2001-04-131-1/+2
* Add test for SF bug #405427Jeremy Hylton2001-04-132-0/+36
* Update to reflect new tokenize_test.pyJeremy Hylton2001-04-131-8/+8
* There's no need for the tokenize tests to include a SyntaxError.Jeremy Hylton2001-04-131-1/+1
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-132-0/+38
* Bug 415514 reported that e.g.Tim Peters2001-04-121-4/+4
* Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.Tim Peters2001-04-121-0/+16
* Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless ofTim Peters2001-04-121-5/+1
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-113-3/+10
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-112-0/+40
* Use the WeakKeyDictionary and WeakValueDictionary classes directlyFred Drake2001-04-101-2/+2