- 27 Oct, 2018 2 commits
-
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
- 22 Oct, 2018 3 commits
-
-
Stefan Behnel authored
Fix reimport_from_subinterpreter test when PYTHONPATH is set
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 21 Oct, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Oct, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Oct, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Correct the handling of line tracing errors on try-statements. Previously, this jumped to the error label of the try-statement, whereas it must target the outer error label instead. Closes #2274.
-
- 16 Oct, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Oct, 2018 1 commit
-
-
Stefan Behnel authored
-
- 14 Oct, 2018 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Only error out for non-ASCII literals on actual bytes literals
-
Stefan Behnel authored
Smarter bounds checks
-
Stefan Behnel authored
See https://bugs.python.org/issue28397
-
Stefan Behnel authored
-
- 13 Oct, 2018 2 commits
-
-
Stefan Behnel authored
Add --3str command line option to 'cython' program
-
Stefan Behnel authored
Improve message for deprecated "language=..." option
-
- 05 Oct, 2018 1 commit
-
-
Jeroen Demeyer authored
-
- 03 Oct, 2018 1 commit
-
-
Robert Bradshaw authored
-
- 02 Oct, 2018 4 commits
-
-
Jeroen Demeyer authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 29 Sep, 2018 12 commits
-
-
Björn Dahlgren authored
-
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 1 commit
-
-
scoder authored
DOC, TST: test and document external extension type attribute aliasing
-