summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/errors.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 63655 via svnmerge fromBenjamin Peterson2008-05-261-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63655 | benjamin.peterson | 2008-05-25 19:54:22 -0500 (Sun, 25 May 2008) | 2 lines update the tutorial to use str.format ........
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-1/+1
| | | | documentation, and unused/rarely used functions.
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-2/+1
| | | | | | but just some text embedded in the docs. Also remove paragraph about implicit relative imports from tutorial.
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-1/+1
| | | | not 'type' - whether they are builtin types or not.
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r60425 | raymond.hettinger | 2008-01-29 20:52:09 +0100 (Tue, 29 Jan 2008) | 1 line CallMethod is faster with a NULL third-argument than with an empty format string. ........ r60431 | raymond.hettinger | 2008-01-30 01:01:07 +0100 (Wed, 30 Jan 2008) | 1 line Add isdisjoint() to the Set/MutableSet ABCs. ........ r60432 | raymond.hettinger | 2008-01-30 01:08:31 +0100 (Wed, 30 Jan 2008) | 1 line MutableSets support a remove() method. ........ r60433 | raymond.hettinger | 2008-01-30 01:51:58 +0100 (Wed, 30 Jan 2008) | 1 line Demonstrate new except/as syntax. ........ r60440 | christian.heimes | 2008-01-30 12:32:37 +0100 (Wed, 30 Jan 2008) | 1 line Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines() ........
* 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
| | | | | | I had to fix a few markup issues in controlflow.rst and modules.rst. There's a unicode issue on line 448 in introduction.rst that someone else needs to fix.
* 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