aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/copyreg.py
Commit message (Expand)AuthorAge
* gh-132882: Fix copying of unions with members that do not support __or__ (#13...Jelle Zijlstra6 days
* gh-125767: Fix pickling and copying of super objects (GH-125781)Serhiy Storchaka2024-10-21
* gh-99325: Remove unused `NameError` handling (#99326)Nikita Sobolev2022-11-11
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-06
* bpo-44676: Serialize the union type using only public API (GH-27323)Serhiy Storchaka2021-07-24
* bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...Serhiy Storchaka2020-10-24
* bpo-33138: Change standard error message for non-pickleable and non-copyable ...Serhiy Storchaka2018-10-31
* bpo-31107: Fix copyreg mangled slot names calculation. (#2989)Shane Harvey2017-08-04
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-23
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-28
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-11