summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Added a test specifically to tickle Karatsuba; it costs no appreciableTim Peters2002-08-131-0/+26
* Add tests for including __dict__ and/or __weakref__ in __slots__.Guido van Rossum2002-08-131-1/+50
* Add test for SF bug # 575229, multiple inheritance w/ slots dumps coreNeal Norwitz2002-08-131-0/+11
* Bug #556025: list(xrange(1e9)) --> seg faultJason Tishler2002-08-131-0/+5
* test_division(): Added one larger digits value, to ensure that theTim Peters2002-08-131-1/+2
* Machines-- and Python --are a lot faster in relevant ways since thisTim Peters2002-08-131-3/+5
* Don't use hex constants representing negative numbers.Guido van Rossum2002-08-121-1/+1
* Suppress warnings about test_grammar.py that can't be suppressed insideGuido van Rossum2002-08-121-0/+6
* Portable way of producing unsigned 32-bit hex output to print theGuido van Rossum2002-08-121-2/+4
* Shut up warnings about hex()/oct() that can't be avoided.Guido van Rossum2002-08-122-0/+8
* Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.Marc-André Lemburg2002-08-111-0/+8
* test_saveall(): Another small simplification; plus s/l/L/g.Tim Peters2002-08-111-10/+8
* And one more simplification to test_saveall().Tim Peters2002-08-101-11/+10
* test_saveall(): Simplified a little, given that we only expect one itemTim Peters2002-08-101-6/+4
* If any trash happened to be sitting around waiting to get collected atTim Peters2002-08-101-1/+8
* Disallow class assignment completely unless both old and new are heapGuido van Rossum2002-08-101-0/+5
* Add tests for weakref support for generator-iterators.Fred Drake2002-08-091-1/+27
* There's no distinction among 'user', 'group' and 'world' permissionsTim Peters2002-08-091-2/+14
* Whitespace normalization.Tim Peters2002-08-091-2/+2
* Test finalizers and GC from inside __del__ for new classes.Guido van Rossum2002-08-091-0/+41
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-0913-52/+52
* Check-in of the most essential parts of SF 589982 (tempfile.pyGuido van Rossum2002-08-091-7/+704
* Test for Neil's fix to correctly invoke __rmul__.Guido van Rossum2002-08-091-0/+16
* Unicode replace() method with empty pattern argument should fail, likeGuido van Rossum2002-08-091-0/+6
* Moved inplace add and multiply methods from UserString to MutableString.Raymond Hettinger2002-08-093-0/+8
* Revised the test suite for 'contains' to use the test() function argumentRaymond Hettinger2002-08-091-9/+9
* testSendAll(): loop until all data is read; this was necessary atGuido van Rossum2002-08-081-3/+3
* Whitespace normalization.Tim Peters2002-08-086-16/+12
* Replace docstrings on test functions witrh comments -- then unittestGuido van Rossum2002-08-081-31/+50
* Tighten the unbuffered readline test to distinguish between the two lines.Guido van Rossum2002-08-071-4/+4
* Oops. I accidentally commented out some tests.Guido van Rossum2002-08-071-4/+4
* "Unbuffered" mode of class _fileobject wasn't actually unbuffered,Guido van Rossum2002-08-071-6/+35
* Expanded the unittests for the new width sensitive PyUnicode_Contains().Raymond Hettinger2002-08-061-0/+6
* Add testcase for SF bug 574207 (chained __slots__ dealloc segfault).Guido van Rossum2002-08-061-0/+14
* Added a test for PyUnicode_Contains() taking into account the width ofBarry Warsaw2002-08-061-0/+1
* Bump the LOOPS count. 50,000 iterations takes about 5 seconds on myGuido van Rossum2002-08-061-1/+1
* Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.Guido van Rossum2002-08-062-2/+5
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-065-65/+88
* Add next and __iter__ to the list of file methods that should raiseGuido van Rossum2002-08-061-1/+3
* We only need to check for StopIteration here.Fred Drake2002-08-051-1/+1
* Test whether a Cyrillic text correctly appears in a Unicode literal.Martin v. Löwis2002-08-051-0/+2
* We don't really need the name of the test in the "test skipped" msg, andTim Peters2002-08-041-1/+1
* Oops! Forgot the closing paren.Tim Peters2002-08-041-1/+1
* Finally got around to figuring out and documenting why this test failsTim Peters2002-08-041-2/+10
* Add encoding declaration.Martin v. Löwis2002-08-042-1/+2
* I don't know what's going on with this test, but the last change fromTim Peters2002-08-041-1/+1
* revert to version 1.2Piers Lauder2002-08-031-5/+6
* Added new heapreplace(heap, item) function, to pop (and return) theTim Peters2002-08-031-3/+2
* Remove cut 'n paste silliness.Tim Peters2002-08-031-2/+0
* Minor fiddling, including a simple class to implement a heap iteratorTim Peters2002-08-031-5/+18