summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/errors.rst
Commit message (Expand)AuthorAgeFilesLines
* [doc] Fix error in tutorial example: type(exc) is the type rather than the in...Jens-Hilmar Bradt2023-03-221-1/+1
* [doc] fix typo (GH-99143)Doj2022-11-051-1/+1
* gh-97654: Add auto exception chaining example to tutorial (#97703)Shahriar Heidrich2022-10-051-5/+23
* gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)Irit Katriel2022-04-201-0/+64
* gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)Irit Katriel2022-04-131-46/+54
* bpo-46328: Add sys.exception() (GH-30514)Irit Katriel2022-01-131-1/+1
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-061-0/+89
* bpo-34538: Remove Exception subclassing from tutorial (GH-30361)Hugo van Kemenade2022-01-031-35/+1
* bpo-44966: Fix out-of-date traceback message (GH-27867)Raymond Hettinger2021-08-211-1/+1
* bpo-41576: document BaseException in favor of bare except (GH-21917)Thomas Grainger2021-08-061-8/+9
* bpo-43927: Change 'IOError' to 'OSError' (GH-26289)Terry Jan Reedy2021-05-211-1/+1
* bpo-32822: Add finally with return/break/continue to the tutorial (#25600)Roberto Hueso2021-05-041-0/+4
* bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)sblondon2021-04-291-1/+1
* Doc: errors tutorial improvements (GH-16269)Adorilson Bezerra2021-01-311-21/+21
* bpo-42179: Clarify exception chaining (GH-23160)Vladimir2020-12-161-4/+4
* bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)Inada Naoki2020-11-061-9/+10
* Change 'exception happened' to 'exception occurred' in two places (#19767)Noah Doersing2020-05-011-1/+1
* bpo-39534: Doc: Clarify return in finally (GH-18324)Julien Palard2020-02-061-9/+27
* bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016)Mohammad Dehghan2019-09-261-1/+1
* Doc: Corrected syntax for return annotation (GH-16265)Jason Plurad2019-09-191-1/+1
* Improve clarity of try-return-finally-return (GH-15677)toonarmycaptain2019-09-111-9/+22
* bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243)Abhilash Raj2019-08-141-0/+47
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-10/+10
* Fix a typo about a comma. (GH-10306)İsmail Arılık2018-11-031-1/+1
* Closes #28713 uses OSError in the tutorialKushal Das2016-11-161-1/+1
* Issue #21864: Remove outdated section about exceptions from the tutorialBerker Peksag2016-11-061-1/+31
* Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-8/+8
* Issue #28306: Update exception message of ZeroDivisionErrorBerker Peksag2016-09-281-1/+1
* Issue 27719: Remove a doc example that is not applicable in Python 3Raymond Hettinger2016-08-121-23/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-8/+8
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Get rid of deprecated IOError in the docAndrew Svetlov2014-03-311-2/+2
* Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@)Georg Brandl2013-10-061-1/+1
* Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-081-2/+2
* Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-161-3/+4
* #4144: fix output of console sessions.Georg Brandl2009-05-171-2/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-9/+9
* Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge...Benjamin Peterson2008-09-171-1/+1
* #3525: 3.0 exception changes in tutorial.Georg Brandl2008-08-081-19/+15
* Merged revisions 63655 via svnmerge fromBenjamin Peterson2008-05-261-1/+1
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-1/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-2/+1
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-1/+1
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-301-2/+2
* Revert r58075 (incorrect docs patch).Collin Winter2007-09-271-2/+2
* Fix more raise statments in the docs.Collin Winter2007-09-101-1/+1
* More two-argument raise cleanup in the tutorial.Collin Winter2007-09-101-4/+3
* Fix docs that imply that tuples in except clauses must be parenthesized.Collin Winter2007-09-101-2/+2
* Fix more two-arg raise statements.Collin Winter2007-09-101-2/+2
* Convert all print statements in the docs.Georg Brandl2007-09-041-4/+4