summaryrefslogtreecommitdiff
path: root/Lib/test/test_pickletools.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #23883: Add missing APIs to __all__; patch by Jacek Ko?odziejMartin Panter2015-11-141-0/+33
* Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, canSerhiy Storchaka2014-12-161-0/+43
* Merged revisions 88546 via svnmerge fromAlexander Belopolsky2011-02-241-2/+2
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-0/+3
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-2/+0
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-0/+2
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-2/+0
* #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-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-111-1/+22
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-271-0/+3