COMMITS
/ Lib/_compat_pickle.py August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
September 7, 2016
E
Issue #15767: Add ModuleNotFoundError.
Eric Snow committed
January 18, 2016
S
Issue #26013: Added compatibility with broken protocol 2 pickles created
Serhiy Storchaka committed
March 31, 2015
S
Issue #18473: Fixed pickle compatibility tests for optional modules.
Serhiy Storchaka committed
S
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka committed
December 2, 2013
W
Fix issue #19834: Support unpickling of exceptions pickled by Python 2.
Walter Doerwald committed
June 4, 2009
A
Issue #6137: The pickle module now translates module names when loading
Antoine Pitrou committed