1. 0b07457 Merged revisions 77370 via svnmerge from by Antoine Pitrou · 15 years ago
  2. 8dba727 Merged revisions 77352-77354 via svnmerge from by Antoine Pitrou · 15 years ago
  3. 513c46e Merged revisions 76499 via svnmerge from by Alexandre Vassalotti · 15 years ago
  4. 47ccf0c Merged revisions 74189 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  5. e9a6514 Merged revisions 72930 via svnmerge from by Collin Winter · 15 years ago
  6. 3df1692 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 16 years ago
  7. 734373c Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from by Georg Brandl · 16 years ago
  8. 966322f Merged revisions 67934-67935 via svnmerge from by Alexandre Vassalotti · 16 years ago
  9. c353ea7 Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 16 years ago
  10. 24cb382 #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
  11. 763d309 Fix #2702, with a correct accounting of recursion. by Facundo Batista · 16 years ago
  12. 68dc052 Reverting the patch from #3165, as it broke other by Facundo Batista · 16 years ago
  13. b436a24 Fix compilation on Windows. by Thomas Heller · 16 years ago
  14. 9da18b3 Fixing the problem stated in issue 2702 with the patch submitted by Facundo Batista · 16 years ago
  15. 1461886 Issue 3164. Small fix to don't repeat a comparation without necessity. by Facundo Batista · 16 years ago
  16. 9d53457 Merge in release25-maint r60793: by Gregory P. Smith · 16 years ago
  17. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  18. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  19. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  20. 3c4971c Added Python 3.0 warning to cPickle. by Alexandre Vassalotti · 16 years ago
  21. 9510e4a Added module stub for copy_reg renaming in 3.0. by Alexandre Vassalotti · 16 years ago
  22. c20adf8 Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly by Gregory P. Smith · 17 years ago
  23. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  24. 5a29dd3 Fix Coverity #159. by Neal Norwitz · 17 years ago
  25. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  26. 17b8e97 Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition by Kristján Valur Jónsson · 18 years ago
  27. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  28. 99dfe3c Prevent memory leak on error. by Neal Norwitz · 18 years ago
  29. 98a9600 Fix memory leaks spotted by Klocwork #37. by Neal Norwitz · 18 years ago
  30. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 18 years ago
  31. 0f8b31a Fix bug #1512695: cPickle.loads could crash if it was interrupted with by Neal Norwitz · 18 years ago
  32. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  33. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  34. 684fd0c Replace PyObject_CallFunction calls with only object args by Georg Brandl · 18 years ago
  35. de9b624 Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. by Georg Brandl · 18 years ago
  36. c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 19 years ago
  37. edf17d8 Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for by Thomas Wouters · 19 years ago
  38. b183a25 Fix some warnings on HP-UX when using cc/aCC by Neal Norwitz · 19 years ago
  39. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  40. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  41. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  42. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  43. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  44. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 20 years ago
  45. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  46. 2460c62 made cPickle fall back to the copy_reg/reduce protocol, by Christian Tismer · 21 years ago
  47. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  48. fff093f The Unpickler forget about its find_class attribute. by Jeremy Hylton · 21 years ago
  49. f00368f Remove many blanket try/except clauses. by Jeremy Hylton · 21 years ago
  50. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago
  51. 7b5ce7f Make Unpickler objects colletable. by Jeremy Hylton · 22 years ago
  52. 4cf6319 Make Picklers collectable. by Jeremy Hylton · 22 years ago
  53. 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 22 years ago
  54. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
  55. b289b87 Use __reduce_ex__. by Guido van Rossum · 22 years ago
  56. b9ce7cd save_global(): Trying to resolve module.name can fail for two by Tim Peters · 22 years ago
  57. 0ae4c4a Make 2 module variables static. Assuming this is correct. by Neal Norwitz · 22 years ago
  58. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
  59. 71fcda5 cPickle produces NEWOBJ appropriately now. It still doesn't know by Tim Peters · 22 years ago
  60. 92c8bb3 Minor assorted cleanups; no semantic changes. by Tim Peters · 22 years ago
  61. aae53d4 The version of PyImport_Import() in cPickle is no longer needed (an edited by Tim Peters · 22 years ago
  62. 5aa3da6 save(): Reformat tail end just for clarity. by Tim Peters · 22 years ago
  63. eab7db3 Taught cPickle how to read pickles containing NEWOBJ. This won't get by Tim Peters · 22 years ago
  64. 8587b3c Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle. by Tim Peters · 22 years ago
  65. 90975f1 Minor cleanup of new batch-list/dict code. by Tim Peters · 22 years ago
  66. 42f08ac Implemented batching for dicts in cPickle. This is after two failed by Tim Peters · 22 years ago
  67. 1092d64 Implemented list batching in cPickle. by Tim Peters · 22 years ago
  68. 6288e23 More typo repair. by Tim Peters · 22 years ago
  69. 6792014 Typo repair. by Tim Peters · 22 years ago
  70. 3e667d5 cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't by Tim Peters · 22 years ago
  71. 731098b cPickle now generates proto 2 EXT[124] when appropriate. by Tim Peters · 22 years ago
  72. fa05ce3 Typo in comment. by Tim Peters · 22 years ago
  73. 2d62965 cPickle can load pickles using proto 2 EXT[124] now, but can't yet by Tim Peters · 22 years ago
  74. d4b920c Rename the extension registry variables to have leading underscores -- by Guido van Rossum · 22 years ago
  75. 0dd23aa Typo repair. by Tim Peters · 22 years ago
  76. 5b7da39 Brought some module variables into synch with pickle.py's current values. by Tim Peters · 22 years ago
  77. 0c7c48e load_counted_long(): Changed a ValueError to an UnpicklingError, just by Tim Peters · 22 years ago
  78. e0a3907 PDATA_PUSH and PDATA_APPEND. documented, and reformatted for better by Tim Peters · 22 years ago
  79. 1d63c9f cPickle support for TUPLE[123]. Incidentally plugged several undetected by Tim Peters · 22 years ago
  80. 0bc93f5 Massive edits. If p is a pointer to a struct, and p->f is a pointer to by Tim Peters · 22 years ago
  81. ac5687a Minor cleanup, mostly adding horizontal whitespace, and breaking apart by Tim Peters · 22 years ago
  82. 3c67d79 Implemented proto 2 NEWTRUE and NEWFALSE in cPickle. by Tim Peters · 22 years ago
  83. 70b02d7 Beefed up the tests by putting in more "for proto in protocols:" outer by Tim Peters · 22 years ago
  84. 529baf2 Fix compiler warning by Neal Norwitz · 22 years ago
  85. 87482ea dump(): Added asserts that self->proto is sane. by Tim Peters · 22 years ago
  86. 9b1e03f dump(): Fixed a stupid bug in new code. It wasn't possible for the bug by Tim Peters · 22 years ago
  87. 4190fb8 Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code in by Tim Peters · 22 years ago
  88. ee1a53c cPickle.c: Full support for the new LONG1 and LONG4. Added comments. by Tim Peters · 22 years ago
  89. 5bd2a79 The C pickle now knows how to deal with a proto= argument. Assorted by Tim Peters · 22 years ago
  90. 040e033 Removed needless include of errno.h. by Tim Peters · 22 years ago
  91. 64c04d1 The module docstring had an RCS ID from 1999 embedded in it. Enough by Tim Peters · 22 years ago
  92. cba30e2 Trimmed trailing whitespace. by Tim Peters · 22 years ago
  93. 797ec24 Added #defines for proto 2 opcodes; gave the Pickler a proto member; by Tim Peters · 22 years ago
  94. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  95. 8e0ad0c Ignore the state returned by __reduce__ if it is Py_None. by Guido van Rossum · 22 years ago
  96. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  97. 75bfd05 Add an XXX comment about relative imports. by Guido van Rossum · 22 years ago
  98. 4e52ca8 A patch from Kevin Jacobs, plugging several leaks discovered when by Tim Peters · 22 years ago
  99. 658009a Make BadPickleGet a class. Fixes #609164. by Martin v. Löwis · 22 years ago
  100. 8a8da79 Patch #505705: Remove eval in pickle and cPickle. by Martin v. Löwis · 22 years ago