summaryrefslogtreecommitdiff
path: root/Lib/_compat_pickle.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev2022-02-031-0/+1
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-251-1/+0
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-0/+1
* Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-071-0/+7
* Issue #26013: Added compatibility with broken protocol 2 pickles createdSerhiy Storchaka2016-01-181-0/+7
* Issue #18473: Fixed pickle compatibility tests for optional modules.Serhiy Storchaka2015-03-311-0/+7
* Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.Serhiy Storchaka2015-03-311-14/+107
* Fix issue #19834: Support unpickling of exceptions pickled by Python 2.Walter Doerwald2013-12-021-0/+56
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-0/+81