COMMITS
/ Python/errors.c May 2, 2023
May 1, 2023
E
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
April 11, 2023
I
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (#103402)
Irit Katriel committed
March 18, 2023
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102769)
Irit Katriel committed
March 16, 2023
I
gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675)
Irit Katriel committed
March 7, 2023
I
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
October 25, 2022
P
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
April 17, 2022
D
Fix refleaks in PyErr_SetHandledException (GH-91627)
Dennis Sweeney committed
April 15, 2022
I
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel committed
February 25, 2022
O
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
Oleg Iarygin committed
February 8, 2022
January 21, 2022
V
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
December 17, 2021
I
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel committed
December 9, 2021
December 8, 2021
I
bpo-45711: Remove unnecessary normalization of exc_info (GH-29922)
Irit Katriel committed
November 30, 2021
November 25, 2021
November 20, 2021
P
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
Pablo Galindo Salgado committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
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