summaryrefslogtreecommitdiff
path: root/tests/run/tryfinally.pyx
Commit message (Expand)AuthorAgeFilesLines
* extend try-finally smoke test with some arbitrary syntax constructsStefan Behnel2015-08-171-0/+12
* deep-copy finally clauses of try-finally statements earlier to properly suppo...Stefan Behnel2015-07-121-0/+57
* implement another try-finally corner case (the Py3 way only for now!): rerais...Stefan Behnel2014-01-111-0/+25
* back up and restore complete exception state around 'finally' clauses; move c...Stefan Behnel2013-12-311-14/+57
* extend try-finally testsStefan Behnel2013-12-281-0/+163
* implement 'yield' inside of 'finally' clauseStefan Behnel2013-12-181-0/+88
* add test for empty try-finallyStefan Behnel2013-12-081-0/+33
* move doctests into tested functionsStefan Behnel2013-01-181-40/+53
* extended test caseStefan Behnel2009-11-261-0/+23
* try-break testRobert Bradshaw2009-02-201-0/+9
* extend tryfinally testcaseLisandro Dalcin2009-02-101-0/+24
* doctests must set __doc__ in Py2.3Stefan Behnel2008-12-131-1/+1
* runnable test case for try-finallyStefan Behnel2008-12-081-0/+61