Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -10/+10 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77727 | ezio.melotti | 2010-01-24 18:58:36 +0200 (Sun, 24 Jan 2010) | 1 line use assert[Not]IsInstance where appropriate ........ | ||||
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -2/+2 |
| | | | | A patch from Dave Malcolm. | ||||
* | 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 ↵ | Amaury Forgeot d'Arc | 2008-08-29 | 1 | -0/+24 |
| | | | | | | | | | | | | | from inside an 'except' clause), the exception __context__ would be reset to None. This crases the interpreter if this precisely happens inside PyErr_SetObject. - now the __context__ is properly preserved - in any case, PyErr_SetObject now saves the current exc_value in a local variable, to avoid such crashes in the future. Reviewer: Antoine Pitrou. | ||||
* | 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 |
| | | | | patch from Antoine Pitrou #3112 | ||||
* | Implicit exception chaining via __context__ (PEP 3134). | Guido van Rossum | 2008-06-14 | 1 | -26/+96 |
| | | | | Patch 3108 by Antooine Pitrou. | ||||
* | #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 |