Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f903898fff464c274fe9eb1aaf0a55142339dd19
/
Lib
/
exceptions.py
8fe2a34
Added NotImplementedError, subclassed from RuntimeError
by Barry Warsaw
· 26 years ago
9195f55
Updated the docstring and class hierarchy diagram
by Barry Warsaw
· 26 years ago
be21d98
Use repr() on the filename in EnvironmentError.__str__(). This
by Guido van Rossum
· 26 years ago
ec8c8c2
fix __str__ method of EnvironmentError (base class of IOError): was
by Jeremy Hylton
· 26 years ago
2dfe4de
Added support for including the filename in IOErrors and OSErrors that
by Barry Warsaw
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
596db31
Move the __getitem__() definition from StandardException to Exception.
by Fred Drake
· 27 years ago
25131fa
NumberError => ArithmeticError
by Barry Warsaw
· 27 years ago
c56ba38
Two subtle changes:
by Guido van Rossum
· 27 years ago
e8fd143
#Adapt the doc string to reality.
by Guido van Rossum
· 27 years ago
f394f56
Made the 'info' argument to SyntaxError optional, so phase-2 syntax
by Guido van Rossum
· 27 years ago
3e613ce
New file, which is imported by the built-in module when python is
by Barry Warsaw
· 27 years ago