COMMITS
/ Objects/exceptions.c 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
April 16, 2021
P
bpo-38530: Properly extend UnboundLocalError from NameError (GH-25444)
Pablo Galindo committed
April 14, 2021
P
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo committed
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
February 17, 2021
E
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
Erlend Egeberg Aasland committed
November 21, 2020
S
bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446)
Serhiy Storchaka committed
September 23, 2020
V
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)
Victor Stinner committed
September 1, 2020
P
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
Pablo Galindo committed
June 23, 2020
V
bpo-40521: Make MemoryError free list per interpreter (GH-21086)
Victor Stinner committed
May 5, 2020
V
bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner committed
April 2, 2019
M
fix confusing argument name in unicodeobject.c (GH-12653)
Max Bernstein committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
January 22, 2019
V
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner committed
V
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner committed
December 17, 2018
S
bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed