- 01 Nov, 2018 4 commits
-
-
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 5 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.
-
Андрей Парамонов authored
-
Андрей Парамонов authored
-
Андрей Парамонов authored
-
- 17 Oct, 2018 1 commit
-
-
Андрей Парамонов authored
-
- 16 Oct, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Oct, 2018 1 commit
-
-
Stefan Behnel authored
-
- 14 Oct, 2018 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Only error out for non-ASCII literals on actual bytes literals
-
Stefan Behnel authored
Smarter bounds checks
-
Stefan Behnel authored
See https://bugs.python.org/issue28397
-
Stefan Behnel authored
-
- 13 Oct, 2018 2 commits
-
-
Stefan Behnel authored
Add --3str command line option to 'cython' program
-
Stefan Behnel authored
Improve message for deprecated "language=..." option
-