summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cpickle.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 5794: fix cPickle's unpickling of recursive tuples.Collin Winter2009-05-261-0/+5
* Issue 5665: add more pickling tests.Collin Winter2009-04-091-0/+8
* AttributeError can be thrown during recursion errorsBenjamin Peterson2009-03-221-1/+1
* Fix #2702, with a correct accounting of recursion.Facundo Batista2008-06-301-15/+11
* Reverting the patch from #3165, as it broke otherFacundo Batista2008-06-251-10/+22
* Fixing the problem stated in issue 2702 with the patch submittedFacundo Batista2008-06-221-2/+18
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* 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