Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the runtime handling of exception tuples in except clauses. | Stefan Behnel | 2018-06-26 | 1 | -0/+34 |
* | fix C compiler warnings about unused variables in tests | Stefan Behnel | 2013-12-11 | 1 | -0/+16 |
* | enable except-as target deletion only when language level is 3 | Stefan Behnel | 2013-01-26 | 1 | -37/+16 |
* | disable broken optimisation for except-as special case | Stefan Behnel | 2013-01-26 | 1 | -0/+16 |
* | extend except-as test case | Stefan Behnel | 2013-01-26 | 1 | -1/+28 |
* | make except-as delete the target after the except clause | Stefan Behnel | 2013-01-26 | 1 | -0/+41 |
* | lots of runnable tests for try-except | Stefan Behnel | 2010-08-13 | 1 | -0/+390 |