summaryrefslogtreecommitdiffstats
path: root/Lib/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Marc-Andre Lemburg: Add UnicodeError, derived from ValueError.Guido van Rossum2000-03-101-0/+7
* Added WindowsError, for Mark Hammond's extensions.Guido van Rossum2000-02-171-0/+6
* A nit to make Fred proud.Barry Warsaw1999-08-191-0/+1
* Patch by Tim Peters:Guido van Rossum1999-06-221-1/+7
* Document the correct class hierarchy for SystemExit. It is not anBarry Warsaw1999-02-241-5/+6
* Added doc strings to the exception classes.Guido van Rossum1999-01-151-3/+29
* Added NotImplementedError, subclassed from RuntimeErrorBarry Warsaw1998-12-011-2/+10
* Updated the docstring and class hierarchy diagramBarry Warsaw1998-09-251-12/+20
* Use repr() on the filename in EnvironmentError.__str__(). ThisGuido van Rossum1998-08-111-2/+2
* fix __str__ method of EnvironmentError (base class of IOError): wasJeremy Hylton1998-07-281-2/+2
* Added support for including the filename in IOErrors and OSErrors thatBarry Warsaw1998-07-231-3/+32
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-17/+17
* Move the __getitem__() definition from StandardException to Exception.Fred Drake1997-10-061-1/+3
* NumberError => ArithmeticErrorBarry Warsaw1997-09-161-5/+5
* Two subtle changes:Guido van Rossum1997-09-161-69/+56
* #Adapt the doc string to reality.Guido van Rossum1997-09-081-7/+6
* Made the 'info' argument to SyntaxError optional, so phase-2 syntaxGuido van Rossum1997-09-051-8/+11
* New file, which is imported by the built-in module when python isBarry Warsaw1997-08-291-0/+164