- 10 Jul, 2015 2 commits
-
-
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 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Jul, 2015 7 commits
-
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Stefan Behnel authored
re-add embed-signatures test for signed char signature (which should not be impacted by the latest implicit signedness change)
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
I don't know of any platforms where sizeof(long long) == 64, and this is needed for unsigned long + int64_t on LLP64. This may pose a problem if sizeof(uintmax_t) > 64.
-
Robert Bradshaw authored
-