- 23 Jan, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
Thanks to Stefan Behnel <stefan_ml@behnel.de> for pointing this out.
-
- 19 Jan, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 18 Jan, 2008 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 17 Jan, 2008 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
but we can get away with skipping intermediate classes if nothing new happens
-
Robert Bradshaw authored
-
Robert Bradshaw authored
The signatures are no longer required to match if the only argument to __cinit__ is self.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
kayhayen@gmx.de authored
-
Robert Bradshaw authored
-
- 16 Jan, 2008 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 15 Jan, 2008 6 commits
-
-
Stefan Behnel authored
GetStarArgs: separate out keyword handling, generate specific code for functions with or without any combination of *args and **kwargs
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
split up __Pyx_GetStarArgs() into two separate functions for *args and **kwargs to prepare their independent use
-
- 14 Jan, 2008 2 commits
-
-
Stefan Behnel authored
use PyObject_Call() instead of _CallObject() just as Python calls it internally, speedup of about 5%
-
Stefan Behnel authored
-
- 13 Jan, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Jan, 2008 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Jan, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
there is a better way to do that
-