summaryrefslogtreecommitdiffstats
path: root/Modules/_pickle.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #5914: Add new C-API function PyOS_string_to_double, to complementMark Dickinson2009-05-031-7/+7
* Merged revisions 72223 via svnmerge fromAntoine Pitrou2009-05-021-1/+15
* Make sure that marshal and pickle continue to output 17Mark Dickinson2009-04-171-1/+1
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-8/+23
* Update a comment about why the __module__ can sometime be NULL.Alexandre Vassalotti2009-04-031-3/+6
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-2/+2
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-1/+1
* Merged revisions 68903,68906 via svnmerge fromMark Dickinson2009-01-241-1/+2
* Factor common branch in load_long().Alexandre Vassalotti2009-01-241-5/+2
* Remove unnecessary copying in load_long().Alexandre Vassalotti2009-01-231-11/+3
* Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with theMark Dickinson2009-01-201-8/+28
* Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle.Alexandre Vassalotti2008-12-271-5/+36
* #4373: Reference leak in the pickle module.Amaury Forgeot d'Arc2008-11-251-0/+2
* #4298: pickle.load() can segfault on invalid or truncated input.Amaury Forgeot d'Arc2008-11-111-0/+5
* Sorry, r67092 is commit miss....Hirokazu Yamamoto2008-11-041-8/+8
* Blocked revisions 67002 via svnmergeHirokazu Yamamoto2008-11-041-8/+8
* Merged revisions 67049 via svnmerge fromAmaury Forgeot d'Arc2008-10-301-16/+28
* #3664: The pickle module could segfault if a Pickler instance is not correctl...Amaury Forgeot d'Arc2008-10-171-0/+15
* #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...Amaury Forgeot d'Arc2008-09-111-62/+118
* Issue #3660 (part of): fix a memory leak in _pickle.Antoine Pitrou2008-09-051-1/+5
* Issue #3657: Fix uninitialized memory read when pickling longs.Neal Norwitz2008-08-241-2/+2
* Issue 3514: Fixed segfault dues to infinite loop in __getattr__.Alexandre Vassalotti2008-08-151-2/+5
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-3/+3
* Fixed _pickle to use Py_EnterRecursiveCall().Alexandre Vassalotti2008-07-131-11/+3
* Fixed compiler warnings on MSVC9.0Alexandre Vassalotti2008-06-131-2/+3
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-0/+4546
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-4546/+0
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-0/+4546