index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
tutorial
/
errors.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[doc] Fix error in tutorial example: type(exc) is the type rather than the in...
Jens-Hilmar Bradt
2023-03-22
1
-1/+1
*
[doc] fix typo (GH-99143)
Doj
2022-11-05
1
-1/+1
*
gh-97654: Add auto exception chaining example to tutorial (#97703)
Shahriar Heidrich
2022-10-05
1
-5/+23
*
gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)
Irit Katriel
2022-04-20
1
-0/+64
*
gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)
Irit Katriel
2022-04-13
1
-46/+54
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
1
-1/+1
*
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel
2022-01-06
1
-0/+89
*
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Hugo van Kemenade
2022-01-03
1
-35/+1
*
bpo-44966: Fix out-of-date traceback message (GH-27867)
Raymond Hettinger
2021-08-21
1
-1/+1
*
bpo-41576: document BaseException in favor of bare except (GH-21917)
Thomas Grainger
2021-08-06
1
-8/+9
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Terry Jan Reedy
2021-05-21
1
-1/+1
*
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)
Roberto Hueso
2021-05-04
1
-0/+4
*
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
sblondon
2021-04-29
1
-1/+1
*
Doc: errors tutorial improvements (GH-16269)
Adorilson Bezerra
2021-01-31
1
-21/+21
*
bpo-42179: Clarify exception chaining (GH-23160)
Vladimir
2020-12-16
1
-4/+4
*
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
Inada Naoki
2020-11-06
1
-9/+10
*
Change 'exception happened' to 'exception occurred' in two places (#19767)
Noah Doersing
2020-05-01
1
-1/+1
*
bpo-39534: Doc: Clarify return in finally (GH-18324)
Julien Palard
2020-02-06
1
-9/+27
*
bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)
Mohammad Dehghan
2019-09-26
1
-1/+1
*
Doc: Corrected syntax for return annotation (GH-16265)
Jason Plurad
2019-09-19
1
-1/+1
*
Improve clarity of try-return-finally-return (GH-15677)
toonarmycaptain
2019-09-11
1
-9/+22
*
bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)
Abhilash Raj
2019-08-14
1
-0/+47
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-10/+10
*
Fix a typo about a comma. (GH-10306)
İsmail Arılık
2018-11-03
1
-1/+1
*
Closes #28713 uses OSError in the tutorial
Kushal Das
2016-11-16
1
-1/+1
*
Issue #21864: Remove outdated section about exceptions from the tutorial
Berker Peksag
2016-11-06
1
-1/+31
*
Issue #28815: Change '?' to '<module>' in some doc examples.
Terry Jan Reedy
2016-09-30
1
-8/+8
*
Issue #28306: Update exception message of ZeroDivisionError
Berker Peksag
2016-09-28
1
-1/+1
*
Issue 27719: Remove a doc example that is not applicable in Python 3
Raymond Hettinger
2016-08-12
1
-23/+1
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-8/+8
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Get rid of deprecated IOError in the doc
Andrew Svetlov
2014-03-31
1
-2/+2
*
Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@)
Georg Brandl
2013-10-06
1
-1/+1
*
Drop double newlines printed in some file iteration examples.
Andrew Svetlov
2012-12-08
1
-2/+2
*
Merged revisions 74817-74820,74822-74824 via svnmerge from
Georg Brandl
2009-09-16
1
-3/+4
*
#4144: fix output of console sessions.
Georg Brandl
2009-05-17
1
-2/+2
*
Remove trailing whitespace.
Georg Brandl
2009-01-03
1
-9/+9
*
Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge...
Benjamin Peterson
2008-09-17
1
-1/+1
*
#3525: 3.0 exception changes in tutorial.
Georg Brandl
2008-08-08
1
-19/+15
*
Merged revisions 63655 via svnmerge from
Benjamin Peterson
2008-05-26
1
-1/+1
*
Convert a lot of print statements to print functions in docstrings,
Neal Norwitz
2008-05-13
1
-1/+1
*
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl
2008-05-12
1
-2/+1
*
Bug #2565: The repr() of type objects now calls them 'class',
Martin v. Löwis
2008-04-07
1
-1/+1
*
Merged revisions 60408-60440 via svnmerge from
Christian Heimes
2008-01-30
1
-2/+2
*
Revert r58075 (incorrect docs patch).
Collin Winter
2007-09-27
1
-2/+2
*
Fix more raise statments in the docs.
Collin Winter
2007-09-10
1
-1/+1
*
More two-argument raise cleanup in the tutorial.
Collin Winter
2007-09-10
1
-4/+3
*
Fix docs that imply that tuples in except clauses must be parenthesized.
Collin Winter
2007-09-10
1
-2/+2
*
Fix more two-arg raise statements.
Collin Winter
2007-09-10
1
-2/+2
*
Convert all print statements in the docs.
Georg Brandl
2007-09-04
1
-4/+4
[next]