- 27 Sep, 2017 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Make test runner shards deterministic with a non-forking multiprocessing pool (i.e. on Windows) that may use different hash seeds.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Rewrite tp_dealloc() of fused types functions to correctly disable GC before starting to clean up references.
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix Py3 list comprehensions in (C-)class bodies: loop variable was declared in the object struct instead of the scope that declared the class (usually the module init function).
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Sep, 2017 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent Cython types in annotations from ending up plainly in the __annotations__ dict. Convert them into strings instead.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add test for ticket #1888: mismatching argument names between .pxd and .pyx files are (not great but) actually ok, but the callers must always see the "public" pxd names, and the implementation must see and use the names given by the implementation.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1887.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Sep, 2017 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid depending on CPython micro level versions at compile time. Compiling against 3.5.2 does not guarantee that we never get imported on 3.5.1. Closes #1880.
-
Stefan Behnel authored
-
scoder authored
Add --verbose option for cython magic
-
Stefan Behnel authored
Safety fix for #1879: do not raise an exception if setuptools hack fails to apply, but warn about it since it's unclear how to handle such a case.
-
Stefan Behnel authored
-
- 24 Sep, 2017 5 commits
-
-
Boris Filippov authored
This fixes issue #1569
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 23 Sep, 2017 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-