- 18 Aug, 2017 1 commit
-
-
Stefan Behnel authored
Fix reference leak in the Py2.x __Pyx_ReleaseBuffer() implementation for types with an overridden __releasebuffer__ method. Closes #1638.
-
- 17 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 15 Aug, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 13 Aug, 2017 2 commits
-
-
Robert Bradshaw authored
This fixes #1788.
-
Robert Bradshaw authored
This fixes #1790.
-
- 11 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 10 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 08 Aug, 2017 2 commits
-
-
Stefan Behnel authored
Closes #1791.
-
Stefan Behnel authored
Closes #1806.
-
- 02 Aug, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
implement len(cython.view.array) as it seems weird that it is supported for memoryviews but not the array type
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Jul, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix a compiler crash when looking up cython.view.array() as a callable function with non-trivial keyword arguments. Closes #1598.
-
Stefan Behnel authored
Closes #1801
-
- 26 Jul, 2017 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Remove a macro from helper code that I find difficult to read. The result is not perfect, but at least it's more visible what get's assigned to what.
-
Stefan Behnel authored
-
Stefan Behnel authored
use pre-instantiated strings in __Pyx_setup_reduce() to reduce overhead - we will most likely need and indefinitely store them in the types anyway
-
- 25 Jul, 2017 2 commits
-
-
Robert Bradshaw authored
This fixes #1798.
-
Stefan Behnel authored
Suppress special casing of attribute names in closure classes since they are not user defined and any local variable name is allowed without being special. Closes #1797.
-
- 24 Jul, 2017 2 commits
-
-
Stefan Behnel authored
This reverts commit b4fbd9bc.
-
Stefan Behnel authored
-
- 23 Jul, 2017 3 commits
-
-
scoder authored
emacs: use "" as buffer name in indirect buffers
-
Stefan Behnel authored
-
Martin R. Albrecht authored
fixes #1743
-
- 22 Jul, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
allow disabling the ABC registration of the Cython Generator and Coroutine types to support compiling the "abc" module in CPython's stdlib itself
-
Robert Bradshaw authored
skip_win32 doesn't properly skip tests
-
- 21 Jul, 2017 2 commits
-
-
Chris Hogan authored
-
Stefan Behnel authored
-