COMMITS
/ Lib/_compat_pickle.py February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
May 17, 2025
B
gh-133810: remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag (#133811)
Bénédikt Tran committed
May 27, 2023
Z
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware committed
February 3, 2022
N
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev committed
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