COMMITS
/ Doc/tutorial/errors.rst March 18, 2026
B
docs: fix f-string in ExceptionGroup example (#146108)
Bartosz Grabowski committed
March 13, 2026
M
Docs: except with multiple exceptions parentheses not required (#145848)
Maurizio Sambati committed
March 17, 2025
I
gh-130080: implement PEP 765 (#130087)
Irit Katriel committed
P
gh-116666: Add "token" glossary term (GH-130888)
Petr Viktorin committed
November 25, 2024
F
gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)
funkyrailroad committed
October 26, 2024
B
Fix a typo in ``Doc/tutorial/errors.rst`` exception output (#126001)
Bogdana Vereha committed
September 13, 2024
R
Update to 3.13 the output of exceptions raised (#123888)
Rafael Fontenelle committed
April 9, 2024
N
gh-117597: Clarify exception handling in the tutorial (#117681)
Nice Zombies committed
March 11, 2024
T
gh-116563: Update tutorial error example (#116569)
Terry Jan Reedy committed
November 19, 2023
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
July 22, 2023
J
Reformat code block to make it easier to read (#106965)
Joe Kaufeld committed
July 6, 2023
C
Doc: Add missing ref labels to exception groups/notes sections (#106465)
C.A.M. Gerlach committed
March 22, 2023
J
[doc] Fix error in tutorial example: type(exc) is the type rather than the instance (#102751)
Jens-Hilmar Bradt committed
November 5, 2022
D
[doc] fix typo (GH-99143)
Doj committed
October 5, 2022
S
gh-97654: Add auto exception chaining example to tutorial (#97703)
Shahriar Heidrich committed
April 20, 2022
I
gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)
Irit Katriel committed
April 13, 2022
I
gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)
Irit Katriel committed
January 13, 2022
I
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel committed
January 6, 2022
I
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel committed
January 3, 2022
H
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Hugo van Kemenade committed
August 21, 2021
R
bpo-44966: Fix out-of-date traceback message (GH-27867)
Raymond Hettinger committed
August 6, 2021
T
bpo-41576: document BaseException in favor of bare except (GH-21917)
Thomas Grainger committed
May 21, 2021
T
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Terry Jan Reedy committed
May 4, 2021
R
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)
Roberto Hueso committed
April 29, 2021
S
January 31, 2021
A
Doc: errors tutorial improvements (GH-16269)
Adorilson Bezerra committed
December 16, 2020
V
bpo-42179: Clarify exception chaining (GH-23160)
Vladimir committed
November 6, 2020
I
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
Inada Naoki committed
May 1, 2020
N
Change 'exception happened' to 'exception occurred' in two places (#19767)
Noah Doersing committed
February 6, 2020
J
bpo-39534: Doc: Clarify return in finally (GH-18324)
Julien Palard committed
September 26, 2019
M
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)
Mohammad Dehghan committed
September 19, 2019
J
Doc: Corrected syntax for return annotation (GH-16265)
Jason Plurad committed
September 11, 2019
T
Improve clarity of try-return-finally-return (GH-15677)
toonarmycaptain committed
August 14, 2019
A
bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)
Abhilash Raj committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 3, 2018
İ
Fix a typo about a comma. (GH-10306)
İsmail Arılık committed
November 16, 2016
K
Closes #28713 uses OSError in the tutorial
Kushal Das committed
November 6, 2016
B
Issue #21864: Remove outdated section about exceptions from the tutorial
Berker Peksag committed
September 30, 2016
T
Issue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy committed
September 28, 2016
B
Issue #28306: Update exception message of ZeroDivisionError
Berker Peksag committed
August 12, 2016
R
Issue 27719: Remove a doc example that is not applicable in Python 3
Raymond Hettinger committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
March 31, 2014
A
Get rid of deprecated IOError in the doc
Andrew Svetlov committed
October 6, 2013
G
Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@)
Georg Brandl committed
December 8, 2012
A
Drop double newlines printed in some file iteration examples.
Andrew Svetlov committed
September 16, 2009
G
Merged revisions 74817-74820,74822-74824 via svnmerge from
Georg Brandl committed
May 17, 2009
G
#4144: fix output of console sessions.
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed