summaryrefslogtreecommitdiff
path: root/Lib/test/test_pickle.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix the test control support for the pickle & cPickle tests so the tests runFred Drake2001-12-191-3/+10
* Whitespace normalization.Tim Peters2001-10-181-1/+1
* Covert pickle tests to use unittest.Jeremy Hylton2001-10-151-2/+32
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-221-154/+2
* Test some Unicode pickling endcases.Guido van Rossum2000-12-191-0/+12
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* - plug a memory leak due to circular listsNeil Schemenauer2000-09-221-0/+3
* Fix Bug #114293:Jeremy Hylton2000-09-151-7/+72
* Basic regr tests for pickle/cPickleGuido van Rossum1999-03-251-0/+75