An error occurred fetching the project authors.
- 24 Aug, 2017 1 commit
-
-
Stefan Behnel authored
Move exception state cleanup into generator body code to allow a distinction between normal yields and yields in except blocks. They require different handling according to what CPython does.
-
- 27 Jul, 2017 1 commit
-
-
Stefan Behnel authored
-
- 16 Jul, 2017 1 commit
-
-
Stefan Behnel authored
use faster __Pyx_PyObject_GetAttrStr() implementation and avoid static Python string reference in AddTraceback() helper
-
- 03 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 29 Jun, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 12 Feb, 2017 1 commit
-
-
Stefan Behnel authored
-
- 26 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
Fixes #1502
-
- 15 Aug, 2016 1 commit
-
-
Stefan Behnel authored
-
- 24 Jul, 2016 1 commit
-
-
Stefan Behnel authored
make current scope available to FunctionState and CCodeWriter to give access to variable types from AnnotationCCodeWriter
-
- 06 May, 2016 1 commit
-
-
Erik M. Bray authored
os.rename() could fail sometimes with a permission error; using shutil.move() instead seems to be more robust against that.
-
- 13 Apr, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 28 Mar, 2016 1 commit
-
-
Stefan Behnel authored
-
- 22 Mar, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 21 Mar, 2016 1 commit
-
-
Stefan Behnel authored
speed up compilation for functions with large numbers of temps (already shows for a couple of thousand, e.g. for large list literals)
-
- 02 Jan, 2016 1 commit
-
-
Evgeny Golyshev authored
-
- 26 Oct, 2015 1 commit
-
-
Stefan Behnel authored
-
- 14 Oct, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 17 Sep, 2015 1 commit
-
-
Stefan Behnel authored
-
- 04 Sep, 2015 3 commits
-
-
Ian Henriksen authored
temporaries for normal references to have their base type to prevent errors involving uninitialized references.
-
Ian Henriksen authored
expressions. Before, this would generate invalid C/C++ code where a reference was declared but not initialized.
-
Robert Bradshaw authored
-
- 22 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 10 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 09 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 08 Aug, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
prevent non-const char* string literals from being interned
-
- 26 Jul, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Jul, 2015 2 commits
-
-
Stefan Behnel authored
-
Petr Viktorin authored
-
- 06 Jun, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Jun, 2015 1 commit
-
-
Jeroen Demeyer authored
-
- 25 May, 2015 2 commits
-
-
Stefan Behnel authored
make Cython's Coroutine type and extension types work with Python's async-for loop, implement new slots in Py3.5
-
Stefan Behnel authored
-
- 23 May, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 May, 2015 1 commit
-
-
Stefan Behnel authored
-