| Commit message (Expand) | Author | Age | Files | Lines |
* | Added regression test for start()/stop() returning bogus NULL. | Fred Drake | 2002-02-08 | 1 | -0/+10 |
|
|
* | Fix typo | Neal Norwitz | 2002-02-08 | 1 | -1/+1 |
|
|
* | Fix to the UTF-8 encoder: it failed on 0-length input strings. | Marc-André Lemburg | 2002-02-07 | 2 | -24/+34 |
|
|
* | Fix for the UTF-8 memory allocation bug and the UTF-8 encoding | Marc-André Lemburg | 2002-02-06 | 1 | -12/+11 |
|
|
* | This test left a new set of 3 junk files behind each time it was run. | Tim Peters | 2002-01-30 | 1 | -11/+18 |
|
|
* | Test case of a singleton multipart; i.e. a multipart/* with only one | Barry Warsaw | 2002-01-27 | 1 | -0/+8 |
|
|
* | test_multipart_one_part(): Idempotency test case for a multipart/* | Barry Warsaw | 2002-01-27 | 1 | -1/+5 |
|
|
* | Disable code intended for PEP 277. | Guido van Rossum | 2002-01-15 | 1 | -5/+6 |
|
|
* | Only test ntpath.abspath() on Windows. This allows the rest of the module to | Fred Drake | 2002-01-15 | 1 | -2/+12 |
|
|
* | Ensure Unicode filenames work with glob - they already do, but the test seems... | Mark Hammond | 2002-01-07 | 1 | -1/+9 |
|
|
* | Restore Python 2.1 StringIO.py behaviour: support concatenating | Marc-André Lemburg | 2002-01-06 | 1 | -0/+15 |
|
|
* | Remove unused imports, clean up trailing whitespace. | Fred Drake | 2002-01-05 | 1 | -2/+0 |
|
|
* | Check for time.struct_time in addition to tuples. Use 3 characters | Martin v. Löwis | 2002-01-05 | 1 | -0/+14 |
|
|
* | SF Patch #494867 test file methods | Neal Norwitz | 2002-01-01 | 1 | -0/+29 |
|
|
* | test_support: add a docstring to vereq(). | Tim Peters | 2001-12-29 | 2 | -2/+11 |
|
|
* | SF Patch #497487 add test to compare conjugate of a complex number | Neal Norwitz | 2001-12-29 | 1 | -1/+4 |
|
|
* | SF Patch #494873 add tests for complex numbers including calls to int()/long() | Neal Norwitz | 2001-12-29 | 1 | -0/+21 |
|
|
* | SF Patch #494874 add tests for int()/long() invalid parameters | Neal Norwitz | 2001-12-29 | 1 | -0/+23 |
|
|
* | SF Patch #494872 test repr() of a built-in module | Neal Norwitz | 2001-12-29 | 1 | -0/+1 |
|
|
* | SF Patch #494876, test invalid parameters to pow() | Neal Norwitz | 2001-12-29 | 1 | -0/+20 |
|
|
* | Fix for SF bug ##497426: can't deepcopy recursive new objects | Guido van Rossum | 2001-12-28 | 1 | -1/+10 |
|
|
* | Merge of the release22 branch changes back into the trunk. | Barry Warsaw | 2001-12-21 | 1 | -0/+7 |
|
|
* | test_parseaddr_empty(): New test for assuring that | Barry Warsaw | 2001-12-20 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-12-20 | 1 | -1/+0 |
|
|
* | Add test for pickling new-style class with custom metaclass. | Guido van Rossum | 2001-12-19 | 1 | -0/+12 |
|
|
* | Add some additional tests that check more proxy behaviors. | Fred Drake | 2001-12-19 | 1 | -0/+18 |
|
|
* | Fix the test control support for the pickle & cPickle tests so the tests run | Fred Drake | 2001-12-19 | 2 | -8/+22 |
|
|
* | The test using class initarg failed, because it was lacking a | Guido van Rossum | 2001-12-19 | 1 | -0/+3 |
|
|
* | Don't call resetwarnings(). Be more restrictive in what we filter out | Guido van Rossum | 2001-12-15 | 1 | -3/+1 |
|
|
* | Added test_socketserver and test_unicode_file to tests expected to be | Jack Jansen | 2001-12-14 | 1 | -0/+2 |
|
|
* | (Merge into trunk.) | Guido van Rossum | 2001-12-14 | 1 | -0/+10 |
|
|
* | Undo inadvertent change to test_scope in previous checkin | Jeremy Hylton | 2001-12-13 | 1 | -2/+1 |
|
|
* | Add a comment explaining what these tests are for, and where to look for | Fred Drake | 2001-12-13 | 1 | -0/+3 |
|
|
* | Ensure that complex() only accepts a string argument as the first arg, | Fred Drake | 2001-12-13 | 1 | -0/+8 |
|
|
* | Update output generated by test_scope | Jeremy Hylton | 2001-12-13 | 1 | -1/+1 |
|
|
* | Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code | Jeremy Hylton | 2001-12-13 | 1 | -2/+10 |
|
|
* | Very small test suite for the calendar module, mostly to check a constraint | Fred Drake | 2001-12-12 | 1 | -0/+34 |
|
|
* | Fiddle test_class so it passes with -Qnew. | Tim Peters | 2001-12-11 | 1 | -5/+20 |
|
|
* | Fiddle test_augassign so it passes under -Qnew. | Tim Peters | 2001-12-11 | 1 | -3/+10 |
|
|
* | Ignore SIGXFSZ. Fixes #490453. | Martin v. Löwis | 2001-12-11 | 1 | -0/+9 |
|
|
* | Additional coverage tests by Neil Norwitz. | Guido van Rossum | 2001-12-11 | 3 | -0/+87 |
|
|
* | Regression test for SF bug #478534 -- exceptions could "leak" into a weakref | Fred Drake | 2001-12-10 | 1 | -0/+25 |
|
|
* | Skipping some tests by adding the usual jython conditional test around: | Finn Bock | 2001-12-10 | 1 | -24/+27 |
|
|
* | A workaround for the missing buffer() builtin in jython. | Finn Bock | 2001-12-09 | 1 | -0/+6 |
|
|
* | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 | 2 | -3/+9 |
|
|
* | test(): Avoid a UnboundLocalError when a method is missing from both the string | Finn Bock | 2001-12-09 | 1 | -0/+1 |
|
|
* | Moved a print statement outside the jython platform test. Otherwise | Finn Bock | 2001-12-09 | 1 | -1/+1 |
|
|
* | The initial patch #468662 was not applied quite verbatim. This should one | Finn Bock | 2001-12-09 | 1 | -1/+2 |
|
|
* | Refcounting isn't available in Jython. Putting the jython test around it. | Finn Bock | 2001-12-09 | 1 | -8/+9 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|