Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f67b0a36c515a479cc2d7616fb878dfd0f2b0029
/
Lib
/
copyreg.py
c9dc4a2
Issue #17810: Implement PEP 3154, pickle protocol 4.
by Antoine Pitrou
· 11 years ago
5d1155c
Closes #13258: Use callable() built-in in the standard library.
by Florent Xicluna
· 13 years ago
f7fa63d
Rename copy_reg module to copyreg.
by Alexandre Vassalotti
· 16 years ago
[Renamed from Lib/copy_reg.py]
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
99603b0
Getting rid of cPickle. Mmm, feels good!
by Guido van Rossum
· 17 years ago
d59da4b
Merged revisions 55407-55513 via svnmerge from
by Guido van Rossum
· 17 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
0dd32e2
Real pickling for bytes. Restore complex pickling. Use cPickle in io.py.
by Guido van Rossum
· 18 years ago
0ad0812
An example of action-at-a-distance: fix the problems I had in test_io.py
by Guido van Rossum
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
45aecf4
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
by Guido van Rossum
· 19 years ago
f8ecde5
Revert previous checkin and just add a comment about constructor_ob.
by Jeremy Hylton
· 21 years ago
7567822
Don't call constructor() from pickle().
by Jeremy Hylton
· 21 years ago
502ba46
Patch #750595: Refer to type complex using builtin. Fixes #595837.
by Martin v. Löwis
· 21 years ago
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