- 11 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 10 Jul, 2015 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Jul, 2015 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
write XML results before printing test results to make it more likely that we get a test result dump also on later crashes or hangs
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Do not search sys.path for .pxd file if no explicit "cimport" is given
-
- 07 Jul, 2015 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
cast PyUnicode_Tailmatch() "Py_ssize_t" result to int rather than propagating its type throughout the code base
-
Robert Bradshaw authored
Correctly parse dependencies of "cimport foo,bar"
-
Robert Bradshaw authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
avoid exit overhead in inlined generator expressions by directly returning the result instead of raising a StopIteration with value
-
- 06 Jul, 2015 2 commits
-
-
Stefan Behnel authored
re-establish a simple form of generator inlining for any() and all() that does not remove the generator but inlines the evaluation into the inner loop
-
Stefan Behnel authored
-
- 05 Jul, 2015 1 commit
-
-
Stefan Behnel authored
remove ABC implementations from imports patching code and instead only register Cython's types with the ABCs *iff* they exist also remove the inspect.iscoroutine() patching as it would only help new code which should use the ABCs in the first place
-
- 04 Jul, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-