summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libexcs.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-440/+0
|
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-051-16/+6
|
* No more raising of string exceptions!Brett Cannon2007-01-301-16/+0
| | | | | | | The next step of PEP 352 (for 2.6) causes raising a string exception to trigger a TypeError. Trying to catch a string exception raises a DeprecationWarning. References to string exceptions has been removed from the docs since they are now just an error.
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-0/+5
| | | | | | | | | | Replace UnicodeDecodeErrors raised during == and != compares of Unicode and other objects with a new UnicodeWarning. All other comparisons continue to raise exceptions. Exceptions other than UnicodeDecodeErrors are also left untouched.
* Document ImportWarningGeorge Yoshida2006-05-161-0/+5
|
* Mention that Exception is now a subclass of BaseException.George Yoshida2006-05-161-1/+1
| | | | | Remove a sentence that says that BaseException inherits from BaseException. (I guess this is just a copy & paste mistake.)
* Change WindowsError to carry the Win32 error code in winerror,Martin v. Löwis2006-05-111-1/+5
| | | | | and the DOS error code in errno. Revert changes where WindowsError catch blocks unnecessarily special-case OSError.
* Fix latex typos as spotted by George Yoshida.Brett Cannon2006-03-021-1/+3
|
* Document PEP 352 changes. Also added GeneratorExit.Brett Cannon2006-03-011-65/+49
|
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
|
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-251-1/+1
| | | | | | | happen in 2.3, but nobody noticed it still was getting generated (the warning was disabled by default). OverflowWarning and PyExc_OverflowWarning should be removed for 2.5, and left notes all over saying so.
* Clarified that TypeErrors can be raised by anyRaymond Hettinger2003-08-041-1/+1
| | | | | | function (not just builtins). The issue arose in a thread on comp.lang.python.
* SF bug #719367, string exceptions are deprecatedNeal Norwitz2003-05-291-4/+9
| | | | Remove references to string based exceptions in the doc.
* Fix typoAndrew M. Kuchling2003-05-131-1/+1
|
* Fix unbalanced parethesis.Raymond Hettinger2003-05-101-1/+1
|
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-0/+21
|
* Note change in behavior from 1.5.2. The new argument to NameError isRaymond Hettinger2002-08-271-2/+2
| | | | | | an error message and not just the missing name. Closes SF Bug 599869.
* More updates describing FutureWarnings.Barry Warsaw2002-08-141-1/+7
|
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-291-0/+5
| | | | | that are in the process of deprecation (PendingDeprecationWarning). Docs could be improved.
* Minor wording change.Fred Drake2002-03-281-1/+1
|
* add exception class hierarchy. This should probably be done differently,Skip Montanaro2002-03-281-0/+44
| | | | but at least the content is there.
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-2/+2
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Update the documentation to reflect the changes to ReferenceError.Fred Drake2001-10-061-0/+11
|
* Added reference to Tutorial section on user-defined exceptions forFred Drake2001-09-211-9/+15
| | | | | information on defining new exceptions. This closes SF bug #443559.
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
|
* Add StopIteration to the list of exceptions *not* derived from StandardError.Fred Drake2001-07-231-3/+4
| | | | | Slightly re-word discussion of SystemExit and fork(). This is part of SF patch #443788.
* Follow the recommended practices for keystroke representation; thisFred Drake2001-07-121-1/+1
| | | | improves internal consistency in the documentation.
* The general iteration support is part of 2.2, not 2.1 -- fixed the versionFred Drake2001-05-031-0/+1
| | | | | | annotations! Also fixed a typo noted by Neil S.
* Add documentation for the StopIteration exception.Fred Drake2001-05-031-0/+8
|
* Document warning categories.Guido van Rossum2000-12-191-0/+26
|
* 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
|