summaryrefslogtreecommitdiff
path: root/Lib/test/test_cpickle.py
Commit message (Expand)AuthorAgeFilesLines
* Use absolute import.Neal Norwitz2006-03-241-1/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-7/+6
* SF bug 690622: test_cpickle overflows stack on MacOS9.Tim Peters2003-02-211-1/+5
* Renamed "bin" arguments to "proto". Note that this test currentlyTim Peters2003-01-281-6/+6
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-211-0/+7
* Fix the test control support for the pickle & cPickle tests so the tests runFred Drake2001-12-191-5/+12
* Whitespace normalization.Tim Peters2001-10-181-1/+1
* Covert pickle tests to use unittest.Jeremy Hylton2001-10-151-2/+85
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-221-4/+2
* Fix Bug #114293:Jeremy Hylton2000-09-151-104/+2
* Charles Waldman writes:Guido van Rossum2000-04-211-4/+4
* Add test case for bug just fixed by Stephen Turner.Guido van Rossum1999-07-131-0/+11
* Jonathan Giddy write:Guido van Rossum1999-04-011-0/+1
* Test protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+20
* Basic regr tests for pickle/cPickleGuido van Rossum1999-03-251-0/+75