- 29 Aug, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Aug, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Aug, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Disable refnanny in PyPy since it otherwise risks to access partly initialised objects, e.g. tuples.
-
- 21 Aug, 2017 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 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 7 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
-