- 15 Aug, 2015 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
exclude optimised builtin methods from being the Python method call optimisation (previously broke code generation)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Aug, 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
disable syntax support for "yield" expressions in function argument annotations and default args which never worked and crashes the compiler
-
Robert Bradshaw authored
This solves the issue reported by Volker Braun where conflicting using aliases of uint64_t would result in compile time errors. Unfortunately, this also means that it's always included if CYTHON_USE_PYLONG_INTERNALS is set, but it's a short header.
-
- 13 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Aug, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
- comma at end of any argument list (even in lambdas) - "yield from" does not accept implicit tuple arguments
-
Stefan Behnel authored
- comma at end of any argument list (even in lambdas) - "yield from" does not accept implicit tuple arguments
-
Stefan Behnel authored
disable syntax support for "yield" expressions in function argument annotations and default args which never worked and crashes the compiler
-
Stefan Behnel authored
-
- 11 Aug, 2015 2 commits
-
-
scoder authored
make C char* string literals "const" unless specified otherwise
-
Stefan Behnel authored
-
- 10 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 09 Aug, 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
Conflicts: CHANGES.rst
-
Stefan Behnel authored
-
- 08 Aug, 2015 4 commits
-
-
Stefan Behnel authored
-
Ian Henriksen authored
gcc older than 4.7. This fixes a recurring Travis build failure.
-
-
Robert Bradshaw authored
Use c++0x rather than c++11 for unique_ptr tests
-