- 01 Oct, 2017 8 commits
-
-
Stefan Behnel authored
Disable "numpy_parallel" test on Windows as it seems to fail based on the MSVC version (seen on appveyor).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Exclude Py3.3 from appveyor builds as it is out of maintenance anyway and isn't really supported by external packages anymore.
-
Stefan Behnel authored
-
scoder authored
Update Coverage.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Sep, 2017 10 commits
-
-
MaxBo authored
-
MaxBo authored
remove deprecieated import in Coverage.py
-
Stefan Behnel authored
Generalise .so file regex even further as the platform suffix of extension modules can be arbitrarily complex in Py3.5+.
-
MaxBo authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
MaxBo authored
-
MaxBo authored
-
MaxBo authored
-
MaxBo authored
-
- 29 Sep, 2017 12 commits
-
-
Max Bohnet authored
append to list use _get_actual_filename also for file_reporter() and file_tracer()
-
Max Bohnet authored
use filepath with the correct upper and lowercases
-
scoder authored
Fix classmethod creation for (upcoming) PyPy{,3} 5.9
-
Ronan Lamy authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make some dealloc behaviour depend on "tp_finalize" slot usage and not just Python version because it depends on the time when the finalisation is executed (during or before dealloc).
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit 53327193.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
Fixes Github issue #1886.
-
- 28 Sep, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Sep, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1879.
-
Stefan Behnel authored
Disable PEP-489 support by default (*sigh*). It actually requires more than Cython currently implements: sub-interpreter support and reloading support, i.e. per-interpreter module globals/types/state. Closes #1894.
-
Stefan Behnel authored
-
Stefan Behnel authored
-