COMMITS
/ Lib/test/exception_hierarchy.txt February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
June 27, 2024
P
gh-119521: Remove _IncompleteInputError from the docs (GH-120993)
Petr Viktorin committed
June 24, 2024
P
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Pablo Galindo Salgado committed
February 14, 2024
V
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner committed
January 30, 2024
P
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Pablo Galindo Salgado committed
January 22, 2022
V
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner committed
October 22, 2021
I
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
Irit Katriel committed
June 11, 2021
J
Doc: Prettier exception hierarchy. (GH-26533)
Julien Palard committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
April 19, 2017
C
Fix minor typos (GH-1173)
cocoatomo committed
September 7, 2016
E
Issue #15767: Add ModuleNotFoundError.
Eric Snow committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
July 4, 2013
B
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon committed
June 12, 2013
B
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon committed
October 12, 2011
A
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou committed
October 24, 2010
G
December 3, 2007
C
Merged revisions 59275-59303 via svnmerge from
Christian Heimes committed
C
Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox
Christian Heimes committed
C
Patch #1537 from Chad Austin
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
August 19, 2007
N
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
March 1, 2006
B
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon committed