An error occurred fetching the project authors.
- 13 Nov, 2018 1 commit
-
-
jakirkham authored
-
- 17 Oct, 2017 1 commit
-
-
Unknown authored
Most are non-user facing. Found using: `codespell -d -q 3`
-
- 07 May, 2017 1 commit
-
-
David Christenson authored
Add support for array.arrays of int64s or uint64s (type codes q/Q).
-
- 11 Jan, 2017 1 commit
-
-
mathbunnyru authored
-
- 07 Feb, 2016 1 commit
-
-
Stefan Behnel authored
use slightly faster PyObject_Malloc() instead of PyMem_Malloc() for small memory allocation needs (<= 512 bytes)
-
- 12 Oct, 2013 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Oct, 2013 2 commits
-
-
Yury V. Zaytsev authored
* Fix self / other typecode compatibility check and add test * In CPython, PyErr_BadArgument() C-API function always raises an exception and returns zero * It is needed to add the `except -2` clause, so that the exception raised by PyErr_BadArgument() is not ignored * Additionaly, the `return -1` statement in array.extend() will have no effect, and hence is misleading, so it needs to be removed Signed-off-by:
Yury V. Zaytsev <yury@shurup.com>
-
Yury V. Zaytsev authored
* Fix self / other typecode compatibility check and add test * In CPython, PyErr_BadArgument() C-API function always raises an exception and returns zero * It is needed to add the `except -2` clause, so that the exception raised by PyErr_BadArgument() is not ignored * Additionaly, the `return -1` statement in array.extend() will have no effect, and hence is misleading, so it needs to be removed Signed-off-by:
Yury V. Zaytsev <yury@shurup.com> --HG-- extra : transplant_source : e%BE%0A8%0D%B6%A4A%B4%9F%98bZ%ED%C5%CD%D9%AD%E0%7C
-
- 20 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 18 Jul, 2012 1 commit
-
-
Andreas van Cranenburgh authored
-
- 20 May, 2012 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 16 May, 2012 1 commit
-
-
Andreas van Cranenburgh authored
-
- 06 May, 2012 1 commit
-
-
Andreas van Cranenburgh authored
-
- 02 May, 2012 1 commit
-
-
Andreas van Cranenburgh authored
Unfortunately cannot use default args in pxd file; I also wouldn't know how the two array functions could be added as methods to the array class. Restored "inline" attribute for array creation function, it can be disabled with a \#DEF Removed some unused/redundant attributes. Moved selected comments to docstrings. Replaced tabs w/spaces.
-
- 22 Apr, 2012 1 commit
-
-
Andreas van Cranenburgh authored
Support for Python array objects. Adapted from patch at http://trac.cython.org/cython_trac/ticket/314 Changes: reverted Py_MEM_Realloc to Py_Mem_Resize, due to warnings removed inline keyword (not portable, and Py_LOCAL_INLINE causes warnings). moved a C declaration to top of function to avoid "mixed declaration"
-