index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
This module is obsolete now that the standard exceptions are built-in.
Barry Warsaw
2000-05-26
1
-4/+0
*
For backwards compatibility, simply import everything from the
Barry Warsaw
2000-05-25
1
-247/+4
*
Marc-Andre Lemburg: Add UnicodeError, derived from ValueError.
Guido van Rossum
2000-03-10
1
-0/+7
*
Added WindowsError, for Mark Hammond's extensions.
Guido van Rossum
2000-02-17
1
-0/+6
*
A nit to make Fred proud.
Barry Warsaw
1999-08-19
1
-0/+1
*
Patch by Tim Peters:
Guido van Rossum
1999-06-22
1
-1/+7
*
Document the correct class hierarchy for SystemExit. It is not an
Barry Warsaw
1999-02-24
1
-5/+6
*
Added doc strings to the exception classes.
Guido van Rossum
1999-01-15
1
-3/+29
*
Added NotImplementedError, subclassed from RuntimeError
Barry Warsaw
1998-12-01
1
-2/+10
*
Updated the docstring and class hierarchy diagram
Barry Warsaw
1998-09-25
1
-12/+20
*
Use repr() on the filename in EnvironmentError.__str__(). This
Guido van Rossum
1998-08-11
1
-2/+2
*
fix __str__ method of EnvironmentError (base class of IOError): was
Jeremy Hylton
1998-07-28
1
-2/+2
*
Added support for including the filename in IOErrors and OSErrors that
Barry Warsaw
1998-07-23
1
-3/+32
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-17/+17
*
Move the __getitem__() definition from StandardException to Exception.
Fred Drake
1997-10-06
1
-1/+3
*
NumberError => ArithmeticError
Barry Warsaw
1997-09-16
1
-5/+5
*
Two subtle changes:
Guido van Rossum
1997-09-16
1
-69/+56
*
#Adapt the doc string to reality.
Guido van Rossum
1997-09-08
1
-7/+6
*
Made the 'info' argument to SyntaxError optional, so phase-2 syntax
Guido van Rossum
1997-09-05
1
-8/+11
*
New file, which is imported by the built-in module when python is
Barry Warsaw
1997-08-29
1
-0/+164