summaryrefslogtreecommitdiffstats
path: root/Doc/library/exceptions.rst
Commit message (Collapse)AuthorAgeFilesLines
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵Georg Brandl2009-07-261-4/+4
| | | | objects.
* #6384: Add a heading for the exception hierarchy.Georg Brandl2009-06-301-1/+4
|
* sys.setdefaultencoding() strikes me as a bad exampleBenjamin Peterson2009-05-101-3/+3
|
* #5486: typos.Georg Brandl2009-03-131-1/+1
|
* #5268: mention VMSError.Georg Brandl2009-02-181-0/+5
|
* #2147: PEP 237 changes to overflow behavior.Georg Brandl2008-05-111-5/+4
|
* Fix editing glitch.Georg Brandl2008-01-121-5/+2
|
* Move OSError docs to exceptions doc, remove obsolete descriptionsGeorg Brandl2008-01-121-3/+16
| | | | from os docs, rework posix docs.
* Some cleanup in the docs.Georg Brandl2007-12-291-25/+6
|
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-1/+3
| | | | | Change GeneratorExit's base class from Exception to BaseException (This time I'm applying the patch to the correct sandbox.)
* Add :term:s for iterator.Georg Brandl2007-10-211-3/+4
|
* Add :term: for generators.Georg Brandl2007-10-211-3/+3
|
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | alone class. This addresses the primary concern in http://bugs.python.org/issue1706815 python-dev discussion here: http://mail.python.org/pipermail/python-dev/2007-July/073749.html I chose IOError rather than EnvironmentError as the base class since socket objects are often used as transparent duck typed file objects in code already prepared to deal with IOError exceptions. also a minor fix: urllib2 - fix a couple places where IOError was raised rather than URLError. for better or worse, URLError already inherits from IOError so this won't break any existing code. test_urllib2net - replace bad ftp urls.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+482