An error occurred fetching the project authors.
- 17 Aug, 2020 6 commits
- 18 Jun, 2020 1 commit
-
-
Ashwin Srinath authored
Closes #1603.
-
- 17 Jun, 2020 1 commit
-
-
Stefan Behnel authored
-
- 10 Jun, 2020 2 commits
-
-
scoder authored
… and enforce them with pycodestyle.
-
Stefan Behnel authored
Closes https://github.com/cython/cython/issues/3674
-
- 15 May, 2020 1 commit
-
-
Stefan Behnel authored
Closes https://github.com/cython/cython/issues/1462
-
- 29 Apr, 2020 2 commits
-
-
Stefan Behnel authored
This allows taking advantage of the automatic "with gil" block handling for raising exceptions, allows proper control flow analysis, etc.
-
Stefan Behnel authored
-
- 04 Jan, 2020 1 commit
-
-
da-woods authored
Annotations are now dealt with according to PEP-563 - they are saved as strings, rather than evaluated as Python objects. They can/are still be used by Cython for typing. Previous behaviour for evaluating them as Python objects was convoluted and has been removed entirely, which hopefully doesn't break too much.
-
- 18 Oct, 2019 1 commit
-
-
samaingw authored
-
- 27 Apr, 2019 1 commit
-
-
Josh Tobin authored
-
- 23 Apr, 2019 1 commit
-
-
Stefan Behnel authored
-
- 23 Feb, 2019 1 commit
-
-
Noam Hershtig authored
-
- 22 Feb, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2854: Reimplement absolute module imports to speed them up, especially under Py3.7. Cython used to be 3x slower than CPython here. Also enable absolute imports automatically in top-level (non-package) modules.
-
- 10 Feb, 2019 1 commit
-
-
Stefan Behnel authored
Closes #2802.
-
- 12 Jan, 2019 1 commit
-
-
Stefan Behnel authored
-
- 08 Jan, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
- 27 Oct, 2018 1 commit
-
-
Felix Kohlgrüber authored
-
- 05 Oct, 2018 1 commit
-
-
Jeroen Demeyer authored
-
- 02 Oct, 2018 1 commit
-
-
Robert Bradshaw authored
-
- 29 Sep, 2018 3 commits
-
-
Stefan Behnel authored
Rename the options of the "check_size" feature to make them more obvious: "warn" warns, "error" fails, and "extend" silently allows extending. Closes #2627.
-
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.
-
- 25 Sep, 2018 2 commits
- 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.
-
- 20 Sep, 2018 1 commit
-
-
Robert Bradshaw authored
-
- 16 Sep, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2593.
-
- 15 Aug, 2018 3 commits
-
-
Stefan Behnel authored
See #2529.
-
Stefan Behnel authored
See #2529.
-
Stefan Behnel authored
See #2529.
-