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