- 17 Oct, 2016 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Implement numpy's import_array and friends in Cython
-
Robert Bradshaw authored
Add declarations for longintrepr.h
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Revert "test: assert that isinf returns -1 for negative infinity"
-
- 16 Oct, 2016 1 commit
-
-
Dmitry Kalinkin authored
This reverts commit 24cf7c96. According to the numpy documentation npy_isinf merely provides an equivalent of C99 isinf, which in turn is only required to return a non-zero value for a given infinite argument. The original commit breaks the test when compiled with clang & libc++.
-
- 15 Oct, 2016 7 commits
-
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 Oct, 2016 1 commit
-
-
Jeroen Demeyer authored
-
- 12 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
Thanks to Martin Bammer for pointing this out.
-
- 10 Oct, 2016 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
check for build_ext object in import check
-
Robert Bradshaw authored
set IGNORE_EXCEPTION_DETAIL on MyException test
-
Robert Bradshaw authored
-
Robert Bradshaw authored
For case-insensitive systems. Closes #1482
-
Min RK authored
Test is failing on Python 3 because output is: builtin_type_inheritance_T608.MyException: 3 on py3, but MyException: 3 on py2
-
Min RK authored
s/deprectated/deprecated/
-
- 06 Oct, 2016 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Min RK authored
When setuptools imports from Cython (Python 3.5), setuptools.command.build_ext is defined, but setuptools.command.build_ext has no attribute .build_ext, yet, causing the `_build_ext.build_ext` to fail with an AttributeError. By attempting to import the object, rather than its containing module, the check is more thorough.
-
- 01 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
This allows extending from it with a cdef class. Closes #724.
-
- 29 Sep, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 28 Sep, 2016 2 commits
-
-
Robert Bradshaw authored
Do not warn for "cache" option
-
Jeroen Demeyer authored
-
- 27 Sep, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1473.
-
- 26 Sep, 2016 2 commits
-
-
Isuru Fernando authored
-
Isuru Fernando authored
Use create_typedef_type instead of creating directly
-
- 23 Sep, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fix refcounts for transposed memoryview slices.
-
https://github.com/cython/cython/pull/507Robert Bradshaw authored
Strangely enough, this test compiles, but I am able to reproduce this error outside the testing environment. Still worth having here.
-
Robert Bradshaw authored
Added more detailed documentation for using cygdb
-