summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Extend the weakref test suite to cover the complete mapping interface forFred Drake2001-05-101-4/+61
* SF bug #422121 Insecurities in dict comparison.Tim Peters2001-05-102-0/+139
* Guido has Spoken. Restore strop.replace()'s treatment of a 0 count asTim Peters2001-05-101-1/+3
* The strop module and test_strop.py believe replace() with a 0 countTim Peters2001-05-101-1/+1
* SF bug #422088: [OSF1 alpha] string.replace().Tim Peters2001-05-091-0/+6
* Update the tests for the fcntl module to check passing in file objects,Fred Drake2001-05-091-11/+21
* Trivial tests of urllib2 for recent SF bugJeremy Hylton2001-05-092-0/+18
* SF bug #422177: Results from .pyc differs from .pyTim Peters2001-05-081-0/+3
* SF patch #421922: Implement rich comparison for dicts.Tim Peters2001-05-081-0/+28
* SF patch 419176 from MvL; fixed bug 418977Jeremy Hylton2001-05-082-0/+21
* This is a test showing SF bug 422177. It won't trigger until I check inTim Peters2001-05-081-0/+30
* Generalize zip() to work with iterators.Tim Peters2001-05-062-2/+48
* Get rid of silly 5am "del" stmts.Tim Peters2001-05-051-2/+0
* Reimplement PySequence_Contains() and instance_contains(), so they workTim Peters2001-05-051-18/+6
* Generalize PySequence_Count() (operator.countOf) to work with iterators.Tim Peters2001-05-051-0/+35
* Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.Tim Peters2001-05-052-2/+57
* Make unicode.join() work nice with iterators. This also required a changeTim Peters2001-05-051-0/+41
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-053-6/+39
* Generalize reduce() to work with iterators.Tim Peters2001-05-041-0/+13
* Purge redundant cut&paste line.Tim Peters2001-05-031-2/+1
* Generalize map() to work with iterators.Tim Peters2001-05-031-0/+35
* 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