- 02 May, 2020 2 commits
-
-
Stefan Behnel authored
Refactor step handling in slice_memviewslice() utility code to make it more obvious what is happening in which case. Closes GH-3568.
-
Stefan Behnel authored
Avoid useless resorting to char* in nogil code in MemoryView.pyx for raising exceptions, since constant Python strings are just fine there.
-
- 01 May, 2020 22 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Rewrite _unellipsify() helper function in memoryview code to speed it up and reduce the generated C code.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
See https://github.com/cython/cython/pull/3562
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
smutch authored
See #1407.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Kamekameha authored
These are mutable and therefore affect the stdlib build_ext options. Fixes #2209
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
smutch authored
See #1407.
-
- 30 Apr, 2020 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
This reverts commit 4900109c. This is trying to parallelise the appveyor build again after allowing the setup.py script to be imported on a multiprocessing "spawn".
-
Stefan Behnel authored
-
Stefan Behnel authored
Make the setup.py script importable to enable multiprocessing builds that need to "spawn" processes (usually on Windows).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix duplicate code generation in assert condition, found for lambda functions that are used as conditions in "test_grammar.py".
-
- 29 Apr, 2020 6 commits
-
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Kamekameha authored
These are mutable and therefore affect the stdlib build_ext options. Fixes #2209
-