COMMITS
/ Objects/exceptions.c July 19, 2024
S
[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)
Serhiy Storchaka committed
November 28, 2023
M
[3.12] gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911) (gh-111238)
Miss Islington (bot) committed
June 24, 2023
S
[3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106041)
Serhiy Storchaka committed
May 30, 2023
May 13, 2023
C
gh-104454: Fix refleak in AttributeError_reduce (#104455)
Charles Machalow committed
May 12, 2023
C
gh-103333: Pickle the keyword attributes of AttributeError (#103352)
Charles Machalow committed
May 2, 2023
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
I
gh-103590: do not wrap a single exception raised from a try-except* (#103665)
Irit Katriel committed
March 21, 2023
I
gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
Irit Katriel committed
March 16, 2023
I
gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675)
Irit Katriel committed
March 8, 2023
I
March 7, 2023
E
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 18, 2022
I
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
Irit Katriel committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner committed
November 8, 2022
I
gh-99181: fix except* on unhashable exceptions (GH-99192)
Irit Katriel committed
October 25, 2022
P
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado committed
October 2, 2022
August 16, 2022
C
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes committed
July 28, 2022
I
gh-95369: add missing decref in error case of exception group's split (GH-95370)
Irit Katriel committed
July 27, 2022
P
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (#95325)
Pablo Galindo Salgado committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
July 19, 2022
E
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
Eric Snow committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 4, 2022
V
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner committed
April 16, 2022
I
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel committed
March 30, 2022
D
bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179)
Dong-hee Na committed
February 26, 2022
V
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner committed
February 22, 2022
I
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294)
Irit Katriel committed
February 8, 2022
January 27, 2022
V
bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)
Victor Stinner committed
January 24, 2022
I
bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new__ (GH-30854)
Irit Katriel committed
January 22, 2022
V
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner committed
V
bpo-46417: Py_Finalize() clears static exceptioins (GH-30805)
Victor Stinner committed
V
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
Victor Stinner committed
January 2, 2022
December 21, 2021
I
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the parts (GH-30159)
Irit Katriel committed
December 14, 2021
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed
December 9, 2021
December 7, 2021
December 3, 2021
October 22, 2021
I
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
Irit Katriel committed
October 6, 2021
C
Fix typos in the Objects directory (GH-28766)
Christian Clauss committed
September 7, 2021
V
bpo-44348: BaseException deallocator uses trashcan (GH-28190)
Victor Stinner committed
August 9, 2021
S
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka committed
July 27, 2021
P
bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)
Pablo Galindo Salgado committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed
April 23, 2021
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed