| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Issue #18266: test_largefile now works with unittest test discovery and | Serhiy Storchaka | 2013-07-17 | 2 | -63/+54 |
|\ \
| |/ |
|
| * | Issue #18266: test_largefile now works with unittest test discovery and | Serhiy Storchaka | 2013-07-17 | 2 | -63/+54 |
|
|
* | | Issue #17767: test_locale now works with unittest test discovery. | Serhiy Storchaka | 2013-07-17 | 2 | -58/+39 |
|\ \
| |/ |
|
| * | Issue #17767: test_locale now works with unittest test discovery. | Serhiy Storchaka | 2013-07-17 | 2 | -58/+39 |
|
|
* | | Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in stru... | Victor Stinner | 2013-07-16 | 2 | -5/+23 |
|
|
* | | Issue #18408: Mention changes in Misc/NEWS | 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 locale.localeconv(), handle PyDict_SetItemString() failure | Victor Stinner | 2013-07-16 | 1 | -16/+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 | 2 | -6/+12 |
|
|
* | | Issue #18408: Fix typo in build_node_tree() of the parser module | Victor Stinner | 2013-07-16 | 1 | -1/+1 |
|
|
* | | Cleanup type_call() to ease debug | Victor Stinner | 2013-07-16 | 1 | -4/+6 |
|
|
* | | Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError | Victor Stinner | 2013-07-16 | 4 | -9/+22 |
|
|