- 15 Oct, 2016 1 commit
-
-
Stefan Behnel 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
-
- 22 Sep, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 20 Sep, 2016 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 Sep, 2016 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Sep, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Cython is still built and installed with the standard distutils setup.py mechanisms, but this allows other bazel projects to reference and use Cython as part of their build process.
-
Robert Bradshaw authored
-
- 14 Sep, 2016 1 commit
-
-
Alex Lindsay authored
-
- 10 Sep, 2016 3 commits
-
-
Stefan Behnel authored
try to work around a Py_FatalError crash in latest Py3.6 apparently due to a RuntimeWarning during garbage collection
-
Stefan Behnel authored
-
Stefan Behnel authored
-