1. b13f70d Add a missing quotation mark. by Brett Cannon · 18 years ago
  2. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 18 years ago
  3. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 18 years ago
  4. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 18 years ago
  5. 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 18 years ago
  6. f8267df Add a test for instantiating SyntaxError with no arguments. by Brett Cannon · 18 years ago
  7. e05e6b0 Add a test for slicing an exception. by Brett Cannon · 18 years ago
  8. c745df8 Remove unneeded imports of 'warnings'. by Brett Cannon · 18 years ago
  9. df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 19 years ago
  10. 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 19 years ago
  11. ca2ca79 Remove the __unicode__ method from exceptions. Allows unicode() to be called by Brett Cannon · 19 years ago
  12. 38f6237 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 19 years ago
  13. 53c1692f Fix for an obscure bug introduced by revs 46806 and 46808, with a test. by Armin Rigo · 19 years ago
  14. 80dc76e SF patch 1501987: Remove randomness from test_exceptions, by Tim Peters · 19 years ago
  15. 38d4d4a Fix memory leak found by valgrind. by Neal Norwitz · 19 years ago
  16. e152aab Convert docstrings to comments so regrtest -v prints method names by Neal Norwitz · 19 years ago
  17. e08940e Some code style tweaks, and remove apply. by Georg Brandl · 19 years ago
  18. dd55b0a Whitespace normalization. by Tim Peters · 19 years ago
  19. cdcede6 Convert test_exceptions to unittest. by Georg Brandl · 19 years ago
  20. b0432bc Do the check for no keyword arguments in __init__ so that by Georg Brandl · 19 years ago
  21. 861089f Disallow keyword args for exceptions. by Georg Brandl · 19 years ago
  22. 05f97bf Add a test case for exception pickling. args is never NULL. by Georg Brandl · 19 years ago
  23. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
  24. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  25. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 21 years ago
  26. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
  27. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  28. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  29. aa3dc45 Enable support for jython: by Finn Bock · 23 years ago
  30. ede049b Add tests for new PyErr_NormalizeException() behavior by Jeremy Hylton · 24 years ago
  31. 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 24 years ago
  32. b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 24 years ago
  33. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  34. 2e6d25c Use 4-space indents. by Fred Drake · 25 years ago
  35. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 25 years ago
  36. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 25 years ago
  37. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 25 years ago
  38. 56c807d add minimal test of exception use. verify that each exception can be by Jeremy Hylton · 25 years ago
  39. 992cb8a Added a test to catch the base class. by Barry Warsaw · 25 years ago
  40. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  41. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 28 years ago
  42. e2cb727 exec() -> exec by Guido van Rossum · 30 years ago
  43. 9ea0fbc Unmerged except and finally clauses by Guido van Rossum · 33 years ago
  44. 3bead09 Initial revision by Guido van Rossum · 33 years ago