- 14 Nov, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel 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 1 commit
-
-
Robert Bradshaw authored
-
- 09 Nov, 2008 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 07 Nov, 2008 2 commits
-
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
- 06 Nov, 2008 1 commit
-
-
Lisandro Dalcin authored
-
- 04 Nov, 2008 4 commits
-
-
Robert Bradshaw authored
They're still in the source, but it makes the html less redundant and easier to read...
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 01 Nov, 2008 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Optimisation for kw args parsing: static parsing only for required arguments, moved optional arg parsing into a separate function The idea is that keyword arguments tend to be sparse, so it's faster to iterate over the keyword dictionary and copy keyword values into the named arguments, instead of requesting each optional argument from the keyword dict separately. This speeds up the case where only required arguments are passed and the case where a minor number of optional keyword arguments are passed (and everything else is passed as positional arguments).
-
Stefan Behnel authored
-
- 31 Oct, 2008 1 commit
-
-
Stefan Behnel authored
-
- 30 Oct, 2008 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This is as simple as I could get it.
-