- 13 Mar, 2018 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Misc typos
-
luz.paz authored
Found via `codespell`
-
- 12 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1606.
-
- 11 Mar, 2018 12 commits
-
-
Stefan Behnel authored
-
scoder authored
Mention Typed Memoryviews in the Working with NumPy doc.
-
scoder authored
Updated the example for --annotate.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Increase the ccache size on travis from 100M to 150M as we've probably passed the limit already with all the tests that we have now.
-
Stefan Behnel authored
Do not issue "redefined" warnings on C++ function overrides with different signatures (previously only applied to methods). Closes #2013.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Mar, 2018 5 commits
-
-
Stefan Behnel authored
Actually show "redefined" warnings, but only for "cdef extern" blocks, i.e. the exact case described in #1874. Closes #1874.
-
Stefan Behnel authored
Silence "redefined" warning again as it is more annoying than helpful to receive it for every pxd-defined cpdef function. See #1874. Closes #2013.
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair the coercion of C string literals to C++ strings for function arguments: must create a copy for non-const arguments and can use C++ coercion for const literals. Closes #2132.
-
Stefan Behnel authored
-
- 07 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Use pre-5.0 Tornado version as Jupyter dependency in Py3.3 since Tornado 5.0 dropped support for it.
-
- 06 Mar, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2124.
-
scoder authored
Inline toggleDiv
-
scoder authored
Fix duplicate declaration in posix/time.pxd
-
Jeroen Demeyer authored
-
- 04 Mar, 2018 4 commits
-
-
Stefan Behnel authored
Closes #2127.
-
Stefan Behnel authored
Closes #2128.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Mar, 2018 2 commits
-
-
Stefan Behnel authored
Re-enable "auto late includes" based on a preliminary directive. We have the feature, so allowing its use won't hurt, as long as users are aware that they will have to change their code later. See #2079.
-
Stefan Behnel authored
-
- 02 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Work around BPO-32973: CPython 3 can rerun the module PyInit function if the extension module is re-imported under a different name. https://bugs.python.org/issue32973
-