- 02 Sep, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Sep, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Aug, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2587.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Aug, 2018 2 commits
-
-
Stefan Behnel authored
Simplify encoding detection and source file opening by starting off reading bytes, and only switching to decoding once we know which encoding to use.
-
Stefan Behnel authored
-
- 29 Aug, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Aug, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel 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 3 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.
-