- 07 Nov, 2017 3 commits
-
-
Robert Bradshaw authored
We should be doing this for pure Python defined classe as well, but don't have a way to inject it.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 06 Nov, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Add 'except' values for various function types
-
scoder authored
[travis] update gcc
-
- 05 Nov, 2017 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove direct Unicode hash usage for dict lookups as it proved to be slower after all. Optimising a generic item lookup for dict is faster, though.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Stefan Behnel authored
See #1979.
-
- 04 Nov, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Split up the module init function into separate C functions per setup step as it can get fairly lengthy for complex modules, e.g. with many extension types. This hopefully reduces the function complexity that the C compiler must handle.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Nov, 2017 17 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1955.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
scoder authored
Add 'except NULL' to PyWeakref_GetObject.
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
xoviat authored
-
xoviat authored
-
xoviat authored
-
xoviat authored
-
xoviat authored
-
xoviat authored
-
- 02 Nov, 2017 2 commits
-
-
Jeroen Demeyer authored
-
Lisandro Dalcin authored
Update implementation of PEP 3118 getbuffer special method
-