summaryrefslogtreecommitdiff
path: root/Lib/test/test_pickle.py
Commit message (Expand)AuthorAgeFilesLines
* Port r71408 to py3k: issue 5665, add more pickling tests.Collin Winter2009-04-161-1/+23
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-19/+34
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-34/+19
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-19/+34
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* - A new pickle protocol (protocol 3) is added with explicit supportGuido van Rossum2008-03-171-9/+3
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Got test_pickletools and test_pickle working.Guido van Rossum2007-05-081-6/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-6/+5
* cPickle.c, load_build(): Taught cPickle how to pick apartTim Peters2003-02-151-2/+1
* pickle.py has a few doctest'ed internal functions, so run their tests.Tim Peters2003-01-301-0/+1
* Implement appropriate __getnewargs__ for all immutable subclassable builtinGuido van Rossum2003-01-291-5/+13
* Temporary hacks to arrange that the pickle tests relying on protocol 2Tim Peters2003-01-281-3/+7
* Rename 'bin' arg to 'proto'. Keep the default at 0 lest the testsGuido van Rossum2003-01-281-4/+4
* Remove inst_persistent_id() WANNI (we ain't never needed it).Jeremy Hylton2002-11-131-1/+23
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* 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