- 16 Sep, 2018 2 commits
-
-
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 12 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
-
Stefan Behnel authored
Fix constant folding of multiplied string literals when they appear in another constant expression. In this case, the multiplied value was lost and replaced by the original value.
-
Stefan Behnel authored
Try to call "__rmod__()" during string %-formatting when the right side is a string subtype that implements it. See https://bugs.python.org/issue28598
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix constant folding of multiplied string literals when they appear in another constant expression. In this case, the multiplied value was lost and replaced by the original value.
-
Stefan Behnel authored
-
- 07 Sep, 2018 7 commits
-
-
Stefan Behnel authored
-
scoder authored
cython_inline compiler directives support
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Support two-element slicing with literal None
-
Alex Lubbock authored
-
- 04 Sep, 2018 2 commits
-
-
Alex Lubbock authored
-
cjgibson authored
-
- 02 Sep, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-