| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18549: Eliminate dead code in socket_ntohl(). | Christian Heimes | 2013-07-25 | 1 | -2/+0 |
|\ |
|
| * | Issue #18549: Eliminate dead code in socket_ntohl(). | Christian Heimes | 2013-07-25 | 1 | -2/+0 |
|
|
* | | #16937: merge with 3.3. | Ezio Melotti | 2013-07-25 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | #16937: document that stdin is always buffered, even when -u is used. Patch ... | Ezio Melotti | 2013-07-25 | 1 | -1/+2 |
|
|
* | | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 8 | -28/+51 |
|
|
* | | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], | Christian Heimes | 2013-07-22 | 1 | -4/+12 |
|\ \
| |/ |
|
| * | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], | Christian Heimes | 2013-07-22 | 1 | -4/+12 |
|
|
* | | Issue #18488: Fix _pysqlite_final_callback() | Victor Stinner | 2013-07-22 | 1 | -4/+4 |
|
|
* | | Now all error paths of _freeze_importlib use 'goto error' and the error label... | Christian Heimes | 2013-07-21 | 1 | -19/+18 |
|\ \
| |/ |
|
| * | Now all error paths of _freeze_importlib use 'goto error' and the error label... | Christian Heimes | 2013-07-21 | 1 | -19/+18 |
|
|
* | | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() | Christian Heimes | 2013-07-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() | Christian Heimes | 2013-07-21 | 1 | -1/+1 |
|
|
* | | Fix reference and memory leaks in _freeze_importlib | Christian Heimes | 2013-07-21 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix reference and memory leaks in _freeze_importlib | Christian Heimes | 2013-07-21 | 1 | -0/+3 |
|
|
* | | Issue #18519, #18408: Fix sqlite authorizer callback | Victor Stinner | 2013-07-21 | 1 | -15/+23 |
|
|
* | | Minor code simplification by eliminating an unnecessary temporary variable. | Raymond Hettinger | 2013-07-21 | 1 | -12/+6 |
|
|
* | | Check return value of PyEval_GetGlobals() for NULL | Christian Heimes | 2013-07-20 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | Check return value of PyEval_GetGlobals() for NULL | Christian Heimes | 2013-07-20 | 1 | -2/+7 |
|
|
* | | Check return value of flush_character_buffer() | Christian Heimes | 2013-07-20 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Check return value of flush_character_buffer() | Christian Heimes | 2013-07-20 | 1 | -1/+3 |
|
|
* | | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath... | Mark Dickinson | 2013-07-20 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath... | Mark Dickinson | 2013-07-20 | 1 | -0/+7 |
|
|
* | | Add missing check of PyDict_Update()'s return value in _elementtree.c | Christian Heimes | 2013-07-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Add missing check of PyDict_Update()'s return value in _elementtree.c | Christian Heimes | 2013-07-20 | 1 | -1/+2 |
|
|
* | | Add missing check of PyDict_SetItem()'s return value | Christian Heimes | 2013-07-20 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Add missing check of PyDict_SetItem()'s return value | Christian Heimes | 2013-07-20 | 1 | -1/+4 |
|
|
* | | Fix fishy sizeof(Py_ssize_t *). | Christian Heimes | 2013-07-20 | 1 | -1/+1 |
|
|
* | | Use strncat() instead of strcat() to silence some warnings. | Christian Heimes | 2013-07-20 | 1 | -3/+3 |
|
|
* | | Make the GCC-4.8 compiler happy by moving declarations to the top of the func... | Raymond Hettinger | 2013-07-20 | 2 | -9/+13 |
|
|
* | | (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension | Ronald Oussoren | 2013-07-19 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | #18480: Add missing PyType_Ready call to _elementtree extension | Ronald Oussoren | 2013-07-19 | 1 | -5/+9 |
|
|
* | | (Merge 3.3) Fix posix_chflags(): return_value was uninitialized when | Victor Stinner | 2013-07-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False | Victor Stinner | 2013-07-18 | 1 | -1/+1 |
|
|
* | | Issue #18501, #18408: Fix expat handlers in pyexpat, don't call Python | Victor Stinner | 2013-07-18 | 1 | -0/+15 |
|
|
* | | Issue #18408: Fix _elementtree.c, don't call Python function from an expat | Victor Stinner | 2013-07-18 | 1 | -0/+28 |
|
|
* | | Fix a compiler warning on FreeBSD | Victor Stinner | 2013-07-18 | 1 | -2/+3 |
|
|
* | | Issue #18408: Fix PyInit__curses_panel(), handle import_curses() failure | Victor Stinner | 2013-07-18 | 1 | -0/+2 |
|
|
* | | Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call | Victor Stinner | 2013-07-17 | 1 | -0/+5 |
|
|
* | | Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail | Victor Stinner | 2013-07-17 | 1 | -0/+5 |
|
|
* | | Issue #18488: _pysqlite_final_callback() should not clear the exception set by | Victor Stinner | 2013-07-17 | 1 | -0/+9 |
|
|
* | | Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure | Victor Stinner | 2013-07-17 | 1 | -6/+9 |
|
|
* | | Issue #18408: Fix array_index(), handle getarrayitem() failure | Victor Stinner | 2013-07-17 | 1 | -7/+26 |
|
|
* | | Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure | Victor Stinner | 2013-07-17 | 1 | -1/+4 |
|
|
* | | Issue #18408: Fix time.tzset(), detect exception when calling PyInit_timezone() | Victor Stinner | 2013-07-17 | 1 | -0/+2 |
|
|
* | | Issue #18408: Fix locale.localeconv(), handle PyDict_SetItemString() failure | Victor Stinner | 2013-07-16 | 1 | -16/+20 |
|
|
* | | Issue #18408: Fix typo in build_node_tree() of the parser module | Victor Stinner | 2013-07-16 | 1 | -1/+1 |
|
|
* | | Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError | Victor Stinner | 2013-07-16 | 2 | -3/+9 |
|
|
* | | Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to | Victor Stinner | 2013-07-16 | 3 | -2/+5 |
|
|
* | | Issue #18408: Fix fileio_read() on _PyBytes_Resize() failure | Victor Stinner | 2013-07-16 | 1 | -1/+1 |
|
|
* | | Issue #18408: random_seed() now raises a MemoryError on memory allocation | Victor Stinner | 2013-07-15 | 1 | -1/+4 |
|
|