Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Fix the test control support for the pickle & cPickle tests so the tests run | Fred Drake | 2001-12-19 | 1 | -3/+10 |
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
* | Covert pickle tests to use unittest. | Jeremy Hylton | 2001-10-15 | 1 | -2/+32 |
* | Reorganize pickle/cPickle testing so the tests pass regardless of the order | Tim Peters | 2001-01-22 | 1 | -154/+2 |
* | Test some Unicode pickling endcases. | Guido van Rossum | 2000-12-19 | 1 | -0/+12 |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
* | - plug a memory leak due to circular lists | Neil Schemenauer | 2000-09-22 | 1 | -0/+3 |
* | Fix Bug #114293: | Jeremy Hylton | 2000-09-15 | 1 | -7/+72 |
* | Basic regr tests for pickle/cPickle | Guido van Rossum | 1999-03-25 | 1 | -0/+75 |