| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Issue #18408: Py_ReprLeave() now saves/restores the current exception, | Victor Stinner | 2013-07-16 | 1 | -2/+11 |
|
|
* | | Issue #18408: dict_new() now fails on new_keys_object() error | Victor Stinner | 2013-07-16 | 1 | -10/+9 |
|
|
* | | Cleanup dictobject.c | Victor Stinner | 2013-07-16 | 1 | -17/+19 |
|
|
* | | Issue #18408: Fix PyDict_GetItemString(), suppress PyUnicode_FromString() error | Victor Stinner | 2013-07-16 | 1 | -1/+3 |
|
|
* | | Issue #18408: Fix list.extend(), handle list_resize() failure | Victor Stinner | 2013-07-16 | 1 | -2/+4 |
|
|
* | | 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 #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 2 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 2 | -1/+3 |
|
|
* | | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 2 | -34/+21 |
|\ \
| |/ |
|
| * | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 2 | -34/+21 |
|
|
* | | Merge: Closes #18475: add unittest.main() to test_email/test_inversions. | R David Murray | 2013-07-16 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Closes #18475: add unittest.main() to test_email/test_inversions. | R David Murray | 2013-07-16 | 1 | -0/+4 |
|
|
* | | Issue #17778: Fix test discovery for test_multiprocessing. (Patch by | Richard Oudkerk | 2013-07-16 | 2 | -31/+10 |
|\ \
| |/ |
|
| * | Issue #17778: Fix test discovery for test_multiprocessing. (Patch by | Richard Oudkerk | 2013-07-16 | 2 | -122/+107 |
|
|
* | | Also remove a (broken) leaker test for the code removed in issue #18393. | Ronald Oussoren | 2013-07-16 | 1 | -14/+0 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2013-07-16 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | move declaration to top of block | Benjamin Peterson | 2013-07-16 | 1 | -1/+2 |
|
|
* | | merge 3.3 (closes #18470) | Benjamin Peterson | 2013-07-16 | 1 | -36/+46 |
|\ \
| |/ |
|
| * | check the return value of new_string() (closes #18470) | Benjamin Peterson | 2013-07-16 | 1 | -36/+46 |
|
|
* | | Closes #18471: Fix typo in heapq documentation (reported by François Pinard). | Ned Deily | 2013-07-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18471: Fix typo in heapq documentation (reported by François Pinard). | Ned Deily | 2013-07-16 | 1 | -1/+1 |
|
|
* | | Issue #18408: Fix show_warning(), clear also the exception raised by | Victor Stinner | 2013-07-15 | 1 | -3/+3 |
|
|