- 30 Dec, 2008 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Dec, 2008 6 commits
-
-
Stefan Behnel authored
-
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 2 commits
-
-
Stefan Behnel authored
-
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
-
- 23 Dec, 2008 3 commits
-
-
Stefan Behnel authored
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
- 22 Dec, 2008 4 commits
-
-
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
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
- 21 Dec, 2008 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Dec, 2008 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Lisandro Dalcin authored
-
Jason Evans authored
-
- 19 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-