1. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  2. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  3. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 17 years ago
  4. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  5. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  6. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  7. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  9. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  10. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  11. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  12. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  13. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  14. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  15. 303de6a Fix (and add test for) missing check for BaseException subclasses in the C API. by Thomas Wouters · 18 years ago
  16. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  17. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  18. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  19. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  20. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  21. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  22. aa3dc45 Enable support for jython: by Finn Bock · 23 years ago
  23. ede049b Add tests for new PyErr_NormalizeException() behavior by Jeremy Hylton · 23 years ago
  24. 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 23 years ago
  25. b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 23 years ago
  26. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 23 years ago
  27. 2e6d25c Use 4-space indents. by Fred Drake · 24 years ago
  28. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  29. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  30. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  31. 56c807d add minimal test of exception use. verify that each exception can be by Jeremy Hylton · 24 years ago
  32. 992cb8a Added a test to catch the base class. by Barry Warsaw · 24 years ago
  33. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  34. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  35. e2cb727 exec() -> exec by Guido van Rossum · 29 years ago
  36. 9ea0fbc Unmerged except and finally clauses by Guido van Rossum · 32 years ago
  37. 3bead09 Initial revision by Guido van Rossum · 32 years ago