- 21 Oct, 2011 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 20 Oct, 2011 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 Oct, 2011 1 commit
-
-
Mark Florisson authored
-
- 17 Oct, 2011 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Oct, 2011 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fixed multiplied tuple optimisation by unoptimising the 'unknown factor' case, but still allow the underlying tuple to be constant
-
Stefan Behnel authored
--HG-- extra : rebase_source : ed52fff449f541d871cec1da3ddc9486e6ef76aa
-
Stefan Behnel authored
new pyximport option 'load_py_module_on_import_failure': when .py build succeeds but import fails, retry by loading the plain .py module --HG-- extra : rebase_source : df6019c5cf3c2b670fb4789bf871ce8b15be2b7f
-
Stefan Behnel authored
--HG-- extra : rebase_source : d380190f3a179cef413438f9491fe61666855118
-
Stefan Behnel authored
--HG-- extra : rebase_source : 6af2668167742f4cebd6d43ad442541b5f7305ce
-
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 1 commit
-
-
Stefan Behnel authored
-