- 02 Jan, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove legacy imports from IPython integration since the "py3compat" module changed in IPython 7.11. (GH-3297)
-
- 01 Jan, 2020 1 commit
-
-
Stefan Behnel authored
Make an import prefer Py3 over Py2, since that's what most people are (or should be) using these days.
-
- 29 Dec, 2019 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Import "Iterable" ABC class from "collections.abc" in Py3 instead of deprecated "collections" package.
-
Stefan Behnel authored
Closes GH-3246.
-
- 23 Dec, 2019 7 commits
-
-
Stefan Behnel authored
Instead of overriding "build_ext.build_extensions()" in "old_build_ext", which works differently for parallel and sequential builds, override only "check_extensions_list()", which gets called by it at the beginning.
-
Stefan Behnel authored
Import Cython in "build_ext" only if it's actually needed, i.e. if any Cython implemented extension modules were found.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Simplify the utility code loading by requiring the source file to be named explicitly. It was almost always passed anyway, so having a non-trivial search algorithm in place for a rare case of unnecessary laziness is just code bloat. (GH-3280)
-
Matti Picus authored
-
- 21 Dec, 2019 1 commit
-
-
Brian Wignall authored
-
- 06 Dec, 2019 1 commit
-
-
Robert Bradshaw authored
Fix typos
-
- 05 Dec, 2019 1 commit
-
-
Brian Wignall authored
-
- 29 Nov, 2019 1 commit
-
-
Matti Picus authored
-
- 12 Nov, 2019 1 commit
-
-
da-woods authored
-
- 08 Nov, 2019 1 commit
-
-
Stefan Behnel authored
-
- 06 Nov, 2019 1 commit
-
-
Stefan Behnel authored
-
- 01 Nov, 2019 10 commits
-
-
Stefan Behnel authored
This reverts commit bfcaf163.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Orivej Desh authored
This should complete #3171 in silencing -Wmissing-field-initializers.
-
Matthew Edwards authored
* IPython magic: hide internal traceback when compilation fails * IPython magic: hide internal traceback when build fails
-
Alphadelta14 authored
-
Orivej Desh authored
This should complete #3171 in silencing -Wmissing-field-initializers.
-
- 21 Oct, 2019 2 commits
-
-
Matthew Edwards authored
* IPython magic: hide internal traceback when compilation fails * IPython magic: hide internal traceback when build fails
-
Matthew Edwards authored
Also fix tests in libcpp_algo (how did this ever work?)
-
- 18 Oct, 2019 4 commits
-
-
samaingw authored
-
Stefan Behnel authored
-
Alphadelta14 authored
-
Stefan Behnel authored
Closes GH-1462.
-
- 16 Oct, 2019 2 commits
-
-
Stefan Behnel authored
-
alex-xnor authored
-