- 27 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 26 Sep, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent Cython types in annotations from ending up plainly in the __annotations__ dict. Convert them into strings instead.
-
- 22 Sep, 2017 2 commits
-
-
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).
-
- 11 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 05 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 02 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Also parses variable annotations as type declarations. Closes #1850.
-
- 29 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 28 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 25 Aug, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable refnanny in PyPy since it otherwise risks to access partly initialised objects, e.g. tuples.
-
- 24 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 23 Aug, 2017 1 commit
-
-
Stefan Behnel authored
Disable refnanny in PyPy since it otherwise risks to access partly initialised objects, e.g. tuples.
-
- 29 Jul, 2017 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
add "--failfast" (stop on first failure) mode to test runner (if supported by Python's unittest module)
-
- 22 Jul, 2017 2 commits
-
-
Stefan Behnel authored
disable "initial_file_path" test in Py3.5+ since it's superseded by the ModuleSpec metadata during module initialisation
-
Stefan Behnel authored
-
- 19 Jul, 2017 1 commit
-
-
Stefan Behnel authored
-
- 13 Jul, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
extend tests to cover some more internal signature cases of CPython builtins (METH_FASTCALL with and without keywords in P3.7)
-
- 17 Jun, 2017 2 commits
-
-
Adrien Guinet authored
This makes Pythran numpy backend only activated when such directive is used. Update the documentation accordingly.
-
Adrien Guinet authored
When the user asked for it (thanks to the --np-pythran flag), use Pythran's Numpy implementation as a backend for numpy operation. This flag forces the C++ mode, as the Pythran implementation is written in C++. Distutils integration through the 'np_pythran' flag of the cythonize API is also provided. This commit also adds a Pythran mode for the tests, that can enable the pythran mode for the C++ tests, and allows the reuse of Cython tests to test for the Pythran integration.
-
- 28 Mar, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 11 Feb, 2017 1 commit
-
-
Stefan Behnel authored
-
- 16 Sep, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 06 Sep, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 28 Jul, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 15 Jul, 2016 1 commit
-
-
Stefan Behnel authored
-
- 12 Jun, 2016 1 commit
-
-
Stefan Behnel authored
-
- 09 May, 2016 1 commit
-
-
Erik M. Bray authored
-
- 06 May, 2016 4 commits
-
-
Erik M. Bray authored
-
Erik M. Bray authored
see https://mail.python.org/pipermail/cython-devel/2016-April/004776.html Also note better support for gcc variants that are not named 'gcc' exactly.
-
Erik M. Bray authored
Right now this is the only such test. There are other tests that generate code that uses long double math functions, but not in a way that appears to break the test.
-
Erik M. Bray authored
This issue is particular to Cygwin since on Cygwin distutils.spawn uses os.fork(). Deleting DLLs can lead to Cygwin's fork() breaking, due to trying to load a DLL that no longer exists. This means that the test run will use a little more disk space on Cygwin, but still allows full (or partial) cleanup at the end.
-
- 20 Mar, 2016 1 commit
-
-
Stefan Behnel authored
make test runner exit with non-0 return status on exceptions (this shadowed an actual bug in this branch)
-
- 30 Oct, 2015 1 commit
-
-
Stefan Behnel authored
-
- 08 Oct, 2015 1 commit
-
-
Lisandro Dalcin authored
-