- 11 Sep, 2017 7 commits
-
-
Stefan Behnel authored
Prevent character escape sequences from being resolved in raw f-strings (fr"..."). Also fix some error reporting issues along the way. Update test_fstring.py test file from Py3.7.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable Pythran integration testing in travis as it currently fails to compile with the latest release version of Pythran (changes pending on their side).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Sep, 2017 7 commits
-
-
Stefan Behnel authored
Avoid using PySequence_ITEM() on METH_O calls as it involves much more overhead than PyTuple_GET_ITEM(). Also assume that we do not need to keep an extra reference to an item that we took from a call args tuple because someone else should at least hold a reference to that tuple.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Sep, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Clean up Pythran setup in cythonize() and make it a little more robust by also looking at the extension, in case it already has the "np_pythran" option set.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Sep, 2017 2 commits
-
-
Stefan Behnel authored
Implement a "--pgo" option for the Jupyter magic that applies profile guided optimisation during C compilation.
-
Stefan Behnel authored
-
- 07 Sep, 2017 6 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
scoder authored
Update README on pyximport
-
Stefan Behnel authored
Closes #1859.
-
Stefan Behnel authored
Closes #1860.
-
Guilherme Caminha authored
-
- 06 Sep, 2017 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Release buffer on validation errors. My guess is that we previously just leaked the buffer owner in that case.
-
Stefan Behnel authored
-
- 05 Sep, 2017 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1858.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Sep, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-