1. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  2. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  3. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago[Renamed from Lib/copy_reg.py]
  4. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  5. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  6. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  7. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  8. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  9. 0dd32e2 Real pickling for bytes. Restore complex pickling. Use cPickle in io.py. by Guido van Rossum · 17 years ago
  10. 0ad0812 An example of action-at-a-distance: fix the problems I had in test_io.py by Guido van Rossum · 17 years ago
  11. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  12. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  13. f8ecde5 Revert previous checkin and just add a comment about constructor_ob. by Jeremy Hylton · 21 years ago
  14. 7567822 Don't call constructor() from pickle(). by Jeremy Hylton · 21 years ago
  15. 502ba46 Patch #750595: Refer to type complex using builtin. Fixes #595837. by Martin v. Löwis · 21 years ago
  16. be53242 Remove _reduce_2, it's now implemented in C. by Guido van Rossum · 21 years ago
  17. f805cd2 Rename _better_reduce to _reduce_2, to make sure that any code that by Guido van Rossum · 21 years ago
  18. e690883 Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. by Guido van Rossum · 21 years ago
  19. c53f009 Introducing __reduce_ex__, which is called with a protocol number argument by Guido van Rossum · 21 years ago
  20. 298e421 SF patch #685738 by Michael Stone. by Guido van Rossum · 21 years ago
  21. 3f50cdc Get rid of the "bozo" __getstate__ that was inserted when __slots__ by Guido van Rossum · 21 years ago
  22. cef9db6 Reserve a range for Zope, not specifically for Zope 3. by Guido van Rossum · 21 years ago
  23. 5aac4e6 Move _better_reduce from copy.py to copy_reg.py, and also use it in by Guido van Rossum · 21 years ago
  24. 2d62965 cPickle can load pickles using proto 2 EXT[124] now, but can't yet by Tim Peters · 21 years ago
  25. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 21 years ago
  26. 5b7da39 Brought some module variables into synch with pickle.py's current values. by Tim Peters · 21 years ago
  27. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 21 years ago
  28. cf356fd Add extension management to __all__. by Guido van Rossum · 21 years ago
  29. 255f3ee Support for extension codes. (By accident I checked in the tests first.) by Guido van Rossum · 21 years ago
  30. 2a6f5b3 _reduce(): Avoid infinite recursion in the pickler when self.__class__ by Guido van Rossum · 22 years ago
  31. 00fb0c9 _reduce(): by Guido van Rossum · 23 years ago
  32. 6cef6d5 Changes to copy() and deepcopy() in copy.py to support __reduce__ as a by Guido van Rossum · 23 years ago
  33. 698acf9 _reconstructor(): there's no need for tricks with assignment to by Guido van Rossum · 23 years ago
  34. 3926a63 - Provisional support for pickling new-style objects. (*) by Guido van Rossum · 23 years ago
  35. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  36. 78a6a36 In the module docstring, clarify that this is used to register pickle by Fred Drake · 24 years ago
  37. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  38. 72be306 Added some minimal comments and tweaked lay-out a bit. by Guido van Rossum · 27 years ago
  39. 4706562 support module for cPickle by Guido van Rossum · 27 years ago