- 13 Jul, 2015 3 commits
-
-
Stefan Behnel authored
-
scoder authored
Fixed some memory leaks in Utility/Embed.c
-
scoder authored
Fixed __Pyx_sst_abs with C++11
-
- 12 Jul, 2015 5 commits
-
-
Michael Ensslin authored
Found by clang's static analyzer. None of those are significant, but we might as well fix them.
-
Michael Ensslin authored
Some compilers appear to require you to explicitly `#include <cstdlib>` before providing `std::abs`.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
deep-copy finally clauses of try-finally statements earlier to properly support arbitrary statements in them (genexprs, lambdas, etc.)
-
- 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 8 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
-