COMMITS
/ Doc/tutorial/errors.rst 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
September 17, 2008
B
Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from
Benjamin Peterson committed
August 8, 2008
G
#3525: 3.0 exception changes in tutorial.
Georg Brandl committed
May 26, 2008
B
Merged revisions 63655 via svnmerge from
Benjamin Peterson committed
May 13, 2008
N
Convert a lot of print statements to print functions in docstrings,
Neal Norwitz committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
April 7, 2008
M
Bug #2565: The repr() of type objects now calls them 'class',
Martin v. Löwis committed
January 30, 2008
C
Merged revisions 60408-60440 via svnmerge from
Christian Heimes committed
September 27, 2007
C
Revert r58075 (incorrect docs patch).
Collin Winter committed
September 10, 2007
C
Fix more raise statments in the docs.
Collin Winter committed
C
More two-argument raise cleanup in the tutorial.
Collin Winter committed
C
Fix docs that imply that tuples in except clauses must be parenthesized.
Collin Winter committed
C
Fix more two-arg raise statements.
Collin Winter committed
September 4, 2007
G
Convert all print statements in the docs.
Georg Brandl committed
August 31, 2007
G
Tutorial update for 3.0 by Paul Dubois.
Guido van Rossum committed
August 17, 2007
G
No need to define raw_input(), input() does the same.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed