- 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 12 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
-
Mark Florisson authored
-
Stefan Behnel authored
drop redundant type checks in PyEval_CallObjectWithKeywords() in favour of the simpler and faster PyObject_Call() --HG-- extra : transplant_source : %05%05%B3.Ly1%1C%E8%ED%D8%C2m%2B%7F%C7%05%08z%04
-
Robert Bradshaw authored
This commit seems to break the py3k build. This reverts commit b50c6792.
-
- 12 Oct, 2011 1 commit
-
-
Mark Florisson authored
-