index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_raise.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...
Nick Coghlan
2012-05-21
1
-52
/
+1
*
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-14
1
-2
/
+5
*
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
1
-1
/
+81
*
add a test for an assertion with tuple msg
Benjamin Peterson
2011-10-27
1
-0
/
+7
*
catch nasty exception classes with __new__ that doesn't return a exception (c...
Benjamin Peterson
2011-07-15
1
-0
/
+9
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-10
/
+10
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-2
/
+2
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-17
/
+17
*
Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...
Amaury Forgeot d'Arc
2008-08-29
1
-0
/
+24
*
move test to a better location
Benjamin Peterson
2008-08-21
1
-0
/
+22
*
implement chained exception tracebacks
Benjamin Peterson
2008-07-15
1
-0
/
+24
*
Implicit exception chaining via __context__ (PEP 3134).
Guido van Rossum
2008-06-14
1
-26
/
+96
*
#3021: Antoine Pitrou's Lexical exception handlers
Benjamin Peterson
2008-06-11
1
-1
/
+72
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Fix refleaks exposed by test_raise.
Collin Winter
2007-09-01
1
-0
/
+24
*
Cut test_raise down to size.
Collin Winter
2007-08-31
1
-278
/
+0
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
1
-0
/
+417