summaryrefslogtreecommitdiff
path: root/tests/run/exectest.pyx
Commit message (Expand)AuthorAgeFilesLines
* clean up exec test fileStefan Behnel2013-02-091-60/+66
* implement tuple compatibility form of Py2 exec statementStefan Behnel2013-02-091-0/+18
* improve error message on failing exec()Stefan Behnel2013-02-091-0/+8
* adapted doctests for PyPyStefan Behnel2012-04-021-2/+2
* extended exec() implementation, mostly copied from Py3.1Stefan Behnel2009-08-191-0/+37
* no need for print in exectestRobert Bradshaw2009-04-091-6/+6
* fixes for "exec" statement implementation.Lisandro Dalcin2009-04-071-17/+17
* extended test caseStefan Behnel2008-11-111-1/+22
* partial implementation of the "exec" statementStefan Behnel2008-11-111-0/+57