aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAge
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-16
* Enable support for jython:Finn Bock2001-12-08
* Add tests for new PyErr_NormalizeException() behaviorJeremy Hylton2001-09-26
* Turn OverflowWarning into an error locally, in order to make theGuido van Rossum2001-08-23
* reload(exceptions) should not raise an ImportError, but should actBarry Warsaw2001-08-13
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-01
* Use 4-space indents.Fred Drake2000-10-23
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-08
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-01
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-11
* add minimal test of exception use. verify that each exception can beJeremy Hylton2000-06-20
* Added a test to catch the base class.Barry Warsaw2000-05-25
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Expanded r() function to handle class exceptions.Barry Warsaw1997-08-29
* exec() -> execGuido van Rossum1995-08-11
* Unmerged except and finally clausesGuido van Rossum1992-05-06
* Initial revisionGuido van Rossum1992-01-27