Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up exec test file | Stefan Behnel | 2013-02-09 | 1 | -60/+66 |
* | implement tuple compatibility form of Py2 exec statement | Stefan Behnel | 2013-02-09 | 1 | -0/+18 |
* | improve error message on failing exec() | Stefan Behnel | 2013-02-09 | 1 | -0/+8 |
* | adapted doctests for PyPy | Stefan Behnel | 2012-04-02 | 1 | -2/+2 |
* | extended exec() implementation, mostly copied from Py3.1 | Stefan Behnel | 2009-08-19 | 1 | -0/+37 |
* | no need for print in exectest | Robert Bradshaw | 2009-04-09 | 1 | -6/+6 |
* | fixes for "exec" statement implementation. | Lisandro Dalcin | 2009-04-07 | 1 | -17/+17 |
* | extended test case | Stefan Behnel | 2008-11-11 | 1 | -1/+22 |
* | partial implementation of the "exec" statement | Stefan Behnel | 2008-11-11 | 1 | -0/+57 |