- 04 Sep, 2018 1 commit
-
-
cjgibson authored
-
- 29 Aug, 2018 3 commits
- 28 Aug, 2018 8 commits
-
-
cjgibson authored
-
cjgibson authored
Further experimentation - leaks references, C compilation raises warnings, C++ compilation fails outright.
-
cjgibson authored
-
cjgibson authored
Reworking slicing unittests to include sliced type - added unsuccessful attempt to resolve issue #2508.
-
cjgibson authored
-
cjgibson authored
-
cjgibson authored
-
scoder authored
Print run time stats in the test runner
-
- 27 Aug, 2018 1 commit
-
-
Stefan Behnel authored
-
- 26 Aug, 2018 17 commits
-
-
Stefan Behnel authored
Split C/C++ tests in travis again, but manually this time since many of the build matrix configs are special anyway.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Added the pep8 rule: W291 trailing whitespaces.
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Reorder and clean up travis build config to make the most interesting jobs run first: Py2.7/3.7/2.6.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Enable coverage reporting in travis runs. Merge C/C++ jobs into one to simplify that (we have enough jobs to keep travis busy).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add a "CYTHON_HEX_VERSION" macro in the style of PY_HEX_VERSION that user code can use to detect the Cython version that generated the main module.
-
- 25 Aug, 2018 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add test for Cython module usage in subinterpreters. In Py3.5, we should now raise an exception when trying to re-import a module into a different subinterpreter.
-
Stefan Behnel authored
Raise a more appropriate ImportError rather than a generic RuntimeError when trying to re-import a Cython module in a different subinterpreter with PEP-489.
-
Stefan Behnel authored
Add warning to PyThreadState_Swap() that it should not be used in Cython code because Cython makes the assumption that the current thread state does not change in arbitrary places.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-