1. cef9db6 Reserve a range for Zope, not specifically for Zope 3. by Guido van Rossum · 21 years ago
  2. 5aac4e6 Move _better_reduce from copy.py to copy_reg.py, and also use it in by Guido van Rossum · 21 years ago
  3. 2d62965 cPickle can load pickles using proto 2 EXT[124] now, but can't yet by Tim Peters · 21 years ago
  4. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 21 years ago
  5. 5b7da39 Brought some module variables into synch with pickle.py's current values. by Tim Peters · 21 years ago
  6. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 21 years ago
  7. cf356fd Add extension management to __all__. by Guido van Rossum · 21 years ago
  8. 255f3ee Support for extension codes. (By accident I checked in the tests first.) by Guido van Rossum · 21 years ago
  9. 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 23 years ago
  10. 00fb0c9 _reduce(): by Guido van Rossum · 23 years ago
  11. 6cef6d5 Changes to copy() and deepcopy() in copy.py to support __reduce__ as a by Guido van Rossum · 23 years ago
  12. 698acf9 _reconstructor(): there's no need for tricks with assignment to by Guido van Rossum · 23 years ago
  13. 3926a63 - Provisional support for pickling new-style objects. (*) by Guido van Rossum · 23 years ago
  14. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  15. 78a6a36 In the module docstring, clarify that this is used to register pickle by Fred Drake · 24 years ago
  16. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  17. 72be306 Added some minimal comments and tweaked lay-out a bit. by Guido van Rossum · 27 years ago
  18. 4706562 support module for cPickle by Guido van Rossum · 27 years ago