- 27 Oct, 2017 1 commit
-
-
Lisandro Dalcin authored
-
- 24 Oct, 2017 4 commits
-
-
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.
-
- 22 Oct, 2017 6 commits
-
-
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
-
- 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
-
- 15 Oct, 2017 5 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
- 14 Oct, 2017 3 commits
-
-
Stefan Behnel authored
Use complete IPython dependency path in test runner to work around current test failures under appveyor.
-
Stefan Behnel authored
Closes #1930.
-
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 9 commits
-
-
Stefan Behnel authored
Closes #1930.
-
Stefan Behnel authored
-
Hugo authored
-
MichaelWS authored
-
Michael Schatzow authored
-
Michael V. DePalatis 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
-
- 10 Oct, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove overambitious constant folding of comprehensions when they occur in a boolean context. Never assume that they are empty, since the iteration might already have required side-effects. Closes #1920.
-
- 07 Oct, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1916.
-
- 03 Oct, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Considered to make it a warning, but CPython's forgiving behaviour seems unhelpful. Can still make it a warning later. Closed #1905.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix compiler crash when analysing a complex name as a type using sizeof(X) translation. Requires type analysis before the "arg_type" is set. Closes #1908.
-