An error occurred fetching the project authors.
- 23 Nov, 2018 1 commit
-
-
Stefan Behnel authored
-
- 16 Nov, 2018 1 commit
-
-
Stefan Behnel authored
-
- 01 Nov, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Oct, 2018 1 commit
-
-
Stefan Behnel authored
-
- 19 Oct, 2018 1 commit
-
-
Stefan Behnel authored
-
- 14 Oct, 2018 1 commit
-
-
Stefan Behnel authored
-
- 29 Sep, 2018 5 commits
-
-
Stefan Behnel authored
Enable "check_size=False" for the NumPy ndarray and dtype extension types to avoid warning about otherwise backwards compatible changes.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove the new 'str_is_str' directive again and replace it by a new "language_level=3str" that resembles "language_level=3" but keeps unprefixed string literals and the 'str' builtin type unchanged. See #2565.
-
Stefan Behnel authored
Ignore the "c_string_encoding" directive when looking for a "coding" cookie in the first two source lines. Closes #2632.
-
- 24 Sep, 2018 2 commits
-
-
mattip authored
-
Stefan Behnel authored
Add a new directive 'str_is_str=True' that keeps unprefixed string literals and the 'str' builtin type unchanged even when 'language_level=3' is enabled. See #2565.
-
- 23 Sep, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Sep, 2018 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2621.
-
Stefan Behnel authored
Closes #2621.
-
Stefan Behnel authored
Clean up directives to distinguish between those that belong to a function or class and those that are generally inherited. Everything that is not inherited should also not have a default value and instead exist or not. Then, prevent lambdas and generator expressions from inheriting directives from their outer function/scope, e.g. "@cython.cdef". Closes #459.
-
- 17 Sep, 2018 1 commit
-
-
Robert Bradshaw authored
-
- 16 Sep, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Sep, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2557.
-
- 08 Sep, 2018 4 commits
-
-
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
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.
-
- 07 Sep, 2018 1 commit
-
-
Stefan Behnel authored
-
- 26 Aug, 2018 1 commit
-
-
Stefan Behnel authored
-
- 25 Aug, 2018 1 commit
-
-
Stefan Behnel authored
-
- 21 Aug, 2018 1 commit
-
-
Stefan Behnel authored
-
- 15 Aug, 2018 2 commits
-
-
Stefan Behnel authored
See #2529.
-
Stefan Behnel authored
-
- 11 Aug, 2018 1 commit
-
-
Stefan Behnel authored
-