- 16 Nov, 2018 2 commits
-
-
jakirkham authored
-
Robert Bradshaw authored
-
- 07 Nov, 2018 2 commits
-
-
ptype authored
-
Oleksandr Pavlyk authored
-
- 02 Nov, 2018 1 commit
-
-
Stefan Behnel authored
-
- 01 Nov, 2018 13 commits
-
-
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
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
-
-
- 30 Oct, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Cheuk Ting Ho authored
-
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.
-
- 27 Oct, 2018 5 commits
-
-
Stefan Behnel authored
Fix Memviewslice docstrings & Test
-
Stefan Behnel 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 1 commit
-
-
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
-
- 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 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Oct, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Oct, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Correct the handling of line tracing errors on try-statements. Previously, this jumped to the error label of the try-statement, whereas it must target the outer error label instead. Closes #2274.
-