- 27 Oct, 2018 5 commits
-
-
Stefan Behnel authored
Fix Memviewslice docstrings & Test
-
Stefan Behnel authored
-
bweigel authored
-
Benjamin Weigel authored
[#2634] Merge Fix
-
bweigel authored
-
- 24 Oct, 2018 1 commit
-
-
Robert Bradshaw authored
Workaround for long internals misconfiguration on 64-bit MinGW.
-
- 23 Oct, 2018 1 commit
-
-
Robert Bradshaw authored
Also add a compile time check for SIZEOF_VOID_P. This fixes #2670. See also https://bugs.python.org/issue35037 https://bugs.python.org/issue4709
-
- 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 5 commits
-
-
Matthew Chan authored
Fixes #2634
-
Jeroen Demeyer authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 29 Sep, 2018 7 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
-