index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the ability to slice/index on exceptions per PEP 352.
Brett Cannon
2007-02-27
1
-7/+0
*
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz
2007-02-26
1
-10/+1
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-0/+7
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-8/+18
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-1/+0
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-29/+43
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-1/+7
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+12
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-19/+30
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-295/+302
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-8/+85
*
Fix (and add test for) missing check for BaseException subclasses in the C
Thomas Wouters
2006-04-20
1
-1/+19
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
1
-2/+2
*
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon
2006-03-01
1
-4/+1
*
Stop producing or using OverflowWarning. PEP 237 thought this would
Tim Peters
2004-08-25
1
-7/+8
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-3/+3
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
1
-2/+6
*
Enable support for jython:
Finn Bock
2001-12-08
1
-4/+11
*
Add tests for new PyErr_NormalizeException() behavior
Jeremy Hylton
2001-09-26
1
-0/+35
*
Turn OverflowWarning into an error locally, in order to make the
Guido van Rossum
2001-08-23
1
-0/+3
*
reload(exceptions) should not raise an ImportError, but should act
Barry Warsaw
2001-08-13
1
-0/+8
*
Allow 'continue' inside 'try' clause
Jeremy Hylton
2001-02-01
1
-19/+2
*
Use 4-space indents.
Fred Drake
2000-10-23
1
-8/+8
*
Add test cases to make sure we get the right SyntaxError message for
Fred Drake
2000-09-08
1
-0/+49
*
Applying patch #100994 to allow JPython to use more of the standard
Barry Warsaw
2000-09-01
1
-1/+1
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
1
-0/+8
*
add minimal test of exception use. verify that each exception can be
Jeremy Hylton
2000-06-20
1
-0/+12
*
Added a test to catch the base class.
Barry Warsaw
2000-05-25
1
-0/+4
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-10/+10
*
Expanded r() function to handle class exceptions.
Barry Warsaw
1997-08-29
1
-1/+6
*
exec() -> exec
Guido van Rossum
1995-08-11
1
-1/+1
*
Unmerged except and finally clauses
Guido van Rossum
1992-05-06
1
-4/+5
*
Initial revision
Guido van Rossum
1992-01-27
1
-0/+91