- 16 Oct, 2011 4 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
This reverts commit 21897347. Turns out CPython broke on us at the same time this change was made.
-
Robert Bradshaw authored
-
- 15 Oct, 2011 18 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : rebase_source : 86b0a49e72ad7f05aa7647350e2116475ab13589
-
Stefan Behnel authored
-
Stefan Behnel authored
another partial rewrite of the with statement: let the WithTargetAssignmentStatNode do the __enter__() result cleanup explicitly
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
(not optimising the generic case here as it has a couple of tricky error cases) * replaced DECREF(PyList_GET_ITEM()) by separate GET+SET+DECREF calls to prevent inconsistent list states during DECREF()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
T731 locals() scope, eval(), exec()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
also optimise left-side multiplication of lists/tuples for integer factors, generally fix constant folding test
-
Stefan Behnel authored
-
- 14 Oct, 2011 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 Oct, 2011 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Vitja Makarov authored
-
Mark Florisson authored
-
Mark Florisson authored
-
Mark Florisson authored
-