summaryrefslogtreecommitdiff
path: root/Lib/test/test_pickletools.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-45229: Make pickle tests discoverable (GH-28467)Serhiy Storchaka2021-09-201-6/+6
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-28/+29
* bpo-36785: PEP 574 implementation (GH-7076)Antoine Pitrou2019-05-261-8/+9
* bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)Olivier Grisel2018-01-061-0/+3
* bpo-32032: Test both implementations of module-level pickle API. (#4401)Serhiy Storchaka2017-11-151-2/+1
* 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
* Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-011-2/+0
* Selectively re-enable framing testsAntoine Pitrou2013-11-241-0/+2
* Issue #11286: Fixed unpickling of empty 2.x strings.Alexander 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