| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Enable support for jython: | Finn Bock | 2001-12-08 | 1 | -4/+11 |
|
|
* | Remove erroneous and confusing comment -- sre patterns *can* be | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | SF patch 490393: test___all__ and Jython; from Finn Bock. | Tim Peters | 2001-12-07 | 1 | -3/+4 |
|
|
* | I found that when run as a script, this test suite ran its tests | Guido van Rossum | 2001-12-07 | 1 | -6/+6 |
|
|
* | Align the number of %s with the number of format arguments. | Finn Bock | 2001-12-07 | 1 | -2/+2 |
|
|
* | Move import dbhash out of test_sundry and into test_bsddb, | Guido van Rossum | 2001-12-07 | 2 | -1/+1 |
|
|
* | Attribute nodes did not always get their ownerDocument and ownerElement | Fred Drake | 2001-12-06 | 2 | -0/+30 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 2 | -6/+11 |
|
|
* | Fix appendChild() and insertBefore() (and replaceChild() indirectly) when | Fred Drake | 2001-12-06 | 2 | -0/+55 |
|
|
* | sys.platform on Mac OS X is now "darwin", without any version number appended. | Jack Jansen | 2001-12-05 | 2 | -2/+2 |
|
|
* | Fix SF bug #489581: __slots__ leak. | Guido van Rossum | 2001-12-05 | 1 | -0/+34 |
|
|
* | At the PythonLabs meeting someone mentioned it would make Jim really | Guido van Rossum | 2001-12-05 | 1 | -6/+1 |
|
|
* | Change new tests to use integer division (// instead of /). | Tim Peters | 2001-12-05 | 1 | -3/+3 |
|
|
* | SF bug #488480: integer multiply to return -max_int-1. | Tim Peters | 2001-12-04 | 1 | -0/+26 |
|
|
* | Fix SF bug #486144: Uninitialized __slot__ vrbl is None. | Guido van Rossum | 2001-12-04 | 1 | -5/+7 |
|
|
* | unpack_iterable(): Add a missing DECREF in an error case. Reported by | Guido van Rossum | 2001-12-03 | 1 | -0/+23 |
|
|
* | Add a test that makes sure unclosed entity references are handled consitently. | Fred Drake | 2001-12-03 | 1 | -0/+6 |
|
|
* | Fix of SF bug #475877 (Mutable subtype instances are hashable). | Guido van Rossum | 2001-12-03 | 1 | -0/+24 |
|
|
* | Address SF patch #480716 as well as related issues. | Guido van Rossum | 2001-12-03 | 1 | -1/+51 |
|
|
* | Added tests expected to be skipped on Mac OS X. | Jack Jansen | 2001-12-02 | 1 | -0/+21 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-12-01 | 1 | -1/+0 |
|
|