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