An error occurred fetching the project authors.
- 07 Jan, 2009 2 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
- 05 Jan, 2009 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 30 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
initialise argument value array with default values to avoid having to check for NULL on assignments
-
- 26 Dec, 2008 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
reverted latest changes: calling PyDict_GetItem inside a switch is actually faster than always looping over the kwdict
-
Stefan Behnel authored
-
- 25 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 24 Dec, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
always parse keyword arguments in a PyDict_Next() loop - almost always faster than multiple calls to PyDict_GetItem()
-
Stefan Behnel authored
be more optimistic when parsing optional keywords: if (interned) string pointers are identical, we know it's the right type of object
-
- 22 Dec, 2008 1 commit
-
-
Lisandro Dalcin authored
make GCC happy when string literals and const char* pointers are passed to many C-API calls or set in struct slots for Python 2.3/2.4
-
- 21 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 20 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 19 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 18 Dec, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 14 Dec, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 04 Dec, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 03 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 02 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 01 Dec, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 30 Nov, 2008 1 commit
-
-
Stefan Behnel authored
-
- 29 Nov, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 27 Nov, 2008 4 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
- 26 Nov, 2008 3 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 25 Nov, 2008 1 commit
-
-
Robert Bradshaw authored
Won't break existing code, only makes bad code compile now.
-
- 23 Nov, 2008 1 commit
-
-
Stefan Behnel authored
-