- 17 Apr, 2019 1 commit
-
-
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
-
- 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 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
See #1555.
-
Stefan Behnel authored
-
Stefan Behnel authored
In test runner, change "compiling test" back to "compiling and running test" when executing a runnable test, which was accidentally lost before.
-
- 20 Mar, 2019 1 commit
-
-
Stefan Behnel authored
-
- 18 Mar, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Mar, 2019 1 commit
-
-
Stefan Behnel authored
Reduce global state in FlowControl.py to see if it reduces the chance of reload problems (it's a compiled module which cannot be reloaded).
-
- 16 Mar, 2019 1 commit
-
-
Stefan Behnel authored
-
- 15 Mar, 2019 5 commits
-
-
Molly Lloyd authored
so it matches implementation :)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
include: posix.mman += MAP_FAILED
-
Stefan Behnel authored
include: posix.mman += mlock2, MLOCK_ONFAULT, MCL_ONFAULT
-