| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr... | Antoine Pitrou | 2013-07-20 | 4 | -0/+23 |
|
|
* | | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath... | Mark Dickinson | 2013-07-20 | 2 | -0/+10 |
|\ \
| |/ |
|
| * | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath... | Mark Dickinson | 2013-07-20 | 2 | -0/+10 |
|
|
* | | 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 |
|
|
* | | Check return value of PyType_Ready(&EncodingMapType) | Christian Heimes | 2013-07-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Check return value of PyType_Ready(&EncodingMapType) | Christian Heimes | 2013-07-20 | 1 | -1/+2 |
|
|
* | | 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 #18327: Fix argument order in call to compatible_for_assignment(oldto, ... | Christian Heimes | 2013-07-20 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | Change _names to _names_ since the latter is reserved for Enum use. | Ethan Furman | 2013-07-20 | 2 | -41/+42 |
|
|
* | | Close #18508 -- fix _value2member_map to always have the member's value | Ethan Furman | 2013-07-20 | 2 | -11/+31 |
|
|
* | | Merge. | Richard Oudkerk | 2013-07-19 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | Prevent dangling threads/process warning for test_multiprocessing. | Richard Oudkerk | 2013-07-19 | 1 | -4/+7 |
|
|
* | | Issue #18408: Fix list_ass_slice(), handle list_resize() failure | Victor Stinner | 2013-07-19 | 1 | -3/+8 |
|
|
* | | Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r... | Vinay Sajip | 2013-07-19 | 3 | -34/+33 |
|
|
* | | (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension | Ronald Oussoren | 2013-07-19 | 2 | -5/+11 |
|\ \
| |/ |
|
| * | #18480: Add missing PyType_Ready call to _elementtree extension | Ronald Oussoren | 2013-07-19 | 2 | -5/+11 |
|
|
* | | closes issue18042 -- a `unique` decorator is added to enum.py | Ethan Furman | 2013-07-19 | 3 | -29/+115 |
|
|
* | | (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: PyObject_Str(), PyObject_Repr() and type_call() now fail with an | Victor Stinner | 2013-07-17 | 2 | -0/+23 |
|
|
* | | 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 | 3 | -0/+42 |
|
|
* | | Issue #18488: _pysqlite_final_callback() should not clear the exception set by | Victor Stinner | 2013-07-17 | 1 | -0/+9 |
|
|
* | | Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set | Victor Stinner | 2013-07-17 | 1 | -0/+3 |
|
|
* | | 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 |
|
|
* | | longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on | Victor Stinner | 2013-07-17 | 1 | -1/+2 |
|
|
* | | Issue #18408: Rewrite NEGATE() macro in longobject.c to handle PyLong_FromLon... | Victor Stinner | 2013-07-17 | 1 | -24/+51 |
|
|
* | | Issue #18408: Fix PyType_Ready(), handle _PyDict_SetItemId() failure | Victor Stinner | 2013-07-17 | 1 | -3/+7 |
|
|
* | | Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure | Victor Stinner | 2013-07-17 | 1 | -1/+2 |
|
|
* | | Issue #18408: Fix listpop(), handle list_ass_slice() failure | Victor Stinner | 2013-07-17 | 1 | -6/+4 |
|
|
* | | 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 |
|
|
* | | 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 structseq_reduce(), handle PyDict_SetItemString() failure | Victor Stinner | 2013-07-17 | 1 | -11/+13 |
|
|