- 27 Dec, 2018 2 commits
-
-
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.
-
- 12 Dec, 2018 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Prevent repeated initialisation of constants that overwrite the previously created objects without cleanup. Closes #2750.
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
Fix sigismember() declaration
-
Jeroen Demeyer authored
-
- 11 Dec, 2018 4 commits
-
-
Stefan Behnel authored
-
Charles Pigott authored
-
Stefan Behnel authored
Don't try to use imap with python3
-
Charles Pigott authored
-
- 10 Dec, 2018 1 commit
-
-
Robert Bradshaw authored
Still requires the more conservative __index__ here rather than a possibly truncating __int__ because this is used in a context where floating point values should probably be treated specially. This fixes Github issue #2752.
-
- 08 Dec, 2018 1 commit
-
-
Elliott Sales de Andrade authored
-
- 30 Nov, 2018 3 commits
-
-
Stefan Behnel authored
Reduce warning level in MSVC again since /W4 turns out to be excessive (complains about constant conditionals, for example).
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2736.
-
- 24 Nov, 2018 9 commits
-
-
Stefan Behnel authored
Increase warning level in appveyor builds (could also use "/Wall", but let's see how spammy /W4 is).
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2731.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-