summaryrefslogtreecommitdiff
path: root/Lib/test/test_pickletools.py
Commit message (Expand)AuthorAgeFilesLines
* 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