- 19 Feb, 2018 1 commit
-
-
scoder authored
Add cimport-from-pyx to command line
-
- 17 Feb, 2018 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Add FIXMEs to C-API functions that changed in Py3.7 but are not free of risk to adapt to because the error case returns ((unsigned long)-1) now instead of ((long)-1).
-
Stefan Behnel authored
Disable yield-from integration test with asyncio in Py3.7 since asyncio Python coroutines are no longer iterable.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2111.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
xoviat authored
-
- 16 Feb, 2018 7 commits
-
-
Stefan Behnel authored
Re-enable method unpacking inside of the module init function if the call occurs inside of a loop (probably still worth it there). See #2102.
-
Stefan Behnel authored
Disable method unpacking inside of module init function by default as it really just increases the code size to uselessly speed up one-time code. See #2102.
-
Stefan Behnel authored
Closes #2106.
-
Stefan Behnel authored
-
Stefan Behnel authored
Do not compare the "writable_needed" flag when comparing memory views that condition is too strict and it is not currently used anyway.
-
scoder authored
implement read-only memoryviews
-
scoder authored
DOC: BUG: suggest install numpy debugging
-
- 15 Feb, 2018 10 commits
-
-
Mark Mikofski authored
or you get import error for `multiarray_d.so`
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair memslice test after disabling auto-detection of read-only views, but keep some of the tests for 'const' views as smoke tests.
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable auto-detection of read-only memory views (too unsafe) and acquire them only as read-only if the memory view dtype is a "const" type.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
In Python 3, an unbound method is just a function
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
- 14 Feb, 2018 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
See #2102.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 Feb, 2018 1 commit
-
-
Robert Bradshaw authored
Specify license in cython-mode.el's header
-
- 11 Feb, 2018 2 commits