| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF #596434: add test_funky_parens() to probe some more of the tricky | Greg Ward | 2003-05-07 | 1 | -3/+19 |
|
|
* | SF #726446: ensure wrap() raises ValueError when width <= 0. | Greg Ward | 2003-05-07 | 1 | -0/+6 |
|
|
* | don't need to worry about file endianness | Skip Montanaro | 2003-05-06 | 1 | -1/+0 |
|
|
* | Data file for bsddb185 test | Skip Montanaro | 2003-05-06 | 1 | -0/+0 |
|
|
* | test case for bsddb185 module | Skip Montanaro | 2003-05-06 | 1 | -0/+40 |
|
|
* | the new bsddb185 module is an expected skip on most platforms (this may not | Skip Montanaro | 2003-05-06 | 1 | -0/+12 |
|
|
* | add not-yet-supported Unicode test just so it doesn't get lost. | Skip Montanaro | 2003-05-06 | 1 | -0/+20 |
|
|
* | Port test_uu.py to PyUnit. From SF patch #662807. | Walter Dörwald | 2003-05-06 | 1 | -147/+162 |
|
|
* | On Mac OS X pwd.getpwall() might return the tuples | Walter Dörwald | 2003-05-05 | 1 | -21/+2 |
|
|
* | SF bug 622042: Don't expect response body from HEAD request. | Jeremy Hylton | 2003-05-05 | 1 | -0/+13 |
|
|
* | 'forget' now also deletes any proper .pyo files. | Brett Cannon | 2003-05-04 | 1 | -1/+19 |
|
|
* | Somewhere along the way, the softspace attr of file objects became read- | Tim Peters | 2003-05-04 | 1 | -0/+20 |
|
|
* | Refer to __builtin__.file, not __builtins__.file | Martin v. Löwis | 2003-05-03 | 1 | -2/+3 |
|
|
* | Patch #711902: Cause pydoc to show data descriptor __doc__ strings. | Martin v. Löwis | 2003-05-03 | 1 | -0/+3 |
|
|
* | * Added a substantial number of edge case and argument tests for | Raymond Hettinger | 2003-05-03 | 1 | -15/+76 |
|
|
* | Apply the simplified test_support boilerplate. | Raymond Hettinger | 2003-05-03 | 1 | -6/+4 |
|
|
* | Simplify ref count test. | Raymond Hettinger | 2003-05-02 | 1 | -3/+3 |
|
|