summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libexcs.tex
Commit message (Collapse)AuthorAgeFilesLines
* Since LookupError can be raised by sys.setdefaultencoding(), we should notFred Drake2000-10-251-1/+2
| | | | | document it as only being a base class, not matter how unlikely this is to affect normal users.
* Minor clarifications in the introductory paragraph.Fred Drake2000-09-091-6/+7
|
* Remove comment about -X and string exceptions. Error noted byFred Drake2000-09-071-2/+1
| | | | Justin D. Pettit <jpettit@raznick.com>.
* Revise the comments about the exceptions module to not refer to sourceFred Drake2000-08-171-4/+4
| | | | | code; it is not sufficiently readable now that it in written in C, and is less likely to be available to end users.
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-301-3/+3
|
* Added documentation for WindowsError; omission noted by Michal BozonFred Drake2000-04-171-0/+10
| | | | | | <bozon@natur.cuni.cz>. (Mark Hammond, other Python/Windows cognoscenti: please check this!)
* Make use of \longprogramopt where appropriate.Fred Drake2000-04-111-1/+1
|
* Revised / removed comments about string exceptions (relating to theFred Drake2000-04-061-12/+17
| | | | standard exceptions), added documentation of UnboundLocalError.
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-04-061-0/+5
| | | | Added UnicodeError description.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-30/+17
| | | | (Very rough.)
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-101-12/+14
|
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-2/+2
|
* Document the correct class hierarchy for SystemExit. It is not anBarry Warsaw1999-02-241-4/+8
| | | | error and so it derives from Exception and not SystemError.
* Move \versionadded macros to end of descriptions.Fred Drake1999-02-021-4/+3
|
* OSError description: "as the by the" --> "as the"Fred Drake1999-02-011-3/+3
|
* Added missing "from" in IOError description.Fred Drake1999-01-051-1/+1
|
* Moved NotImplementedError into alphabetical order, and rewordBarry Warsaw1998-12-011-9/+7
| | | | description.
* Added documentation for NotImplementedError. Fred (I'm sure) willBarry Warsaw1998-12-011-0/+9
| | | | sanitize for your protection :-)
* Fix remaining {\rm ...} construct.Fred Drake1998-11-251-1/+1
|
* Mark the new & changed items.Fred Drake1998-07-271-10/+16
|
* Fix up Barry's markup, which didn't pass the latex test. ;-)Fred Drake1998-07-231-8/+7
|
* Added descriptions of EnvironmentError and OSError; updated IOError toBarry Warsaw1998-07-231-18/+51
| | | | reflect its new place in the exception hierarchy; fixed typos, etc.
* Logical markup.Fred Drake1998-07-231-42/+42
|
* Use the new module synopsis syntax, even though we don't need a synopsis tableFred Drake1998-07-231-2/+3
| | | | for this chapter. This protects against backend changes for \declaremodule.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-0/+1
|
* Use of \key and \kbd were isolated to one instance each in this file;Fred Drake1998-04-281-5/+5
| | | | normalize to \kbd to allow removal of \key from the document class.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-2/+2
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Added index entry and \label{} for exceptions module. This isn't in theFred Drake1998-01-201-0/+2
| | | | | normal modules portion of the manual, but that's the basic effect of this section with the 1.5 change in exception support.
* Correct small nits reported by Rob Hooft.Guido van Rossum1997-12-301-2/+2
|
* The \indexsubitem definition for the actual exceptions did not actuallyFred Drake1997-12-161-2/+2
| | | | change the \indexsubitem value; fixed.
* The sequence behavior is now on the Exception root class rather thanGuido van Rossum1997-10-071-3/+4
| | | | on the StandardError class.
* Documented new exceptions and exception classes.Guido van Rossum1997-10-051-20/+117
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-1/+1
| | | | unified style; etc.
* Restructured library documentationGuido van Rossum1994-01-021-0/+172