COMMITS
/ Python/errors.c April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
February 28, 2016
M
Issue #22836: Keep exception reports sensible despite errors
Martin Panter committed
January 20, 2016
V
Add _PyThreadState_UncheckedGet()
Victor Stinner committed
December 27, 2015
S
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
April 2, 2015
S
Issue #22977: Fixed formatting Windows error messages on Wine.
Serhiy Storchaka committed
S
Issue #22977: Fixed formatting Windows error messages on Wine.
Serhiy Storchaka committed
March 24, 2015
V
Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the
Victor Stinner committed
March 18, 2015
V
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner committed
October 8, 2014
S
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka committed
S
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka committed
September 30, 2014
February 10, 2014
L
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings committed
L
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add _PyUnicode_CompareWithId() function
Victor Stinner committed
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
October 12, 2013
A
Don't export internal symbols ("make smelly")
Antoine Pitrou committed
September 2, 2013
R
Factor-out the common code for setting a KeyError.
Raymond Hettinger committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
V
Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors
Victor Stinner committed
July 22, 2013
V
Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called
Victor Stinner committed
July 17, 2013
V
Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail
Victor Stinner committed
V
Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() failure
Victor Stinner committed
July 11, 2013
V
Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now
Victor Stinner committed
July 4, 2013
B
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon committed
June 13, 2013
B
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
November 3, 2012
A
Issue #7317: Display full tracebacks when an error occurs asynchronously.
Andrew Svetlov committed
April 19, 2012
M
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Martin v. Löwis committed
April 18, 2012
A
Fix it for good :-)
Antoine Pitrou committed
B
fix refcnt/style/debuging oversights
Benjamin Peterson committed
B
Fix email post-commit review comments.
Brian Curtin committed
April 17, 2012
B
Fix #14600. Correct reference handling and naming of ImportError convenience function
Brian Curtin committed
April 13, 2012
B
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon committed
December 17, 2011
V
Issue #13560: Locale codec functions use the classic "errors" parameter,
Victor Stinner committed
V
Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8
Victor Stinner committed
December 12, 2011
F
Issue #13575: there is only one class type.
Florent Xicluna committed
October 17, 2011
V
Instantiate the OS-related exception as soon as we raise it, so that "except"
Victor Stinner committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 12, 2011
A
Instantiate the OS-related exception as soon as we raise it, so that
Antoine Pitrou committed
A
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
December 28, 2010
V
Issue #10780: PyErr_SetFromWindowsErrWithFilename() and
Victor Stinner committed
October 28, 2010
A
Issue #5437: A preallocated MemoryError instance should not hold traceback
Antoine Pitrou committed
October 24, 2010
G