- 23 Nov, 2008 1 commit
-
-
Stefan Behnel authored
-
- 25 Nov, 2008 1 commit
-
-
DagSverreSeljebotn authored
-
- 07 Nov, 2008 1 commit
-
-
Stefan Behnel authored
-
- 19 Nov, 2008 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 17 Nov, 2008 1 commit
-
-
Stefan Behnel authored
-
- 10 Nov, 2008 5 commits
-
-
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
-
- 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 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This is as simple as I could get it.
-
Robert Bradshaw authored
-
- 29 Oct, 2008 8 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 28 Oct, 2008 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Reducing the total footprint by making error code non-inline helps with code size and can also speed up the critical path.
-
Robert Bradshaw authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Robert Bradshaw authored
-