COMMITS
/ Lib/copyreg.py July 24, 2021
S
bpo-44676: Serialize the union type using only public API (GH-27323)
Serhiy Storchaka committed
October 24, 2020
S
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
Serhiy Storchaka committed
October 31, 2018
S
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
Serhiy Storchaka committed
August 4, 2017
S
bpo-31107: Fix copyreg mangled slot names calculation. (#2989)
Shane Harvey committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
November 23, 2013
A
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
May 11, 2008
A
Rename copy_reg module to copyreg.
Alexandre Vassalotti committed