| Commit message (Expand) | Author | Age | Files | Lines |
* | Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ... | Christian Heimes | 2013-07-20 | 1 | -0/+5 |
|\ |
|
| * | Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ... | Christian Heimes | 2013-07-20 | 1 | -0/+5 |
|
|
* | | Check return value of fstat() in _PyImport_GetDynLoadFunc() | Christian Heimes | 2013-07-20 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Check return value of fstat() in _PyImport_GetDynLoadFunc() | Christian Heimes | 2013-07-20 | 1 | -1/+3 |
|
|
* | | Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensi... | Christian Heimes | 2013-07-20 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensi... | Christian Heimes | 2013-07-20 | 1 | -1/+4 |
|
|
* | | Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx() | Christian Heimes | 2013-07-20 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx() | Christian Heimes | 2013-07-20 | 1 | -1/+3 |
|
|
* | | Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail | Victor Stinner | 2013-07-17 | 2 | -0/+37 |
|
|
* | | Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure | Victor Stinner | 2013-07-17 | 1 | -2/+5 |
|
|
* | | Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat(... | Victor Stinner | 2013-07-17 | 1 | -0/+2 |
|
|
* | | Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set ... | Victor Stinner | 2013-07-17 | 1 | -1/+1 |
|
|
* | | Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in stru... | Victor Stinner | 2013-07-16 | 1 | -0/+3 |
|
|
* | | Issue #18408: Handle PyArena_AddPyObject() failure in ast.c | Victor Stinner | 2013-07-16 | 1 | -5/+20 |
|
|
* | | Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() fa... | Victor Stinner | 2013-07-16 | 1 | -1/+10 |
|
|
* | | Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError) | Victor Stinner | 2013-07-16 | 1 | -3/+6 |
|
|
* | | Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError | Victor Stinner | 2013-07-16 | 2 | -6/+13 |
|
|
* | | Issue #18408: Fix show_warning(), clear also the exception raised by | Victor Stinner | 2013-07-15 | 1 | -3/+3 |
|
|
* | | Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs | Victor Stinner | 2013-07-15 | 1 | -0/+4 |
|
|
* | | Issue #18408: Fix _Py_DisplaySourceLine() | Victor Stinner | 2013-07-15 | 1 | -1/+3 |
|
|
* | | Issue #18408: Fix PyEval_EvalFrameEx() for MemoryError | Victor Stinner | 2013-07-15 | 1 | -1/+4 |
|
|
* | | Issue #18342: Use the repr of a module name for ``from ... import | Brett Cannon | 2013-07-12 | 1 | -1/+1 |
|
|
* | | Issue #18415: Normalize what type of quotes are used with string | Brett Cannon | 2013-07-12 | 1 | -6/+6 |
|
|
* | | Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now | Victor Stinner | 2013-07-11 | 1 | -0/+1 |
|
|
* | | Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on | Victor Stinner | 2013-07-11 | 1 | -0/+4 |
|
|
* | | Issue #18408: normalizestring() now raises MemoryError on memory allocation f... | Victor Stinner | 2013-07-11 | 1 | -1/+1 |
|
|
* | | Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure p... | Victor Stinner | 2013-07-11 | 1 | -1/+4 |
|
|
* | | Issue #18408: ste_new() initialize all attributes before handling error | Victor Stinner | 2013-07-11 | 1 | -13/+9 |
|
|
* | | Issue #17872: Fix a segfault in marshal.load() when input stream returns | Serhiy Storchaka | 2013-07-11 | 1 | -15/+20 |
|\ \
| |/ |
|
| * | Issue #17872: Fix a segfault in marshal.load() when input stream returns | Serhiy Storchaka | 2013-07-11 | 1 | -15/+20 |
|
|
* | | Fix reference leaks introduced by the patch for issue #5308. | Serhiy Storchaka | 2013-07-11 | 1 | -12/+11 |
|\ \
| |/ |
|
| * | Fix reference leaks introduced by the patch for issue #5308. | Serhiy Storchaka | 2013-07-11 | 1 | -12/+11 |
|
|
* | | Issue #18426: improve exception message. Courtesy of Amaury | Christian Heimes | 2013-07-11 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #18426: improve exception message. Courtesy of Amaury | Christian Heimes | 2013-07-11 | 1 | -1/+5 |
|
|
* | | Issue #18426: Fix NULL pointer dereference in C extension import when | Christian Heimes | 2013-07-11 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #18426: Fix NULL pointer dereference in C extension import when | Christian Heimes | 2013-07-11 | 1 | -0/+2 |
|
|
* | | Merge: #18424: PEP8ify the tense of the sum docstring. | R David Murray | 2013-07-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #18424: PEP8ify the tense of the sum docstring. | R David Murray | 2013-07-10 | 1 | -2/+2 |
|
|
* | | Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when | Victor Stinner | 2013-07-10 | 1 | -3/+8 |
|
|
* | | Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation | Victor Stinner | 2013-07-08 | 1 | -2/+6 |
|
|
* | | Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure | Victor Stinner | 2013-07-08 | 1 | -4/+9 |
|
|
* | | Issue #18408: Fix marshal reader for Unicode strings: handle | Victor Stinner | 2013-07-08 | 1 | -0/+4 |
|
|
* | | Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() | Victor Stinner | 2013-07-07 | 1 | -9/+12 |
|
|
* | | Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects | Victor Stinner | 2013-07-07 | 1 | -6/+6 |
|
|
* | | Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks | Victor Stinner | 2013-07-07 | 2 | -10/+10 |
|
|
* | | Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _P... | Victor Stinner | 2013-07-07 | 1 | -1/+1 |
|
|
* | | Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization | Victor Stinner | 2013-07-07 | 3 | -25/+25 |
|
|
* | | Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to | Victor Stinner | 2013-07-07 | 1 | -9/+9 |
|
|
* | | merge for issue #18351. | Brett Cannon | 2013-07-06 | 1 | -801/+799 |
|\ \
| |/ |
|
| * | Issue #18351: Fix various issues with | Brett Cannon | 2013-07-06 | 1 | -3369/+3367 |
|
|