- 31 Oct, 2018 2 commits
-
-
Stefan Behnel authored
Fix support for functions with ndarray parameters of type npy_bool
-
Stefan Behnel authored
-
- 30 Oct, 2018 15 commits
-
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Cheuk Ting Ho authored
-
Stefan Behnel authored
Fix stop generating code that compiler skips
-
Nicolas Pauss authored
-
Nicolas Pauss authored
The types of variables __pyx_PickleError, __pyx_result from generated unpickle function, and variables state, _dict from __reduce_cython__ generated method were not declared. So warnings were raised with warn.undeclared for every single extension type. Now, we define the type of these variables, and no warnings are raised.
-
Stefan Behnel authored
Fix warn.undeclared #2685
-
Stefan Behnel authored
-
Stefan Behnel authored
fix co_firstlineno for functions that have decorators
-
Stefan Behnel authored
Remove support for Py2.6 and various quirks that special-cased it
-
Stefan Behnel authored
Closes #2692.
-
- 28 Oct, 2018 1 commit
-
-
Felix Kohlgrüber authored
-
- 27 Oct, 2018 14 commits
-
-
Felix Kohlgrüber authored
-
Stefan Behnel authored
Fix: Exponentiation of integer constants
-
Nicolas Pauss authored
-
Nicolas Pauss authored
The types of variables __pyx_PickleError, __pyx_result from generated unpickle function, and variables state, _dict from __reduce_cython__ generated method were not declared. So warnings were raised with warn.undeclared for every single extension type. Now, we define the type of these variables, and no warnings are raised.
-
Stefan Behnel authored
-
Cheuk Ting Ho authored
-
Stefan Behnel authored
Fix Memviewslice docstrings & Test
-
Stefan Behnel authored
-
Felix Kohlgrüber authored
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
bweigel authored
-
Benjamin Weigel authored
[#2634] Merge Fix
-
bweigel authored
-
- 24 Oct, 2018 1 commit
-
-
Robert Bradshaw authored
Workaround for long internals misconfiguration on 64-bit MinGW.
-
- 23 Oct, 2018 3 commits
-
-
Robert Bradshaw authored
Also add a compile time check for SIZEOF_VOID_P. This fixes #2670. See also https://bugs.python.org/issue35037 https://bugs.python.org/issue4709
-
telamonian authored
-
telamonian authored
-
- 22 Oct, 2018 3 commits
-
-
Stefan Behnel authored
Fix reimport_from_subinterpreter test when PYTHONPATH is set
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 21 Oct, 2018 1 commit
-
-
Stefan Behnel authored
-