1 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Alexandre Vassalotti f7fa63dd55 Rename copy_reg module to copyreg. 18 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Guido van Rossum 99603b0c1e Getting rid of cPickle. Mmm, feels good! 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Guido van Rossum 0dd32e246c Real pickling for bytes. 19 years ago
Guido van Rossum 0ad0812edb An example of action-at-a-distance: fix the problems I had in test_io.py 19 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far: 20 years ago
Jeremy Hylton f8ecde5de0 Revert previous checkin and just add a comment about constructor_ob. 23 years ago
Jeremy Hylton 7567822838 Don't call constructor() from pickle(). 23 years ago
Martin v. Löwis 502ba46303 Patch #750595: Refer to type complex using builtin. Fixes #595837. 23 years ago
Guido van Rossum be53242f49 Remove _reduce_2, it's now implemented in C. 23 years ago
Guido van Rossum f805cd2c1f Rename _better_reduce to _reduce_2, to make sure that any code that 23 years ago
Guido van Rossum e690883ccf Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. 23 years ago
Guido van Rossum c53f009f94 Introducing __reduce_ex__, which is called with a protocol number argument 23 years ago
Guido van Rossum 298e421453 SF patch #685738 by Michael Stone. 23 years ago
Guido van Rossum 3f50cdc05e Get rid of the "bozo" __getstate__ that was inserted when __slots__ 23 years ago
Guido van Rossum cef9db6db5 Reserve a range for Zope, not specifically for Zope 3. 23 years ago
Guido van Rossum 5aac4e6312 Move _better_reduce from copy.py to copy_reg.py, and also use it in 23 years ago
Tim Peters 2d62965734 cPickle can load pickles using proto 2 EXT[124] now, but can't yet 23 years ago
Guido van Rossum d4b920c8bd Rename the extension registry variables to have leading underscores -- 23 years ago
Tim Peters 5b7da39f23 Brought some module variables into synch with pickle.py's current values. 23 years ago
Tim Peters 1f1b2d2e68 Removed all uses of the out-of-favor __safe_for_unpickling__ magic 23 years ago
Guido van Rossum cf356fd865 Add extension management to __all__. 23 years ago
Guido van Rossum 255f3ee0a5 Support for extension codes. (By accident I checked in the tests first.) 23 years ago
Guido van Rossum 2a6f5b38ac _reduce(): Avoid infinite recursion in the pickler when self.__class__ 25 years ago
Guido van Rossum 00fb0c954f _reduce(): 25 years ago
Guido van Rossum 6cef6d5d62 Changes to copy() and deepcopy() in copy.py to support __reduce__ as a 25 years ago
Guido van Rossum 698acf98fd _reconstructor(): there's no need for tricks with assignment to 25 years ago
Guido van Rossum 3926a63d05 - Provisional support for pickling new-style objects. (*) 25 years ago
Skip Montanaro e99d5ea25b added __all__ lists to a number of Python modules 25 years ago
Fred Drake 78a6a36964 In the module docstring, clarify that this is used to register pickle 26 years ago
Guido van Rossum 4acc25bd39 Mass patch by Ka-Ping Yee: 26 years ago
Guido van Rossum 72be30690f Added some minimal comments and tweaked lay-out a bit. 29 years ago
Guido van Rossum 47065620f2 support module for cPickle 29 years ago