index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
copyreg.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-125767: Fix pickling and copying of super objects (GH-125781)
Serhiy Storchaka
2024-10-21
1
-0/+5
*
gh-99325: Remove unused `NameError` handling (#99326)
Nikita Sobolev
2022-11-11
1
-9/+3
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-0/+4
*
bpo-44676: Serialize the union type using only public API (GH-27323)
Serhiy Storchaka
2021-07-24
1
-0/+6
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
1
-0/+4
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-6/+9
*
bpo-31107: Fix copyreg mangled slot names calculation. (#2989)
Shane Harvey
2017-08-04
1
-1/+5
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1/+1
*
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
1
-0/+6
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-2/+2
*
Rename copy_reg module to copyreg.
Alexandre Vassalotti
2008-05-11
1
-0/+196