1. f8ecde5 Revert previous checkin and just add a comment about constructor_ob. by Jeremy Hylton · 21 years ago
  2. 7567822 Don't call constructor() from pickle(). by Jeremy Hylton · 21 years ago
  3. 502ba46 Patch #750595: Refer to type complex using builtin. Fixes #595837. by Martin v. Löwis · 21 years ago
  4. be53242 Remove _reduce_2, it's now implemented in C. by Guido van Rossum · 21 years ago
  5. f805cd2 Rename _better_reduce to _reduce_2, to make sure that any code that by Guido van Rossum · 21 years ago
  6. e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 21 years ago
  7. c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 21 years ago
  8. 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 21 years ago
  9. 3f50cdc Get rid of the "bozo" __getstate__ that was inserted when __slots__ by Guido van Rossum · 21 years ago
  10. cef9db6 Reserve a range for Zope, not specifically for Zope 3. by Guido van Rossum · 21 years ago
  11. 5aac4e6 Move _better_reduce from copy.py to copy_reg.py, and also use it in by Guido van Rossum · 21 years ago
  12. 2d62965 cPickle can load pickles using proto 2 EXT[124] now, but can't yet by Tim Peters · 22 years ago
  13. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 22 years ago
  14. 5b7da39 Brought some module variables into synch with pickle.py's current values. by Tim Peters · 22 years ago
  15. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  16. cf356fd Add extension management to __all__. by Guido van Rossum · 22 years ago
  17. 255f3ee Support for extension codes. (By accident I checked in the tests first.) by Guido van Rossum · 22 years ago
  18. 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 23 years ago
  19. 00fb0c9 _reduce(): by Guido van Rossum · 23 years ago
  20. 6cef6d5 Changes to copy() and deepcopy() in copy.py to support __reduce__ as a by Guido van Rossum · 23 years ago
  21. 698acf9 _reconstructor(): there's no need for tricks with assignment to by Guido van Rossum · 23 years ago
  22. 3926a63 - Provisional support for pickling new-style objects. (*) by Guido van Rossum · 23 years ago
  23. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  24. 78a6a36 In the module docstring, clarify that this is used to register pickle by Fred Drake · 24 years ago
  25. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  26. 72be306 Added some minimal comments and tweaked lay-out a bit. by Guido van Rossum · 27 years ago
  27. 4706562 support module for cPickle by Guido van Rossum · 27 years ago