- 02 Nov, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Nov, 2018 25 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
gh2638 absolute import handling
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
This change was actually unnesarry as with the new regex we iterate over all possible combinations of package and modules.
-
bweigel authored
-
Stefan Behnel authored
Fix: absolute import handling
-
Stefan Behnel authored
Do not install test dependencies on CPython dev versions in travis as they are likely to fail in pre-releases.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
-
Kryštof Pilnáček authored
This change was actually unnesarry as with the new regex we iterate over all possible combinations of package and modules.
-
bweigel authored
-
- 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 11 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
-