- 24 Oct, 2017 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair indexing syntax in generated Pythran code: must use "(...)" for multiple indices, but "[...]" for a single index. Also refactor indexing code to avoid duplication. Closes #1946.
-
scoder authored
Bug fix for deque and vector random-access iterators
-
- 22 Oct, 2017 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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
-
- 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 3 commits
-
-
Alex Huszagh authored
Updated deque to support random-access iterators and added "difference_type operator-(iterator)" for all random-access forward and reverse iterators
-
scoder authored
Trivial typo fixes
-
Unknown authored
Most are non-user facing. Found using: `codespell -d -q 3`
-
- 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.
-