summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/errors.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tutorial update for 3.0 by Paul Dubois.Guido van Rossum2007-08-311-29/+28
* No need to define raw_input(), input() does the same.Georg Brandl2007-08-171-7/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+418