COMMITS
/ Doc/library/exceptions.rst March 11, 2026
C
gh-101100: Fix sphinx reference warnings around I/O (#139592)
Cody Maloney committed
March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
December 16, 2025
C
gh-83926: BlockingIOError characters_written is byte count (#141215)
Cody Maloney committed
December 7, 2025
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
August 29, 2025
July 8, 2025
Y
gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (#136309)
Yuki Kobayashi committed
July 1, 2025
P
gh-87135: threading.Lock: Raise rather than hang on Python finalization (GH-135991)
Petr Viktorin committed
June 27, 2025
B
Docs: Fix duplicate word typos (GH-135958)
Brian Schubert committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 28, 2025
P
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread (gh-130402)
Petr Viktorin committed
March 3, 2025
February 3, 2025
P
gh-129407: Clarify that a `SystemError` isn't always CPython's fault (#129410)
Peter Bierma committed
December 4, 2024
B
gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH-123380)
Bénédikt Tran committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 5, 2024
February 29, 2024
E
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland committed
February 14, 2024
V
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner committed
February 5, 2024
H
December 15, 2023
December 14, 2023
A
gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (#113106)
Alex Waygood committed
December 13, 2023
A
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood committed
December 5, 2023
A
gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (#112737)
Alex Waygood committed
October 1, 2023
N
gh-101100: Fix sphinx warnings in `library/site.rst` (#110144)
Nikita Sobolev committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
July 6, 2023
C
Doc: Add missing ref labels to exception groups/notes sections (#106465)
C.A.M. Gerlach committed
June 28, 2023
F
gh-101100: Fix reference to asynchronous methods (#106172)
F3eQnxN3RriK committed
June 23, 2023
I
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#106035)
Irit Katriel committed
May 4, 2023
A
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner committed
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
March 22, 2023
K
gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (#102922)
Kevin Kirsche committed
February 20, 2023
I
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (#102012)
Irit Katriel committed
November 23, 2022
I
gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
Irit Katriel committed
November 18, 2022
I
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
Irit Katriel committed
August 16, 2022
C
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes committed
April 16, 2022
I
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel committed
April 5, 2022
Y
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
yyyyyyyan committed
March 29, 2022
B
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle committed
January 27, 2022
January 24, 2022
January 6, 2022
I
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel committed
December 3, 2021
October 20, 2021
Ł
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094)
Łukasz Langa committed
September 2, 2021
Ł
[doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123)
Łukasz Langa committed
August 3, 2021
A
bpo-41737: expand doc for NotADirectoryError (GH-27471)
andrei kulakov committed
June 11, 2021
J
Doc: Prettier exception hierarchy. (GH-26533)
Julien Palard committed
June 7, 2021
T
bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy committed
May 13, 2021
M
bpo-44030: Fix formatting error in exceptions docs (GH-25929)
Miguel Brito committed
April 29, 2021
S