| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | test_fileno(): Skip this test on Windows. | Tim Peters | 2003-05-16 | 1 | -13/+17 |
|
|
* | Fleshed out tests for urllib requiring a network connection. | Brett Cannon | 2003-05-14 | 1 | -3/+123 |
|
|
* | Fixed test_anydbm_creates to use proper paths for the created db. | Brett Cannon | 2003-05-13 | 1 | -5/+11 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-05-12 | 4 | -18/+17 |
|
|
* | Effectively renamed tokenize_tests.py to have a txt extension instead. | Tim Peters | 2003-05-12 | 2 | -1/+1 |
|
|
* | Close the file after tokenizing it. Because the open file object was | Tim Peters | 2003-05-12 | 1 | -2/+5 |
|
|
* | Beefed up timezone support. UTC and GMT are now always recognized timezones | Brett Cannon | 2003-05-11 | 1 | -5/+14 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 10 | -20/+22 |
|
|
* | All two more modules with __all__. | Raymond Hettinger | 2003-05-10 | 1 | -0/+2 |
|
|
* | Add DedentTestCase to test dedent() function. | Greg Ward | 2003-05-08 | 1 | -3/+68 |
|
|
* | SF bug #730296: Unexpected Changes in list Iterator | Raymond Hettinger | 2003-05-07 | 1 | -4/+4 |
|
|