aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/_compat_pickle.py
Commit message (Expand)AuthorAge
* gh-75552: Remove deprecated tkinter.tix module (GH-104902)Zachary Ware2023-05-27
* bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev2022-02-03
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-25
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-24
* Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-07
* Issue #26013: Added compatibility with broken protocol 2 pickles createdSerhiy Storchaka2016-01-18
* Issue #18473: Fixed pickle compatibility tests for optional modules.Serhiy Storchaka2015-03-31
* Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.Serhiy Storchaka2015-03-31
* Fix issue #19834: Support unpickling of exceptions pickled by Python 2.Walter Doerwald2013-12-02
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-04