- 03 Nov, 2017 2 commits
-
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
- 31 Oct, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1968.
-
- 29 Oct, 2017 7 commits
-
-
Stefan Behnel authored
-
scoder authored
Minor changes to try/finally code generation [should silence Coverity]
-
Stefan Behnel authored
-
Lisandro Dalcin authored
Minor C code generation/utility fixes
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Oct, 2017 3 commits
-
-
Stefan Behnel authored
-
Thomas A Caswell authored
CPython change how the exception information is stored internally in 3.7a3. This simply adds fences based on python version around how to access the objects. Xref: https://github.com/python/cpython/commit/ae3087c6382011c47db82fea4d05f8bbf514265d https://bugs.python.org/issue25612 https://github.com/python/cpython/pull/1773
-
Lisandro Dalcin authored
-
- 27 Oct, 2017 2 commits
-
-
Lisandro Dalcin authored
-
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 3 commits
-
-
Stefan Behnel authored
Closes #1930.
-
Stefan Behnel authored
-
Hugo authored
-