- 17 Sep, 2018 5 commits
-
-
Robert Bradshaw authored
-
-
Robert Bradshaw authored
Fixes Github issue #2603.
-
Matt Wozniski authored
-
Matt Wozniski authored
This provides a test case for #2603
-
- 16 Sep, 2018 15 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Warn when no "language_level" is specified.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2593.
-
Stefan Behnel authored
Also removes the usage of the header file "long.cpp" which was removed in Pythran 0.8.7.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Sep, 2018 11 commits
-
-
Stefan Behnel authored
-
scoder authored
Use exception stack in Py3.7
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable a failing test case that is less important than the rest of the Py3.7 exception stack implementation.
-
Stefan Behnel authored
Always break the frame back-pointer chain when exiting from a generator, so that it can be reconnected on the next entry.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make sure builtins add their utility code also when they are only being used as names (applies to StopAsyncIteration, for example).
-
- 14 Sep, 2018 2 commits
-
-
Stefan Behnel authored
Generally allow the "nogil" decorator and context manager to accept boolean arguments like "@nogil(False)". See #2579.
-
Stefan Behnel authored
Closes #2557.
-
- 09 Sep, 2018 1 commit
-
-
Stefan Behnel authored
-
- 08 Sep, 2018 6 commits
-
-
Stefan Behnel authored
Support 1-dim memory view types in type annotations (requires support in SliceIndexNode, where we previously only had it in IndexNode).
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid C division by 0 to provoque a runtime error in a test, because MSVC considers it a compile time error.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-