1. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  2. 0f2a61a Merged revisions 88147 via svnmerge from by Antoine Pitrou · 13 years ago
  3. ec80478 Merged revisions 84502 via svnmerge from by Antoine Pitrou · 14 years ago
  4. 82a6bf0 Merged revisions 82937 via svnmerge from by Alexander Belopolsky · 14 years ago
  5. f7351b4 Merged revisions 80031 via svnmerge from by Victor Stinner · 14 years ago
  6. 901d81e Merged revisions 77355 via svnmerge from by Antoine Pitrou · 14 years ago
  7. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  8. 8ca69de Merged revisions 72930 via svnmerge from by Collin Winter · 15 years ago
  9. f70b129 Make variable declarations for opcodes in batch_dict_exact consistent by Alexandre Vassalotti · 15 years ago
  10. 5c9b02d Merged revisions 72909 via svnmerge from by Collin Winter · 15 years ago
  11. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  12. a9f48a0 Merged revisions 72223 via svnmerge from by Antoine Pitrou · 15 years ago
  13. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  14. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  15. 0e7aa8c Update a comment about why the __module__ can sometime be NULL. by Alexandre Vassalotti · 15 years ago
  16. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  17. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  18. cddcf44 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 15 years ago
  19. e4bccb7 Factor common branch in load_long(). by Alexandre Vassalotti · 15 years ago
  20. 446f7ff Remove unnecessary copying in load_long(). by Alexandre Vassalotti · 15 years ago
  21. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 15 years ago
  22. 554d878 Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle. by Alexandre Vassalotti · 16 years ago
  23. 5f95257 #4373: Reference leak in the pickle module. by Amaury Forgeot d'Arc · 16 years ago
  24. 3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. by Amaury Forgeot d'Arc · 16 years ago
  25. b46a633 Sorry, r67092 is commit miss.... by Hirokazu Yamamoto · 16 years ago
  26. 1543a22 Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 16 years ago
  27. 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  28. 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
  29. fb1a5eb #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 16 years ago
  30. d79dc62 Issue #3660 (part of): fix a memory leak in _pickle. by Antoine Pitrou · 16 years ago
  31. 6ae2eb2 Issue #3657: Fix uninitialized memory read when pickling longs. by Neal Norwitz · 16 years ago
  32. 1f9d907 Issue 3514: Fixed segfault dues to infinite loop in __getattr__. by Alexandre Vassalotti · 16 years ago
  33. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  34. dff1834 Fixed _pickle to use Py_EnterRecursiveCall(). by Alexandre Vassalotti · 16 years ago
  35. 7634ff5 Fixed compiler warnings on MSVC9.0 by Alexandre Vassalotti · 16 years ago
  36. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  37. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  38. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago