- 5804960 Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errors by Victor Stinner · 11 years ago
- f54a574 Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called by Victor Stinner · 11 years ago
- 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
- 2a54509 Merge by Brian Curtin · 11 years ago
- 06f6fbf Fix #18530. Remove extra stat call from posixpath.ismount by Brian Curtin · 11 years ago
- 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
- fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
- 7b3902a Some compilers complain about 'control reaches end of non-void function' by Christian Heimes · 11 years ago
- 1eb0cb1 Some compilers complain about 'control reaches end of non-void function' by Christian Heimes · 11 years ago
- de0e63b Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
- 60a6067 Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], by Christian Heimes · 11 years ago
- 7fca717 merge by Christian Heimes · 11 years ago
- 37c916d merge by Christian Heimes · 11 years ago
- 826b754 Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging by Christian Heimes · 11 years ago
- 53d2dc4 Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging by Christian Heimes · 11 years ago
- 3a85732 Issue #18488: Fix _pysqlite_final_callback() by Victor Stinner · 11 years ago
- db53ad7 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 6e2711b Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. by Terry Jan Reedy · 11 years ago
- e5378e2 Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. by Christian Heimes · 11 years ago
- 43d82df Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. by Christian Heimes · 11 years ago
- c3e10c2 merge 3.3 by Benjamin Peterson · 11 years ago
- 0f9b7d3 fix spacing by Benjamin Peterson · 11 years ago
- 33113a3 merge 3.3 by Benjamin Peterson · 11 years ago
- 04b01dc let's not return NULL from functions that should return ints by Benjamin Peterson · 11 years ago
- 7194588 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 11 years ago
- 8c4c1f6 Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() by Christian Heimes · 11 years ago
- 992fe2a Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
- 96f628f Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
- d786ad5 Issue #18520: Fix initsigs(), handle PyOS_InitInterrupts() error by Victor Stinner · 11 years ago
- 41801f5 Issue #18519, #18408: Fix sqlite authorizer callback by Victor Stinner · 11 years ago
- b97cc49 Minor code simplification by eliminating an unnecessary temporary variable. by Raymond Hettinger · 11 years ago
- 02e8b53 Check return value of lseek() in _Py_DisplaySourceLine(). by Christian Heimes · 11 years ago
- 1f34729 Check return value of lseek() in _Py_DisplaySourceLine(). by Christian Heimes · 11 years ago
- 6895947 Propagate error when PyByteArray_Resize() fails in bytearray_translate() by Christian Heimes · 11 years ago
- c731bbe Propagate error when PyByteArray_Resize() fails in bytearray_translate() by Christian Heimes · 11 years ago
- 8ded80d merge by Christian Heimes · 11 years ago
- 8e09084 merge by Christian Heimes · 11 years ago
- d74f680 merge by Christian Heimes · 11 years ago
- 8282d74 Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error by Christian Heimes · 11 years ago
- 8c077bc Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error by Christian Heimes · 11 years ago
- 237e8f5 Issue #17532: merge from 3.3 by Ned Deily · 11 years ago
- 8e8b9ba Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 11 years ago
- 603bd2d Check return value of PyEval_GetGlobals() for NULL CID 486814 by Christian Heimes · 11 years ago
- a6404ad Check return value of PyEval_GetGlobals() for NULL CID 486814 by Christian Heimes · 11 years ago
- 5df8ff0 Check return value of flush_character_buffer() CID 486663 by Christian Heimes · 11 years ago
- 09994a9 Check return value of flush_character_buffer() CID 486663 by Christian Heimes · 11 years ago
- 7bc80fc Check return value of fstat() in _PyImport_GetDynLoadFunc() CID 486250 by Christian Heimes · 11 years ago
- 27c4c3e Check return value of fstat() in _PyImport_GetDynLoadFunc() CID 486250 by Christian Heimes · 11 years ago
- 2894073 test_ssl: use a bytestring here by Antoine Pitrou · 11 years ago
- 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 11 years ago
- 60d634a Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 11 years ago
- 58ceecf Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 11 years ago
- 2ef710e Add missing check of PyDict_Update()'s return value in _elementtree.c CID 719637 by Christian Heimes · 11 years ago
- 7ed4294 Add missing check of PyDict_Update()'s return value in _elementtree.c CID 719637 by Christian Heimes · 11 years ago
- 3f95bdc Add missing check of PyDict_SetItem()'s return value CID 486659 by Christian Heimes · 11 years ago
- 97cb67b Add missing check of PyDict_SetItem()'s return value CID 486659 by Christian Heimes · 11 years ago
- b578735 Check return value of PyType_Ready(&EncodingMapType) CID 486654 by Christian Heimes · 11 years ago
- 26532f7 Check return value of PyType_Ready(&EncodingMapType) CID 486654 by Christian Heimes · 11 years ago
- 74ba26a Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject() by Christian Heimes · 11 years ago
- 09ca794 Add missing check of PyDict_SetItem()'s return value in _PyImport_FindExtensionObject() by Christian Heimes · 11 years ago
- 895bdfb Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx() by Christian Heimes · 11 years ago
- 0bd447f Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx() by Christian Heimes · 11 years ago
- de4d183 Issue #18327: Fix argument order in call to compatible_for_assignment(oldto, newto, attr). by Christian Heimes · 11 years ago
- abfc4d8 Fix fishy sizeof(Py_ssize_t *). by Christian Heimes · 11 years ago
- e91ad50 Use strncat() instead of strcat() to silence some warnings. by Christian Heimes · 11 years ago
- 5ea0f80 Make the GCC-4.8 compiler happy by moving declarations to the top of the function. by Raymond Hettinger · 11 years ago
- 520ad57 Change _names to _names_ since the latter is reserved for Enum use. by Ethan Furman · 11 years ago
- 2aa2732 Close #18508 -- fix _value2member_map to always have the member's value by Ethan Furman · 11 years ago
- e410f26 Merge. by Richard Oudkerk · 11 years ago
- 14f5ee0 Prevent dangling threads/process warning for test_multiprocessing. by Richard Oudkerk · 11 years ago
- 2c40f64 Issue #18408: Fix list_ass_slice(), handle list_resize() failure by Victor Stinner · 11 years ago
- 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 11 years ago
- ced1226 (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 11 years ago
- 138d080 #18480: Add missing PyType_Ready call to _elementtree extension by Ronald Oussoren · 11 years ago
- f24bb35 closes issue18042 -- a `unique` decorator is added to enum.py by Ethan Furman · 11 years ago
- d85032e (Merge 3.3) Fix posix_chflags(): return_value was uninitialized when by Victor Stinner · 11 years ago
- 45e9039 Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False by Victor Stinner · 11 years ago
- 9e09c26 Issue #18501, #18408: Fix expat handlers in pyexpat, don't call Python by Victor Stinner · 11 years ago
- 3fd8cbd Issue #18408: Fix _elementtree.c, don't call Python function from an expat by Victor Stinner · 11 years ago
- ca713c0 Fix a compiler warning on FreeBSD by Victor Stinner · 11 years ago
- 569f364 Issue #18408: Fix PyInit__curses_panel(), handle import_curses() failure by Victor Stinner · 11 years ago
- 8e47832 Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an by Victor Stinner · 11 years ago
- 4abda5d Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call by Victor Stinner · 11 years ago
- ace47d7 Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail by Victor Stinner · 11 years ago
- e9af4cf Issue #18488: _pysqlite_final_callback() should not clear the exception set by by Victor Stinner · 11 years ago
- f97dfd7 Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set by Victor Stinner · 11 years ago
- 4755bea Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure by Victor Stinner · 11 years ago
- 0b142e2 Issue #18408: Fix array_index(), handle getarrayitem() failure by Victor Stinner · 11 years ago
- 08a80b1 longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on by Victor Stinner · 11 years ago
- 8aed6f1 Issue #18408: Rewrite NEGATE() macro in longobject.c to handle PyLong_FromLong() failure by Victor Stinner · 11 years ago
- 5967bf4 Issue #18408: Fix PyType_Ready(), handle _PyDict_SetItemId() failure by Victor Stinner · 11 years ago
- e901d1f Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure by Victor Stinner · 11 years ago
- 095d99f Issue #18408: Fix listpop(), handle list_ass_slice() failure by Victor Stinner · 11 years ago
- 479054b Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
- 8e54b1c Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat() failure by Victor Stinner · 11 years ago
- 0fae8f9 Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set value to NULL by Victor Stinner · 11 years ago
- 764a46d Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure by Victor Stinner · 11 years ago
- 2ff51b8 Issue #18408: Fix time.tzset(), detect exception when calling PyInit_timezone() by Victor Stinner · 11 years ago
- 9a146ee Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
- e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago