index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
copyreg.py
Commit message (
Expand
)
Author
Age
*
gh-132882: Fix copying of unions with members that do not support __or__ (#13...
Jelle Zijlstra
6 days
*
gh-125767: Fix pickling and copying of super objects (GH-125781)
Serhiy Storchaka
2024-10-21
*
gh-99325: Remove unused `NameError` handling (#99326)
Nikita Sobolev
2022-11-11
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
*
bpo-44676: Serialize the union type using only public API (GH-27323)
Serhiy Storchaka
2021-07-24
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
*
bpo-31107: Fix copyreg mangled slot names calculation. (#2989)
Shane Harvey
2017-08-04
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
*
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
*
Rename copy_reg module to copyreg.
Alexandre Vassalotti
2008-05-11