2013-07-21 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Benjamin Peterson | fix spacing |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Benjamin Peterson | let's not return NULL from functions that should return... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Issue #18514: Fix unreachable Py_DECREF() call in PyCDa... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Issue #18514: Fix unreachable Py_DECREF() call in PyCDa... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Fix reference and memory leaks in _freeze_importlib |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Fix reference and memory leaks in _freeze_importlib |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Victor Stinner | Issue #18520: Fix initsigs(), handle PyOS_InitInterrupt... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Victor Stinner | Issue #18519, #18408: Fix sqlite authorizer callback |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Raymond Hettinger | Minor code simplification by eliminating an unnecessary... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Check return value of lseek() in _Py_DisplaySourceLine(). |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Check return value of lseek() in _Py_DisplaySourceLine(). |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Propagate error when PyByteArray_Resize() fails in... |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Christian Heimes | Propagate error when PyByteArray_Resize() fails in... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | merge |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of PyObject_AsFileDescriptor() in... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of PyObject_AsFileDescriptor() in... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Ned Deily | Issue #17532: merge from 3.3 |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Ned Deily | Issue #17532: Prevent exception when changing key sets... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of PyEval_GetGlobals() for NULL |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of PyEval_GetGlobals() for NULL |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of flush_character_buffer() |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of flush_character_buffer() |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of fstat() in _PyImport_GetDynLoadF... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of fstat() in _PyImport_GetDynLoadF... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Antoine Pitrou | test_ssl: use a bytestring here |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Antoine Pitrou | Issue #9177: Calling read() or write() now raises Value... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Mark Dickinson | Issue #18513: Add workaround for OS X 10.8 cexp bug... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Mark Dickinson | Issue #18513: Add workaround for OS X 10.8 cexp bug... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_Update()'s return value... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_Update()'s return value... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_SetItem()'s return value |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_SetItem()'s return value |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of PyType_Ready(&EncodingMapType) |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Check return value of PyType_Ready(&EncodingMapType) |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_SetItem()'s return value... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_SetItem()'s return value... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_SetItem()'s return value... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Add missing check of PyDict_SetItem()'s return value... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Issue #18327: Fix argument order in call to compatible_... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Fix fishy sizeof(Py_ssize_t *). |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Christian Heimes | Use strncat() instead of strcat() to silence some warnings. |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Raymond Hettinger | Make the GCC-4.8 compiler happy by moving declarations... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Ethan Furman | Change _names to _names_ since the latter is reserved... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Ethan Furman | Close #18508 -- fix _value2member_map to always have... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Oudkerk | Merge. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Oudkerk | Prevent dangling threads/process warning for test_multi... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Victor Stinner | Issue #18408: Fix list_ass_slice(), handle list_resize... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Vinay Sajip | Closes #18479: Changed venv Activate.ps1 to make deacti... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Ronald Oussoren | (3.3->default): #18480: Add missing PyType_Ready call... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Ronald Oussoren | #18480: Add missing PyType_Ready call to _elementtree... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Ethan Furman | closes issue18042 -- a `unique` decorator is added... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Victor Stinner | (Merge 3.3) Fix posix_chflags(): return_value was unini... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Victor Stinner | Fix posix_chflags(): return_value was uninitialized... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Victor Stinner | Issue #18501, #18408: Fix expat handlers in pyexpat... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Victor Stinner | Issue #18408: Fix _elementtree.c, don't call Python... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Victor Stinner | Fix a compiler warning on FreeBSD |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Victor Stinner | Issue #18408: Fix PyInit__curses_panel(), handle import... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: PyObject_Str(), PyObject_Repr() and type_... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix _pysqlite_fetch_one_row(), in debug... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjec... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18488: _pysqlite_final_callback() should not... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix dict_repr(), don't call PyObject_Repr... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix array_tolist(), handle PyList_SetItem... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix array_index(), handle getarrayitem... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | longobject.c: add an assertion to ensure that MEDIUM_VA... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Rewrite NEGATE() macro in longobject... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix PyType_Ready(), handle _PyDict_SetIte... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix Py_ReprEnter(), handle PyList_Append... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix listpop(), handle list_ass_slice... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix PyErr_SetImportError(), handle PyDict... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix _PyImport_LoadDynamicModule(), handle... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix heapq.heappop(), handle PyList_SetSli... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix time.tzset(), detect exception when... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Victor Stinner | Issue #18408: Fix structseq_reduce(), handle PyDict_Set... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Serhiy Storchaka | Issue #18266: test_largefile now works with unittest... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Serhiy Storchaka | Issue #18266: test_largefile now works with unittest... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Serhiy Storchaka | Issue #17767: test_locale now works with unittest test... |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Serhiy Storchaka | Issue #17767: test_locale now works with unittest test... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Close #18469: Replace PyDict_GetItemString() with _PyDi... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Mention changes in Misc/NEWS |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Handle PyArena_AddPyObject() failure... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix locale.localeconv(), handle PyDict_Se... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix PyErr_NormalizeException(), handle... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix Python-ast.c: handle init_types(... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix typo in build_node_tree() of the... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Cleanup type_call() to ease debug |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: handle PySys_GetObject() failure, raise... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Py_ReprLeave() now saves/restores the... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: dict_new() now fails on new_keys_object... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Cleanup dictobject.c |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix PyDict_GetItemString(), suppress... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix list.extend(), handle list_resize... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix cjkcodecs decoders, add a new MBERR_E... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Victor Stinner | Issue #18408: Fix fileio_read() on _PyBytes_Resize... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Serhiy Storchaka | Issue #18448: Fix a typo in Tools/demo/eiffel.py. |
commit | commitdiff | tree | snapshot |
next |