- 17 Dec, 2018 2 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
-
- 14 Dec, 2018 1 commit
-
-
Boxiang Sun authored
-
- 10 Dec, 2018 1 commit
-
-
Boxiang Sun authored
-
- 04 Dec, 2018 2 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
-
- 28 Nov, 2018 4 commits
-
-
Boxiang Sun authored
Integrate into Cython test suite later
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
- 03 Oct, 2018 1 commit
-
-
Robert Bradshaw authored
-
- 02 Oct, 2018 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 29 Sep, 2018 11 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
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
Add new "language_level=3str"
-
Stefan Behnel authored
-
Stefan Behnel authored
ENH: add check_size option to ctypedef class for external classes
-
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
Closes #2632.
-
Stefan Behnel authored
-
Stefan Behnel authored
Ignore the "c_string_encoding" directive when looking for a "coding" cookie in the first two source lines. Closes #2632.
-
- 26 Sep, 2018 2 commits
- 25 Sep, 2018 4 commits
- 24 Sep, 2018 7 commits
-
-
mattip authored
-
mattip authored
-
Robert Bradshaw authored
MAINT: if subtree test fails, print out all stdout, stderr not just last
-
mattip authored
-
scoder authored
Add a new directive 'str_is_str=True'
-
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.
-
Stefan Behnel authored
-
- 23 Sep, 2018 2 commits
-
-
scoder authored
TEST: add test for 'binary incompatibility' warning
-
Stefan Behnel authored
-