summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant copy+paste code.Tim Peters2001-05-031-3/+0
* Generalize max(seq) and min(seq) to work with iterators.Tim Peters2001-05-031-0/+35
* Fix for bug #417030: "print '%*s' fails for unicode string"Marc-André Lemburg2001-05-021-0/+6
* Generalize filter(f, seq) to work with iterators. This also generalizesTim Peters2001-05-021-0/+44
* Whitespace normalization.Tim Peters2001-05-021-2/+2
* Added tests for Weak*Dictionary iterator support.Fred Drake2001-05-021-10/+54
* Generalize list(seq) to work with iterators. This also generalizes list()Tim Peters2001-05-011-0/+32
* Fix 2.1 nested scopes crash reported by Evan SimpsonJeremy Hylton2001-04-272-0/+12
* Update test to accomodate the change to the namespace_separator parameterFred Drake2001-04-252-10/+32
* Add test suite for iterators.Guido van Rossum2001-04-212-0/+247
* Give UserDict new __contains__ and __iter__ methods.Tim Peters2001-04-211-1/+15
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-0/+4
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-1810-16/+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
* Some other tests, when failing, don't always remove their TESTFN file.Guido van Rossum2001-04-101-0/+6
* When doing the quick test to see whether large files are supported,Guido van Rossum2001-04-101-1/+1
* When zlib can't be imported, zipfile raises RuntimeError, which causesGuido van Rossum2001-04-101-0/+1
* Test full range of native ints. This exposes two more binary pickleTim Peters2001-04-101-0/+19
* Pickles have a number of storage formats for various sizes and kinds ofTim Peters2001-04-091-13/+40
* No functional change -- just added whitespace in places so I could followTim Peters2001-04-091-11/+30
* Whitespace normalization.Tim Peters2001-04-081-2/+2
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-062-0/+5
* Remove lines for asynchat & asyncore, as they've now got their own test.Tim Peters2001-04-061-2/+0
* After testing the test on Unix, several improvements:Guido van Rossum2001-04-061-3/+4
* Add test for asynchat. This also tests asyncore.Guido van Rossum2001-04-062-0/+58
* Sf bug [ #412214 ] ZipFile constructor leaves files open.Tim Peters2001-04-041-0/+16
* Whitespace normalization.Tim Peters2001-03-292-5/+5
* Based on info from Jens@digicool.com, add 'darwin1' to the list ofGuido van Rossum2001-03-281-1/+1
* Itamar Shtull-Trauring <itamar@maxnm.com>:Fred Drake2001-03-261-10/+27
* main(): Application of SF patch #405851, which allows this test to beBarry Warsaw2001-03-231-0/+12
* In Jython, `@' is not allowed in module names. Extend the TESTFN testBarry Warsaw2001-03-231-3/+7
* Make socket.getservbyname test optional on socket module having thatBarry Warsaw2001-03-231-5/+6