- 21 Oct, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
travis: we should hear it if Py3.6-dev ever starts failing. (And we should eventually remove it, but it feels too early right now.)
-
Stefan Behnel authored
Hard switch off IPython test if import fails. Could not find a better way to keep it from failing on appveyor.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Oct, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Split Python compatibility adaptation code out of ModulePreamble section and into its own separate section to allow moving it around and support using CYTHON_INLINE etc. in it.
-
- 19 Oct, 2017 1 commit
-
-
Lisandro Dalcin authored
PyPy3: Register module cleanup with atexit
-
- 18 Oct, 2017 2 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
Travis-CI: Setup macOS builds
-
- 17 Oct, 2017 2 commits
- 15 Oct, 2017 8 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Related to #1838.
-
Robert Bradshaw authored
-
- 14 Oct, 2017 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Use complete IPython dependency path in test runner to work around current test failures under appveyor.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1930.
-
Stefan Behnel authored
-
Stefan Behnel authored
Simplify preprocessor code that avoids the "fallthrough" C compiler warnings, assuming that "__has_attribute()" is widely supported these days. At least GCC 5.x and clang seem to have it. Closes #1930.
-
- 13 Oct, 2017 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1930.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Hugo authored
-
MichaelWS authored
-
Michael Schatzow authored
-
Michael V. DePalatis authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix the first argument special method signatures of "__eq__", "__lt__" and the other richcmp methods to be of "self" type, in accordance with to the CPython specs. See https://docs.python.org/3/reference/datamodel.html#emulating-container-types Closes #1935.
-
Stefan Behnel authored
-
scoder authored
BF: closes 1484 for unordered map
-