- 01 Nov, 2018 12 commits
-
-
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 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 10 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
-