- 08 Jan, 2019 1 commit
-
-
Jeroen Demeyer authored
-
- 03 Jan, 2019 1 commit
-
-
Stefan Behnel authored
De-optimise the unicode methods ".upper()", ".lower()" and ".title()" on single character values since they must still be able to return multiple characters.
-
- 02 Jan, 2019 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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.
-
Stefan Behnel authored
Fix source of non-deterministic cython output for try/finally statements
-
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.
-
Stefan Behnel authored
-
Paul van Mulbregt authored
"convolve_cy.so" -> "compute_cy.so" to match imports used in this tutorial.
-
gastineau authored
-
Michael Buesch authored
This fixes the following compiler warning: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
-
Stefan Behnel authored
fix the comments to have a c89 compliant generated code
-
gastineau authored
-
- 01 Jan, 2019 3 commits
-
-
Stefan Behnel authored
TypeConversion: Fix pointer qualifier compiler warning [-Wcast-qual]
-
Stefan Behnel authored
Only generate __qualname__ in Python versions supporting it
-
Jeroen Demeyer authored
-
- 31 Dec, 2018 1 commit
-
-
Michael Buesch authored
This fixes the following compiler warning: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
-
- 27 Dec, 2018 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Speed up attribute lookups that do not care about the AttributeError
-
Stefan Behnel authored
Add a new utility function "__Pyx_PyObject_GetAttrStrNoError()" that does not raise AttributeError if the lookup fails, and use "_PyObject_GenericGetAttrWithDict()" for it in Py3.7+ to avoid instantiating the exception completely.
-
- 20 Dec, 2018 1 commit
-
-
Robert Bradshaw authored
DOC: Fixed name of .so file in userguide's numpy_tutorial.
-
- 16 Dec, 2018 1 commit
-
-
Paul van Mulbregt authored
"convolve_cy.so" -> "compute_cy.so" to match imports used in this tutorial.
-
- 14 Dec, 2018 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Mark optimized abs as being nogil-safe.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent dynamically multiplied tuple constants from being deduplicated. Only the constant part is considered for them.
-