- 29 Oct, 2013 9 commits
-
-
Victor Stinner authored
_ctypes_alloc_format_string() failure
-
Victor Stinner authored
allocation failure
-
Victor Stinner authored
PyByteArray_FromStringAndSize() failure (ex: on memory allocation failure)
-
Victor Stinner authored
_PyBytes_Resize(&new) sets new to NULL on error, don't call Py_DECREF() with NULL.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
ZIP archive.
-
Victor Stinner authored
memory allocation failure
-
Victor Stinner authored
exceptions when merging fast locals into f_locals of a frame. PyEval_GetLocals() now raises an exception and return NULL on failure.
-
- 28 Oct, 2013 16 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Nadeem Vawda authored
The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
-
Nadeem Vawda authored
The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
-
Victor Stinner authored
-
Victor Stinner authored
finalization. sys.argv is set to None during Python finalization: add PyList_Check() to avoid a crash in PyList_Size().
-
Georg Brandl authored
-
Georg Brandl authored
-
Ned Deily authored
-
Ned Deily authored
screen refresh problem.
-
- 27 Oct, 2013 15 commits
-
-
Tim Golden authored
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
pseudo-random number generator on fork().
-
Georg Brandl authored
-
Georg Brandl authored
100 headers are read. Adapted from patch by Jyrki Pulliainen.
-
Georg Brandl authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl authored
for security reasons. It now doesn't match multiple wildcards nor wildcards inside IDN fragments.
-
Serhiy Storchaka authored
-
Georg Brandl authored
line length. Patch by Emil Lind.
-