summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* beefed up version: jython support, covers now fixed differences between CPyth...Samuele Pedroni2003-05-171-11/+105
* test_subclass_date(): Beefed this up, to check that new instanceTim Peters2003-05-171-2/+28
* Include module name in doctest summary.Raymond Hettinger2003-05-171-1/+1
* Use test_support.run_doctest()Raymond Hettinger2003-05-171-3/+3
* Provide a clue that the doctests have run.Raymond Hettinger2003-05-171-1/+3
* Minor cleanups.Raymond Hettinger2003-05-161-5/+1
* test_fileno(): Skip this test on Windows.Tim Peters2003-05-161-13/+17
* Fleshed out tests for urllib requiring a network connection.Brett Cannon2003-05-141-3/+123
* Fixed test_anydbm_creates to use proper paths for the created db.Brett Cannon2003-05-131-5/+11
* Whitespace normalization.Tim Peters2003-05-124-18/+17
* Effectively renamed tokenize_tests.py to have a txt extension instead.Tim Peters2003-05-122-1/+1
* Close the file after tokenizing it. Because the open file object wasTim Peters2003-05-121-2/+5
* Beefed up timezone support. UTC and GMT are now always recognized timezonesBrett Cannon2003-05-111-5/+14
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-1010-20/+22
* All two more modules with __all__.Raymond Hettinger2003-05-101-0/+2
* Add DedentTestCase to test dedent() function.Greg Ward2003-05-081-3/+68
* SF bug #730296: Unexpected Changes in list IteratorRaymond Hettinger2003-05-071-4/+4
* SF #596434: add test_funky_parens() to probe some more of the trickyGreg Ward2003-05-071-3/+19
* SF #726446: ensure wrap() raises ValueError when width <= 0.Greg Ward2003-05-071-0/+6
* don't need to worry about file endiannessSkip Montanaro2003-05-061-1/+0
* Data file for bsddb185 testSkip Montanaro2003-05-061-0/+0
* test case for bsddb185 moduleSkip Montanaro2003-05-061-0/+40