- 18 Sep, 2019 1 commit
-
-
realead authored
-
- 10 Sep, 2019 15 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Gerion Entrup authored
When compiling to C++ code and using automatic conversion from Python str to C++ string, Cython inserts this function template but generates the warning: warning: string.from_py:15:63: local variable 'length' might be referenced before assignment
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Thomas VINCENT authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
telamonian authored
-
telamonian authored
-
- 06 Sep, 2019 5 commits
-
-
Jeroen Demeyer authored
Minor cleanup regarding __Pyx_PyMethod_New
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make sure to include "Python.h" also from the "public" header file, which depends on its declarations. Closes #3133.
-
Stefan Behnel authored
-
- 03 Sep, 2019 2 commits
-
-
Robert Bradshaw authored
Remove duplicated line from __Pyx_c_pow
-
Alex Henrie authored
-
- 02 Sep, 2019 2 commits
-
-
Matti Picus authored
-
da-woods authored
-
- 28 Aug, 2019 6 commits
-
-
Gerion Entrup authored
When compiling to C++ code and using automatic conversion from Python str to C++ string, Cython inserts this function template but generates the warning: warning: string.from_py:15:63: local variable 'length' might be referenced before assignment
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
* Special-case setting __new__ in class * Always bind Cython functions
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 27 Aug, 2019 6 commits
-
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
Matti Picus authored
* TEST: add cgetter test for pointer and pxd use * BUG: handle more AttributeNode-with-property-decorator * BUG: fix numpy/__init__.pxd * ENH: add @property for ndarray.size, formatting cleanup
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 26 Aug, 2019 2 commits
-
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 24 Aug, 2019 1 commit
-
-
Stefan Behnel authored
Add an assertion for the assumption that all identifier start characters are also valid continuation characters, so that we notice it if that ever changes.
-