summaryrefslogtreecommitdiff
path: root/Lib/copyreg.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)Miss Islington (bot)2021-07-241-0/+6
* bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...Serhiy Storchaka2020-10-241-0/+4
* bpo-33138: Change standard error message for non-pickleable and non-copyable ...Serhiy Storchaka2018-10-311-6/+9
* bpo-31107: Fix copyreg mangled slot names calculation. (#2989)Shane Harvey2017-08-041-1/+5
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-0/+6
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-2/+2
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-0/+196