An error occurred fetching the project authors.
- 22 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 20 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 19 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 16 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 09 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Inside of a module, it is safe to convert a function declared cdef int func() except *: ... into cdef int func() except? -1 because a) we need an exception return value anyway and b) there will always be an explicit exception check afterwards. Thus, changing the function implementation itself is safe. We must exclude functions that are only declared but not implemented since we do not control their signature and it is not safe to assume a specific exception return value if it is not declared.
-
- 03 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Implement @cython.exceptval() decorator to make the "except x" signature declaration available in pure Python mode. Closes #1653.
-
- 29 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 25 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 22 Aug, 2017 2 commits
-
-
Stefan Behnel authored
Remove accidental left-over name "gs" from Shadow.py that should not be part of the pure mode types.
- 09 Aug, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Aug, 2017 1 commit
-
-
Stefan Behnel authored
Closes #1806.
-
- 02 Aug, 2017 1 commit
-
-
Stefan Behnel authored
-
- 19 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 18 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 15 Jul, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 10 Jul, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 03 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 19 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 08 Dec, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 06 Dec, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 Nov, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 27 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 26 Oct, 2016 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 25 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 19 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 17 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 10 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 16 Aug, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 15 Jul, 2016 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Apr, 2016 1 commit
-
-
Claudio Freire authored
Useful when one can guarantee the class cannot participate in cycles, but the compiler cannot prove it on its own
-
- 05 Apr, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 30 Mar, 2016 1 commit
-
-
Robert Bradshaw authored
-