1. 4338920 Added doc strings to the exception classes. by Guido van Rossum · 26 years ago
  2. 8fe2a34 Added NotImplementedError, subclassed from RuntimeError by Barry Warsaw · 26 years ago
  3. 9195f55 Updated the docstring and class hierarchy diagram by Barry Warsaw · 26 years ago
  4. be21d98 Use repr() on the filename in EnvironmentError.__str__(). This by Guido van Rossum · 26 years ago
  5. ec8c8c2 fix __str__ method of EnvironmentError (base class of IOError): was by Jeremy Hylton · 26 years ago
  6. 2dfe4de Added support for including the filename in IOErrors and OSErrors that by Barry Warsaw · 26 years ago
  7. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  8. 596db31 Move the __getitem__() definition from StandardException to Exception. by Fred Drake · 27 years ago
  9. 25131fa NumberError => ArithmeticError by Barry Warsaw · 27 years ago
  10. c56ba38 Two subtle changes: by Guido van Rossum · 27 years ago
  11. e8fd143 #Adapt the doc string to reality. by Guido van Rossum · 27 years ago
  12. f394f56 Made the 'info' argument to SyntaxError optional, so phase-2 syntax by Guido van Rossum · 27 years ago
  13. 3e613ce New file, which is imported by the built-in module when python is by Barry Warsaw · 27 years ago