An error occurred fetching the project authors.
- 12 Jan, 2019 1 commit
-
-
Stefan Behnel authored
-
- 08 Jan, 2019 2 commits
-
-
Stefan Behnel authored
Replace MD5 file hashing by SHA-1, both because it's faster (by 25% on 64 bit Linux) and because MD5 is no longer allowed in US FIPS 140-2 environments. Closes #2790.
-
Jeroen Demeyer authored
-
- 02 Jan, 2019 3 commits
-
-
Stefan Behnel authored
-
Martijn van Steenbergen authored
The __PYX_XDEC_MEMVIEW statements generated for try/finally statements varied per build if there were multiple types of variables to be cleaned up.
-
Martijn van Steenbergen authored
The __PYX_XDEC_MEMVIEW statements generated for try/finally statements varied per build if there were multiple types of variables to be cleaned up.
-
- 12 Dec, 2018 1 commit
-
-
Stefan Behnel authored
Prevent repeated initialisation of constants that overwrite the previously created objects without cleanup. Closes #2750.
-
- 30 Oct, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2692.
-
- 23 Sep, 2018 1 commit
-
-
Stefan Behnel authored
Deduplicate constant tuples and slices to generate them only once and share them across the entire module. Closes #2292.
-
- 18 Aug, 2018 1 commit
-
-
gabrieldemarmiesse authored
-
- 17 Jun, 2018 3 commits
-
-
Stefan Behnel authored
Generate short wrappers for special methods like "__next__()" to adapt their signature for the PyCFunction entry in PyMethodDef. Previously, their cast to a two-argument PyCFunction was incorrect. See #2363.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Jun, 2018 2 commits
-
-
Stefan Behnel authored
Reduce Cython's module size of "Actions", "Scanners", "StringIOTree", "Visitor" and "Code" by disabling auto-pickling.
-
Stefan Behnel authored
Fix function signature casts in PyMethodDef structs that lead to warnings in gcc-8 (and actually make use of the warnings in gcc-8).
-
- 15 Jun, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix function signature casts in PyMethodDef structs that lead to warnings in gcc-8 (and actually make use of the warnings in gcc-8).
-
- 25 May, 2018 1 commit
-
-
Stefan Behnel authored
Mark several one-time functions (used during module init) with CYTHON_SMALL_CODE to reduce their binary code impact on the overall module size.
-
- 17 May, 2018 1 commit
-
-
Stefan Behnel authored
-
- 10 May, 2018 1 commit
-
-
Stefan Behnel authored
-
- 03 May, 2018 1 commit
-
-
Jeroen Demeyer authored
-
- 13 Mar, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 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
-
- 30 Jan, 2018 1 commit
-
-
Stefan Behnel authored
Add some Py3-only builtin names (mostly I/O exceptions) as uncachable builtins to avoid "unknown name" errors when running Cython in Py2. Closes #2087.
-
- 20 Jan, 2018 1 commit
-
-
Stefan Behnel authored
-
- 06 Jan, 2018 1 commit
-
-
Stefan Behnel authored
-
- 22 Dec, 2017 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Tweak method call fallbacks of dict.get(), dict.setdefault() and dict.pop() into fast unbound method calls to the underlying C function.
-
- 17 Nov, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 28 Sep, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 13 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Remove special case support for block name suffix after "XYZ.proto" utility code title. Replaced by existing "@proto_block" option.
-
- 12 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 25 Aug, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 24 Aug, 2017 2 commits
-
-
Stefan Behnel authored
-
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
-