summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Minor updates:Raymond Hettinger2003-06-181-5/+14
* Port test_complex.py to unittest.Walter Dörwald2003-06-182-145/+249
* SF bug #753451: classmethod abuse --> SystemErrorRaymond Hettinger2003-06-181-0/+8
* Use _PyEval_SliceIndex to handle list.index() calls withWalter Dörwald2003-06-171-0/+9
* Fix sloppy index() implementation:Guido van Rossum2003-06-171-2/+6
* SF #754014: list.index() should accept optional start, end argumentsRaymond Hettinger2003-06-172-0/+25
* test_posixpath.py now uses unittest. The output file is no longer needed.Raymond Hettinger2003-06-171-2/+0
* Add test for bug #751998.Neal Norwitz2003-06-161-0/+16
* Complete rewrite of tests by Walter Dorwald as unittest tests.Brett Cannon2003-06-161-45/+394
* Whitespace normalization.Tim Peters2003-06-155-10/+9
* Treat empty dat/dir pairs as dumbdbm. Fixes #744687.Martin v. Löwis2003-06-141-0/+5
* Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.Martin v. Löwis2003-06-141-2/+2
* Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly.Brett Cannon2003-06-131-0/+5
* dummy_thread modified to have interrupt_main and to behave appropriately whenBrett Cannon2003-06-131-0/+8
* SF patch 707900, fixing bug 702858, by Steven Taschuk.Guido van Rossum2003-06-131-2/+49
* When calling tarname with an argument (and thus not use testtar.tar) return aBrett Cannon2003-06-121-1/+1
* Make creation of temporary file and directory more portable. Also made cleanupBrett Cannon2003-06-121-7/+8
* add a couple test cases which involve longs and floats in 'e' format.Skip Montanaro2003-06-121-0/+23
* guess_all_extensions(): Return the empty list instead of None whenBarry Warsaw2003-06-091-26/+33
* Fix SF #749831, copy raises SystemError when getstate raises exceptionNeal Norwitz2003-06-081-0/+6
* Patch #746801: FreeBSD 4 expected failures, by Charles Swiger.Martin v. Löwis2003-06-071-0/+30
* Factor endian-ness check out of play_sound_file(), and fixGreg Ward2003-06-031-7/+12
* SF bug #733667: kwargs handled incorrectlyRaymond Hettinger2003-05-311-0/+11
* Remove debug code from weakref_segfault().Guido van Rossum2003-05-291-2/+0
* Add testcase for SF 742911.Guido van Rossum2003-05-291-0/+24
* Fix typo so that the test actually calls the tested function.Raymond Hettinger2003-05-291-1/+1
* Test ability to handle various type of iterators.Raymond Hettinger2003-05-291-4/+188
* Test script changed.Greg Ward2003-05-291-6/+5
* Renamed test_errors() to test_setparameters() and completely rewrote itGreg Ward2003-05-291-30/+54
* Order and number of arguments to setparameters() has changed.Greg Ward2003-05-291-24/+23
* * Beefed-up testsRaymond Hettinger2003-05-281-14/+45
* Add more tests from RFC 2202.Jeremy Hylton2003-05-271-2/+55
* Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised onTim Peters2003-05-251-2/+10
* SF 742860: WeakKeyDictionary __delitem__ uses iterkeysTim Peters2003-05-251-0/+51
* SF bug 705231: Assertion failed, python aborts.Tim Peters2003-05-241-0/+17
* Port test_mimetools.py to PyUnit and add various tests.Walter Dörwald2003-05-222-23/+51
* Walter's last checkin also needs to work on doubles.Neal Norwitz2003-05-221-7/+3
* test_byteswap() fails on alphas, because treating the byte swapped bitWalter Dörwald2003-05-221-0/+17
* Fix for SF [ 734869 ] Lambda functions in list comprehensionsJeremy Hylton2003-05-212-0/+2
* Added a test for the fix of SF bug #658233, where continuation linesBarry Warsaw2003-05-201-12/+52
* * Correct Sniffer doc to correspond to the implementation.Skip Montanaro2003-05-191-0/+15
* Consider \U-escapes in raw-unicode-escape. Fixes #444514.Martin v. Löwis2003-05-181-0/+7
* Fix array.array.insert(), so that it treats negative indices asWalter Dörwald2003-05-181-0/+24
* Add another error case to the insert test.Walter Dörwald2003-05-181-0/+1
* Port test_array and test_winsound to PyUnit. Enhance tests for arrayWalter Dörwald2003-05-183-380/+920
* User cStringIO instead of StringIO.Raymond Hettinger2003-05-171-2/+2
* datetime.timedelta is now subclassable in Python. The new test showsTim Peters2003-05-171-0/+31
* minor fix, jython-only. Don't asssume stdout to save is the ur-stdout.Samuele Pedroni2003-05-171-1/+2
* datetime.datetime and datetime.time can now be subclassed in Python. Brr.Tim Peters2003-05-171-31/+131
* simpler temp dir cleanupSkip Montanaro2003-05-171-8/+6