Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9cf25ce3a03e299ebd167b161b3bc1b04683e73d
/
Lib
/
copy_reg.py
be53242
Remove _reduce_2, it's now implemented in C.
by Guido van Rossum
· 22 years ago
f805cd2
Rename _better_reduce to _reduce_2, to make sure that any code that
by Guido van Rossum
· 22 years ago
e690883
Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again.
by Guido van Rossum
· 22 years ago
c53f009
Introducing __reduce_ex__, which is called with a protocol number argument
by Guido van Rossum
· 22 years ago
298e421
SF patch #685738 by Michael Stone.
by Guido van Rossum
· 22 years ago
3f50cdc
Get rid of the "bozo" __getstate__ that was inserted when __slots__
by Guido van Rossum
· 22 years ago
cef9db6
Reserve a range for Zope, not specifically for Zope 3.
by Guido van Rossum
· 22 years ago
5aac4e6
Move _better_reduce from copy.py to copy_reg.py, and also use it in
by Guido van Rossum
· 22 years ago
2d62965
cPickle can load pickles using proto 2 EXT[124] now, but can't yet
by Tim Peters
· 22 years ago
d4b920c
Rename the extension registry variables to have leading underscores --
by Guido van Rossum
· 22 years ago
5b7da39
Brought some module variables into synch with pickle.py's current values.
by Tim Peters
· 22 years ago
1f1b2d2
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
by Tim Peters
· 22 years ago
cf356fd
Add extension management to __all__.
by Guido van Rossum
· 22 years ago
255f3ee
Support for extension codes. (By accident I checked in the tests first.)
by Guido van Rossum
· 22 years ago
2a6f5b3
_reduce(): Avoid infinite recursion in the pickler when self.__class__
by Guido van Rossum
· 23 years ago
00fb0c9
_reduce():
by Guido van Rossum
· 23 years ago
6cef6d5
Changes to copy() and deepcopy() in copy.py to support __reduce__ as a
by Guido van Rossum
· 23 years ago
698acf9
_reconstructor(): there's no need for tricks with assignment to
by Guido van Rossum
· 23 years ago
3926a63
- Provisional support for pickling new-style objects. (*)
by Guido van Rossum
· 23 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
78a6a36
In the module docstring, clarify that this is used to register pickle
by Fred Drake
· 24 years ago
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
72be306
Added some minimal comments and tweaked lay-out a bit.
by Guido van Rossum
· 27 years ago
4706562
support module for cPickle
by Guido van Rossum
· 28 years ago