An error occurred fetching the project authors.
- 08 Jun, 2018 1 commit
-
-
Jerome Kieffer authored
close #2314
-
- 03 Mar, 2018 1 commit
-
-
Stefan Behnel authored
Re-enable "auto late includes" based on a preliminary directive. We have the feature, so allowing its use won't hurt, as long as users are aware that they will have to change their code later. See #2079.
-
- 28 Feb, 2018 1 commit
-
-
Stefan Behnel authored
Do not hijack "@asyncio.coroutine" to make async-def functions iterable, since this is really just a legacy feature that users should not overuse. Instead, provide a dedicated and explicit "cython.iterable_coroutine" directive.
-
- 16 Feb, 2018 1 commit
-
-
Stefan Behnel authored
Disable method unpacking inside of module init function by default as it really just increases the code size to uselessly speed up one-time code. See #2102.
-
- 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.
-
- 02 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Change annotation typing directive to cover all type annotations and modify annotation parsing to be more PEP 484 compatible. Only "cython.*" types are interpreted as C types from now on, everything else is considered Python types for maximum compatibility with Python type hints.
-
- 03 Jul, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 30 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 29 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 17 Jun, 2017 1 commit
-
-
Adrien Guinet authored
When the user asked for it (thanks to the --np-pythran flag), use Pythran's Numpy implementation as a backend for numpy operation. This flag forces the C++ mode, as the Pythran implementation is written in C++. Distutils integration through the 'np_pythran' flag of the cythonize API is also provided. This commit also adds a Pythran mode for the tests, that can enable the pythran mode for the C++ tests, and allows the reuse of Cython tests to test for the Pythran integration.
-
- 27 May, 2017 1 commit
-
-
Robert Bradshaw authored
These are usually errors, and this is useful debug information to have. It can still be disabled via a directive.
-
- 16 May, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 21 Dec, 2016 1 commit
-
-
Igor Gnatenko authored
Reported-by:
Paulo Andrade <paulo.cesar.pereira.de.andrade@gmail.com> References: https://bugzilla.redhat.com/show_bug.cgi?id=1406533Signed-off-by:
Igor Gnatenko <i.gnatenko.brain@gmail.com>
-
- 01 Sep, 2016 1 commit
-
-
Stefan Behnel authored
re-enable "profile" and "linetrace" directives at class/function level to allow switching it on and off for specific code sections
-
- 31 Aug, 2016 1 commit
-
-
Stefan Behnel authored
-
- 28 Jul, 2016 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw 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
-
- 28 Mar, 2016 1 commit
-
-
Stefan Behnel authored
-
- 22 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 11 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 10 Aug, 2015 1 commit
-
-
Stefan Behnel authored
-
- 25 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 20 Mar, 2015 1 commit
-
-
Stefan Behnel authored
-
- 26 Feb, 2015 1 commit
-
-
Stefan Behnel authored
-
- 31 Aug, 2014 1 commit
-
-
Stefan Behnel authored
-
- 22 Aug, 2014 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 06 Jul, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 17 Jun, 2014 1 commit
-
-
Stefan Behnel authored
-
- 23 May, 2014 1 commit
-
-
Stefan Behnel authored
-
- 12 Apr, 2014 1 commit
-
-
Stefan Behnel authored
-
- 24 Apr, 2014 1 commit
-
-
Alok Singhal authored
-
- 22 Apr, 2014 1 commit
-
-
Alok Singhal authored
SwitchTransform is unable to detect all cases of duplicate values, which result in errors at compile time in the generated code.
-
- 07 Jan, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 29 Dec, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 06 Nov, 2013 1 commit
-
-
Stefan Behnel authored
--HG-- rename : tests/run/str_ascii_auto_encoding.pyx => tests/run/bytearray_ascii_auto_encoding.pyx rename : tests/run/str_default_auto_encoding.pyx => tests/run/bytearray_default_auto_encoding.pyx
-