| Commit message (Expand) | Author | Age | Files | Lines |
| * | Isue #5084: unpickling now interns the attribute names of pickled objects, | Antoine Pitrou | 2009-05-02 | 1 | -1/+9 |
| * | Issue #5835, deprecate PyOS_ascii_formatd. | Eric Smith | 2009-04-25 | 1 | -1/+2 |
| * | Issue #1672332: Fix unpickling of subnormal floats, which was raising | Mark Dickinson | 2009-01-24 | 1 | -1/+2 |
| * | Issue #4051: Prevent conflict of UNICODE macros in cPickle. | Martin v. Löwis | 2009-01-02 | 1 | -0/+8 |
| * | Fix issue #4730: cPickle corrupts high-unicode strings. | Alexandre Vassalotti | 2008-12-27 | 1 | -30/+79 |
| * | Issue #4176: Pickle would crash the interpreter when a __reduce__ function | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -26/+33 |
| * | #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n... | Amaury Forgeot d'Arc | 2008-09-11 | 1 | -64/+117 |
| * | Fix #2702, with a correct accounting of recursion. | Facundo Batista | 2008-06-30 | 1 | -10/+14 |
| * | Reverting the patch from #3165, as it broke other | Facundo Batista | 2008-06-25 | 1 | -4/+0 |
| * | Fix compilation on Windows. | Thomas Heller | 2008-06-23 | 1 | -2/+4 |
| * | Fixing the problem stated in issue 2702 with the patch submitted | Facundo Batista | 2008-06-22 | 1 | -0/+2 |
| * | Issue 3164. Small fix to don't repeat a comparation | Facundo Batista | 2008-06-22 | 1 | -0/+2 |
| * | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 1 | -0/+16 |
| * | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -64/+64 |
| * | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -64/+64 |
| * | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -7/+7 |
| * | Added Python 3.0 warning to cPickle. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+6 |
| * | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -16/+16 |
| * | Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly | Gregory P. Smith | 2008-04-07 | 1 | -0/+4 |
| * | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -11/+11 |
| * | Fix Coverity #159. | Neal Norwitz | 2007-10-05 | 1 | -1/+1 |
| * | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -16/+14 |
| * | Merge change 54909 from release25-maint: Fix several minor issues discovered... | Kristján Valur Jónsson | 2007-04-25 | 1 | -7/+12 |
| * | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 1 | -4/+8 |
| * | Prevent memory leak on error. | Neal Norwitz | 2006-08-02 | 1 | -1/+1 |
| * | Fix memory leaks spotted by Klocwork #37. | Neal Norwitz | 2006-07-23 | 1 | -2/+2 |
| * | Fix more memory allocation issues found with failmalloc. | Neal Norwitz | 2006-07-22 | 1 | -4/+9 |
| * | Fix bug #1512695: cPickle.loads could crash if it was interrupted with | Neal Norwitz | 2006-06-28 | 1 | -2/+6 |
| * | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -22/+9 |
| * | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -2/+0 |
| * | Replace PyObject_CallFunction calls with only object args | Georg Brandl | 2006-05-25 | 1 | -2/+2 |
| * | Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. | Georg Brandl | 2006-04-30 | 1 | -1/+3 |
| * | Use Py_VISIT in all tp_traverse methods, instead of traversing manually or | Thomas Wouters | 2006-04-15 | 1 | -34/+17 |
| * | Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for | Thomas Wouters | 2006-04-15 | 1 | -21/+17 |
| * | Fix some warnings on HP-UX when using cc/aCC | Neal Norwitz | 2006-04-10 | 1 | -2/+1 |
| * | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -3/+3 |
| * | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -26/+36 |
| * | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
| * | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -10/+10 |
| * | Eliminate the deprecated option to return None instead of a tuple of argument... | Raymond Hettinger | 2004-12-07 | 1 | -11/+6 |
| * | Patch #995766: Keyword argument support in cPickle. | Martin v. Löwis | 2004-07-27 | 1 | -15/+21 |
| * | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -1/+1 |
| * | made cPickle fall back to the copy_reg/reduce protocol, | Christian Tismer | 2004-02-26 | 1 | -0/+5 |
| * | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -1/+1 |
| * | The Unpickler forget about its find_class attribute. | Jeremy Hylton | 2003-07-11 | 1 | -0/+3 |
| * | Remove many blanket try/except clauses. | Jeremy Hylton | 2003-06-16 | 1 | -11/+40 |
| * | PyType_Ready(): Complain if the type is a base type, and gc'able, and | Tim Peters | 2003-05-21 | 1 | -2/+7 |
| * | Make Unpickler objects colletable. | Jeremy Hylton | 2003-04-09 | 1 | -23/+65 |
| * | Make Picklers collectable. | Jeremy Hylton | 2003-04-09 | 1 | -5/+45 |
| * | New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a | Tim Peters | 2003-03-20 | 1 | -154/+9 |