- 28 Jul, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 16 Jul, 2015 1 commit
-
-
Robert Bradshaw authored
Many C API calls, both from CPython and externally, expect PyTypeObject* for the type argument. A misdeclaration is a warning in C, but an error in C++. The C type of other builtins, such as lists, are not typically required in function signatures, so they are left as PyObject*.
-
- 14 Jul, 2015 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 13 Jul, 2015 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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 13 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
-