- 16 Nov, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
new transform that converts for-in-dict.iter*() into a while-loop over PyDict_Next(), which makes the loop 30-50% faster
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Nov, 2008 8 commits
-
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Dag Sverre Seljebotn authored
-
- 13 Nov, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Nov, 2008 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 11 Nov, 2008 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
- only supports code in strings, not files (should be easy to add) - only the "exec XYZ in GLOBALS [,LOCALS]" form is supported, not the execution in the current namespace (would require a mapping representation of it) - also includes an incomplete (3-args only) and untested implementation for the exec() function in Py3
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
more balancing needs to be done.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 10 Nov, 2008 6 commits
-
-
Robert Bradshaw authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
David Cournapeau authored
-
- 09 Nov, 2008 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-