- 17 Jun, 2017 4 commits
-
-
Adrien Guinet authored
-
Adrien Guinet authored
This makes Pythran numpy backend only activated when such directive is used. Update the documentation accordingly.
-
Adrien Guinet authored
-
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.
-
- 16 Jun, 2017 9 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1737.
-
Robert Bradshaw authored
This avoids issues of having to inject/name them (and any conversions, see e.g. Issue #1737).
-
- 15 Jun, 2017 12 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Trivial: fix link in docs
-
Robert Bradshaw authored
This fixes the regression at #1706 and will become an error with #1736.
-
Josiah Carlson authored
-
Robert Bradshaw authored
Mention class name in error messages
-
Jeroen Demeyer authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1732.
-
- 14 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
This was identical to tests/errors/cmethbasematch.pyx
-
- 05 Jun, 2017 1 commit
-
-
Stefan Behnel authored
safety fix: do not access type struct field "tp_finalize" if the type states that it does not have it (because the struct might really be shorter in that case)
-
- 04 Jun, 2017 2 commits
-
-
Stefan Behnel authored
Repair syntax test after fixing github issue #1726, which also made "continue" a syntax error outside of loops in try-except blocks.
-
Stefan Behnel authored
Closes #1726.
-
- 03 Jun, 2017 2 commits
- 01 Jun, 2017 7 commits
-
-
Robert Bradshaw authored
Here the residue always fits into an int. This fixes #1721.
-
Robert Bradshaw authored
Limit Python conversion on attribute access.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
When not imported, this caused was a runtime NameError. Now an error is given at compile time.
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 31 May, 2017 2 commits
-
-
Stefan Behnel authored
Support parsing of named Unicode escapes outside of the BMP in CPythons versions with a 2-byte Unicode representation. Closes #1693.
-
Robert Bradshaw authored
-