- 03 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 02 Sep, 2015 1 commit
-
-
Stefan Behnel authored
fix bytes literal creation from compile-time DEF expressions (used to become Unicode strings due to missing encoding)
-
- 01 Sep, 2015 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
This avoids the issue with overloaded address-of operators.
-
Robert Bradshaw authored
-
Jakub Wilk authored
-
Stefan Behnel authored
-
- 23 Aug, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Aug, 2015 7 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
seems like the explicit deepcopy helpers in the control flow state objects are no longer needed but crash the compiler due to infinite recursion
-
Stefan Behnel authored
-
- 17 Aug, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix crash where Coroutine deallocation could execute Python code to print a warning which could trigger GC and hit the dead Coroutine object
-
- 16 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Aug, 2015 4 commits
-
-
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
-
- 14 Aug, 2015 5 commits
-
-
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
-
- 09 Aug, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Aug, 2015 3 commits
-
-
Ian Henriksen authored
gcc older than 4.7. This fixes a recurring Travis build failure.
-
Stefan Behnel authored
-
Lars Buitinck authored
-