summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* the new bsddb185 module is an expected skip on most platforms (this may notSkip Montanaro2003-05-061-0/+12
* add not-yet-supported Unicode test just so it doesn't get lost.Skip Montanaro2003-05-061-0/+20
* Port test_uu.py to PyUnit. From SF patch #662807.Walter Dörwald2003-05-061-147/+162
* On Mac OS X pwd.getpwall() might return the tuplesWalter Dörwald2003-05-051-21/+2
* SF bug 622042: Don't expect response body from HEAD request.Jeremy Hylton2003-05-051-0/+13
* 'forget' now also deletes any proper .pyo files.Brett Cannon2003-05-041-1/+19
* Somewhere along the way, the softspace attr of file objects became read-Tim Peters2003-05-041-0/+20
* Refer to __builtin__.file, not __builtins__.fileMartin v. Löwis2003-05-031-2/+3
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-031-0/+3
* * Added a substantial number of edge case and argument tests forRaymond Hettinger2003-05-031-15/+76
* Apply the simplified test_support boilerplate.Raymond Hettinger2003-05-031-6/+4
* Simplify ref count test.Raymond Hettinger2003-05-021-3/+3