- 24 Feb, 2018 2 commits
-
-
Stefan Behnel authored
Correct the fallback code for the builtin next() when slot usage is disabled (was missing a fallback). Closes #2116.
-
Stefan Behnel authored
Avoid exception type check in next() implementation if we don't have a default value to return anyway. See #2116.
-
- 23 Feb, 2018 5 commits
-
-
Stefan Behnel authored
Rename unit test method calls from "assertEquals" to "assertEqual" to fix a a deprecation warning in Py3.7.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Explicitly re-allow memoryviews in default argument structs after disallowing them in structs generally. Closes #2114.
-
- 21 Feb, 2018 2 commits
-
-
Robert Bradshaw authored
documentation __dealloc__ should be def not cdef
-
Robert Bradshaw authored
-
- 19 Feb, 2018 2 commits
-
-
candide guevara authored
-
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 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-