Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #3657: Fix uninitialized memory read when pickling longs. | Neal Norwitz | 2008-08-24 | 1 | -2/+2 | |
* | Issue 3514: Fixed segfault dues to infinite loop in __getattr__. | Alexandre Vassalotti | 2008-08-15 | 1 | -2/+5 | |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -3/+3 | |
* | Fixed _pickle to use Py_EnterRecursiveCall(). | Alexandre Vassalotti | 2008-07-13 | 1 | -11/+3 | |
* | Fixed compiler warnings on MSVC9.0 | Alexandre Vassalotti | 2008-06-13 | 1 | -2/+3 | |
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 1 | -0/+4546 | |
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -4546/+0 | |
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 1 | -0/+4546 | |