- 18 Apr, 2019 2 commits
-
-
Stefan Behnel authored
fixes `pyximport.install(pyimport=True)` on the darwin architecture
-
Stefan Behnel authored
-
- 17 Apr, 2019 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add various declarations for the CPython C API
-
Jeroen Demeyer authored
-
Igor Kaplounenko authored
blocking all distutils from being compiled; removed distutils blacklists from the pyimport test and deleted the 'slow' test as it is now redundant
-
- 15 Apr, 2019 2 commits
-
-
Stefan Behnel authored
Minor typo of the word "declare" in user guide
-
Sean Enck authored
-
- 14 Apr, 2019 4 commits
-
-
Stefan Behnel authored
Closes GH-2811.
-
Stefan Behnel authored
Fixes GH-2811.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Apr, 2019 1 commit
-
-
Igor Kaplounenko authored
pyimport=True should work now on darwin without having to pre-import distutils directly or via pyxbuild
-
- 07 Apr, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
BUG: prefer sys.path before Cython/Include when searching for pxd files
-
mattip authored
-
- 05 Apr, 2019 3 commits
- 31 Mar, 2019 7 commits
-
-
mattip authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Revert dictionary item iteration in "libcython.py" to use ".iteritems()" instead of ".items()" since the first is implemented explicitly by "libpython.py".
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid generating empty tp_new() functions
-
- 30 Mar, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid generating empty tp_new() functions if we can copy the function pointer from the parent at init time. See GH-1555.
-
Robert Bradshaw authored
-
Stefan Behnel authored
Remove Cython/Includes/Deprecated
-
- 28 Mar, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Mar, 2019 1 commit
-
-
Stefan Behnel authored
Avoid generating a tp_new() function for extension types that do not need their own one.
-
- 24 Mar, 2019 1 commit
-
-
Jeroen Demeyer authored
-
- 22 Mar, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-