| Commit message (Expand) | Author | Age | Files | Lines |
* | test_posixpath.py now uses unittest. The output file is no longer needed. | Raymond Hettinger | 2003-06-17 | 1 | -2/+0 |
|
|
* | Add test for bug #751998. | Neal Norwitz | 2003-06-16 | 1 | -0/+16 |
|
|
* | Complete rewrite of tests by Walter Dorwald as unittest tests. | Brett Cannon | 2003-06-16 | 1 | -45/+394 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-15 | 5 | -10/+9 |
|
|
* | Treat empty dat/dir pairs as dumbdbm. Fixes #744687. | Martin v. Löwis | 2003-06-14 | 1 | -0/+5 |
|
|
* | Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. | Martin v. Löwis | 2003-06-14 | 1 | -2/+2 |
|
|
* | Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. | Brett Cannon | 2003-06-13 | 1 | -0/+5 |
|
|
* | dummy_thread modified to have interrupt_main and to behave appropriately when | Brett Cannon | 2003-06-13 | 1 | -0/+8 |
|
|
* | SF patch 707900, fixing bug 702858, by Steven Taschuk. | Guido van Rossum | 2003-06-13 | 1 | -2/+49 |
|
|
* | When calling tarname with an argument (and thus not use testtar.tar) return a | Brett Cannon | 2003-06-12 | 1 | -1/+1 |
|
|
* | Make creation of temporary file and directory more portable. Also made cleanup | Brett Cannon | 2003-06-12 | 1 | -7/+8 |
|
|
* | add a couple test cases which involve longs and floats in 'e' format. | Skip Montanaro | 2003-06-12 | 1 | -0/+23 |
|
|
* | guess_all_extensions(): Return the empty list instead of None when | Barry Warsaw | 2003-06-09 | 1 | -26/+33 |
|
|
* | Fix SF #749831, copy raises SystemError when getstate raises exception | Neal Norwitz | 2003-06-08 | 1 | -0/+6 |
|
|
* | Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. | Martin v. Löwis | 2003-06-07 | 1 | -0/+30 |
|
|
* | Factor endian-ness check out of play_sound_file(), and fix | Greg Ward | 2003-06-03 | 1 | -7/+12 |
|
|
* | SF bug #733667: kwargs handled incorrectly | Raymond Hettinger | 2003-05-31 | 1 | -0/+11 |
|
|
* | Remove debug code from weakref_segfault(). | Guido van Rossum | 2003-05-29 | 1 | -2/+0 |
|
|
* | Add testcase for SF 742911. | Guido van Rossum | 2003-05-29 | 1 | -0/+24 |
|
|
* | Fix typo so that the test actually calls the tested function. | Raymond Hettinger | 2003-05-29 | 1 | -1/+1 |
|
|
* | Test ability to handle various type of iterators. | Raymond Hettinger | 2003-05-29 | 1 | -4/+188 |
|
|
* | Test script changed. | Greg Ward | 2003-05-29 | 1 | -6/+5 |
|
|
* | Renamed test_errors() to test_setparameters() and completely rewrote it | Greg Ward | 2003-05-29 | 1 | -30/+54 |
|
|
* | Order and number of arguments to setparameters() has changed. | Greg Ward | 2003-05-29 | 1 | -24/+23 |
|
|
* | * Beefed-up tests | Raymond Hettinger | 2003-05-28 | 1 | -14/+45 |
|
|
* | Add more tests from RFC 2202. | Jeremy Hylton | 2003-05-27 | 1 | -2/+55 |
|
|
* | Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on | Tim Peters | 2003-05-25 | 1 | -2/+10 |
|
|
* | SF 742860: WeakKeyDictionary __delitem__ uses iterkeys | Tim Peters | 2003-05-25 | 1 | -0/+51 |
|
|
* | SF bug 705231: Assertion failed, python aborts. | Tim Peters | 2003-05-24 | 1 | -0/+17 |
|
|
* | Port test_mimetools.py to PyUnit and add various tests. | Walter Dörwald | 2003-05-22 | 2 | -23/+51 |
|
|
* | Walter's last checkin also needs to work on doubles. | Neal Norwitz | 2003-05-22 | 1 | -7/+3 |
|
|
* | test_byteswap() fails on alphas, because treating the byte swapped bit | Walter Dörwald | 2003-05-22 | 1 | -0/+17 |
|
|
* | Fix for SF [ 734869 ] Lambda functions in list comprehensions | Jeremy Hylton | 2003-05-21 | 2 | -0/+2 |
|
|
* | Added a test for the fix of SF bug #658233, where continuation lines | Barry Warsaw | 2003-05-20 | 1 | -12/+52 |
|
|
* | * Correct Sniffer doc to correspond to the implementation. | Skip Montanaro | 2003-05-19 | 1 | -0/+15 |
|
|
* | Consider \U-escapes in raw-unicode-escape. Fixes #444514. | Martin v. Löwis | 2003-05-18 | 1 | -0/+7 |
|
|
* | Fix array.array.insert(), so that it treats negative indices as | Walter Dörwald | 2003-05-18 | 1 | -0/+24 |
|
|
* | Add another error case to the insert test. | Walter Dörwald | 2003-05-18 | 1 | -0/+1 |
|
|
* | Port test_array and test_winsound to PyUnit. Enhance tests for array | Walter Dörwald | 2003-05-18 | 3 | -380/+920 |
|
|
* | User cStringIO instead of StringIO. | Raymond Hettinger | 2003-05-17 | 1 | -2/+2 |
|
|
* | datetime.timedelta is now subclassable in Python. The new test shows | Tim Peters | 2003-05-17 | 1 | -0/+31 |
|
|
* | minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. | Samuele Pedroni | 2003-05-17 | 1 | -1/+2 |
|
|
* | datetime.datetime and datetime.time can now be subclassed in Python. Brr. | Tim Peters | 2003-05-17 | 1 | -31/+131 |
|
|
* | simpler temp dir cleanup | Skip Montanaro | 2003-05-17 | 1 | -8/+6 |
|
|
* | beefed up version: jython support, covers now fixed differences between CPyth... | Samuele Pedroni | 2003-05-17 | 1 | -11/+105 |
|
|
* | test_subclass_date(): Beefed this up, to check that new instance | Tim Peters | 2003-05-17 | 1 | -2/+28 |
|
|
* | Include module name in doctest summary. | Raymond Hettinger | 2003-05-17 | 1 | -1/+1 |
|
|
* | Use test_support.run_doctest() | Raymond Hettinger | 2003-05-17 | 1 | -3/+3 |
|
|
* | Provide a clue that the doctests have run. | Raymond Hettinger | 2003-05-17 | 1 | -1/+3 |
|
|
* | Minor cleanups. | Raymond Hettinger | 2003-05-16 | 1 | -5/+1 |
|
|