- 25 Sep, 2017 2 commits
-
-
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 4 commits
-
-
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 8 commits
-
-
Stefan Behnel authored
-
scoder authored
More pypy3 fixes
-
Ronan Lamy authored
-
Ronan Lamy authored
-
Ronan Lamy authored
-
Ronan Lamy authored
Fixes a segfault on pypy3 due to the coroutine type missing tp_iternext in 5.8.
-
Stefan Behnel authored
-
Stefan Behnel authored
Last change accidentally disallowed mismatching 'nogil' assignments even when compatible. Reallow them, and clean up the last change a little.
-