- 24 Nov, 2017 4 commits
-
-
Jeroen Demeyer authored
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2019.
-
- 22 Nov, 2017 2 commits
- 18 Nov, 2017 1 commit
-
-
Stefan Behnel authored
Closes #2012.
-
- 17 Nov, 2017 6 commits
-
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
Closes #2002.
-
Stefan Behnel authored
Closes #1999.
-
Stefan Behnel authored
-
- 16 Nov, 2017 7 commits
-
-
Stefan Behnel authored
Closes #2008.
-
Stefan Behnel authored
-
Yury Selivanov authored
Signed-off-by: Stefan Behnel <stefan_ml@behnel.de>
-
Stefan Behnel authored
Signed-off-by: Stefan Behnel <stefan_ml@behnel.de>
-
Stefan Behnel authored
Implement a fake "cr_frame" property for Cython async coroutines that always returns None, just to prevent an AttributeError. Closes #2000.
-
scoder authored
Put #include <structmember.h> later in the C code
-
-
- 15 Nov, 2017 2 commits
-
-
Robert Bradshaw authored
Add NPY_KEEPORDER to NPY_ORDER
-
John Kirkham authored
-
- 13 Nov, 2017 4 commits
-
-
Stefan Behnel authored
-
scoder authored
Add declaration for tp_free
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
- 12 Nov, 2017 5 commits
-
-
Stefan Behnel authored
Use a saner way to check for non-trivial exception patterns. Not everything has an entry, but everything in a temp probably has a reason for being there.
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent calling into CPython with a live exception set while trying to match non-trivial exception patterns in an "except" clause.
-
Stefan Behnel authored
Force retranslate Cython modules in "new_build_ext" if "-f" option is passed to "build_ext" command.
-
Stefan Behnel authored
-
- 10 Nov, 2017 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1972.
-
Stefan Behnel authored
-
- 09 Nov, 2017 1 commit
-
-
Robert Bradshaw authored
Multiple inheritance
-
- 08 Nov, 2017 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Previously this was only possible through Python (requring the GIL), sometimes implicitly (e.g. for string literals).
-
Robert Bradshaw authored
This fixes #1986.
-
- 07 Nov, 2017 1 commit
-
-
Robert Bradshaw authored
We should be doing this for pure Python defined classe as well, but don't have a way to inject it.
-