- 25 Sep, 2017 5 commits
-
-
Stefan Behnel authored
Avoid depending on CPython micro level versions at compile time. Compiling against 3.5.2 does not guarantee that we never get imported on 3.5.1. Closes #1880.
-
Stefan Behnel authored
-
scoder authored
Add --verbose option for cython magic
-
Stefan Behnel authored
Safety fix for #1879: do not raise an exception if setuptools hack fails to apply, but warn about it since it's unclear how to handle such a case.
-
Stefan Behnel authored
-
- 24 Sep, 2017 5 commits
-
-
Boris Filippov authored
This fixes issue #1569
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 23 Sep, 2017 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Sep, 2017 20 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix abs(long long) test in 32bit MSVC: need to calculate max value in Python as Cython assumes result to be Py_ssize_t (due to sizeof()), which is < sizeof(long long).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Configure another Cython option in test runner from *inside* the shard runner to support non-forking setups (i.e. Windows).
-
Stefan Behnel authored
Configure Cython options in test runner from *inside* the shard runner to support non-forking setups (i.e. Windows).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Sep, 2017 4 commits
-
-
Stefan Behnel authored
-
scoder authored
More pypy3 fixes
-
Ronan Lamy authored
-
Ronan Lamy authored
-