COMMITS
/ Python/errors.c November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
August 26, 2018
A
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
Alexey Izbyshev committed
June 15, 2018
S
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka committed
November 5, 2017
S
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#2035)
Serhiy Storchaka committed
October 26, 2017
X
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye committed
October 22, 2017
M
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon committed
September 13, 2017
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
July 31, 2017
S
December 19, 2016
M
Issue #25677: Merge SyntaxError caret positioning from 3.6
Martin Panter committed
M
Issue #25677: Merge SyntaxError caret positioning from 3.5
Martin Panter committed
December 11, 2016
S
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka committed
S
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka committed
S
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka committed
M
Issue #25677: Correct syntax error caret for indented blocks.
Martin Panter committed
December 5, 2016
V
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka committed
S
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka committed
S
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka committed
November 11, 2016
V
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner committed
V
Use PyThreadState_GET() in performance critical code
Victor Stinner committed
October 21, 2016
S
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka committed
S
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
Serhiy Storchaka committed
S
Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions().
Serhiy Storchaka committed
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
August 22, 2016
V
Issue #27809: PyErr_SetImportError() uses fast call
Victor Stinner committed
V
Add _PyErr_CreateException()
Victor Stinner committed
May 1, 2016
B
Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
Berker Peksag committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
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