Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
* | Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. | Guido van Rossum | 2003-02-19 | 1 | -8/+24 |
* | Somehow, copy() of a classic class object was handled | Guido van Rossum | 2003-02-07 | 1 | -1/+1 |
* | Add support for copy_reg.dispatch_table. | Guido van Rossum | 2003-02-07 | 1 | -0/+27 |
* | Fix a bug in the way __getnewargs__ was handled. | Guido van Rossum | 2003-02-06 | 1 | -0/+18 |
* | Support all the new stuff supported by the new pickle code: | Guido van Rossum | 2003-02-06 | 1 | -2/+45 |
* | Support __reduce__ returning a 4-tuple or 5-tuple. | Guido van Rossum | 2003-02-06 | 1 | -0/+36 |
* | A test suite for the copy module. This should provide full code | Guido van Rossum | 2003-02-06 | 1 | -0/+384 |