COMMITS
/ Python/errors.c September 5, 2021
September 3, 2021
I
bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)
Irit Katriel committed
August 10, 2021
August 3, 2021
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
May 13, 2021
I
bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)
Inada Naoki committed
April 23, 2021
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed
April 2, 2021
V
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner committed
December 8, 2020
V
bpo-32381: Rewrite PyErr_ProgramText() (GH-23700)
Victor Stinner committed
H
bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691)
Hai Shi committed
December 2, 2020
M
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon committed
October 26, 2020
S
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka committed
October 10, 2020
S
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka committed
June 16, 2020
L
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
Lysandros Nikolaou committed
June 13, 2020
H
Remove redundant var in PyErr_NewException() (GH-20850)
Hai Shi committed
June 1, 2020
V
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner committed
May 22, 2020
C
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek committed
May 18, 2020
C
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek committed
May 5, 2020
V
bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)
Victor Stinner committed
April 29, 2020
V
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 27, 2020
V
bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183)
Victor Stinner committed
March 6, 2020
A
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 14, 2020
A
closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
Andy Lester committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
January 30, 2020
H
January 15, 2020
V
bpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010)
Victor Stinner committed
January 13, 2020
J
bpo-39164: Add private _PyErr_GetExcInfo() function (GH-17752)
Julien Danjou committed
November 28, 2019
November 7, 2019
V
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner committed
November 5, 2019
V
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Victor Stinner committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 13, 2019
V
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner committed
May 28, 2019
V
bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
V
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner committed
May 24, 2019
V
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner committed
V
bpo-36710: Add tstate parameter in errors.c (GH-13540)
Victor Stinner committed
May 22, 2019
V
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner committed
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
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