- 27 Sep, 2016 1 commit
-
-
Robert Bradshaw authored
This fixes #1473.
-
- 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 5 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
-
Stefan Behnel authored
-
scoder authored
Replace old build_ext with new cythonize(...) version.
-
- 09 Sep, 2016 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This closes #1433.
-
Robert Bradshaw authored
p_f_string_expr produced warning: implicit conversion loses integer precision: 'long' to 'Py_UCS4' (aka 'unsigned int') [-Wshorten-64-to-32]
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Closes #1458.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Support dependencies in conditional compilation
-
- 08 Sep, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Adds support for simple FakeReference equality testing.
-
Robert Bradshaw authored
-
- 07 Sep, 2016 8 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
scoder authored
setup.py shouldn't write arbitrarily to stdout (especially when passed display options)
-
Robert Bradshaw authored
-
Robert Bradshaw authored
The old build_ext is now named old_build_ext, replaced with the one from Cython/Build.
-
Erik Bray authored
In general it's best for actions performed in `setup.py` to be deferred until the command to which they are relevant is actually run. For example most of what `compile_cython_modules` does should be deferred until finalizing the `build_ext` command. But as a simpler workaround, just ensure that anything it prints is to stderr. Otherwise this breaks certain assumptions, such as that `./setup.py --name` will print (on stdout) the distribution name (and nothing else), and likewise for `./setup.py --version`.
-
Robert Bradshaw authored
Cython.Build brings in cythonize, which is not in a Py3.2 compatible file.
-
Robert Bradshaw authored
-