index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_exceptions.py
Commit message (
Expand
)
Author
Age
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
*
Enable support for jython:
Finn Bock
2001-12-08
*
Add tests for new PyErr_NormalizeException() behavior
Jeremy Hylton
2001-09-26
*
Turn OverflowWarning into an error locally, in order to make the
Guido van Rossum
2001-08-23
*
reload(exceptions) should not raise an ImportError, but should act
Barry Warsaw
2001-08-13
*
Allow 'continue' inside 'try' clause
Jeremy Hylton
2001-02-01
*
Use 4-space indents.
Fred Drake
2000-10-23
*
Add test cases to make sure we get the right SyntaxError message for
Fred Drake
2000-09-08
*
Applying patch #100994 to allow JPython to use more of the standard
Barry Warsaw
2000-09-01
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
*
add minimal test of exception use. verify that each exception can be
Jeremy Hylton
2000-06-20
*
Added a test to catch the base class.
Barry Warsaw
2000-05-25
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
Expanded r() function to handle class exceptions.
Barry Warsaw
1997-08-29
*
exec() -> exec
Guido van Rossum
1995-08-11
*
Unmerged except and finally clauses
Guido van Rossum
1992-05-06
*
Initial revision
Guido van Rossum
1992-01-27