- 29 Jun, 2019 4 commits
-
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Sebastian Berg authored
-
- 28 Jun, 2019 3 commits
-
-
Stefan Behnel authored
* REF: make Utils dependency-free by moving search_include_directories to Main * BUG: prefer sys.path before Cython/Include when searching for pxd files
-
Stefan Behnel authored
-
Nick Coghlan authored
CPython bpo-37221 reverts that backwards incompatible change to the PyCode_New API, replacing it with a new PyCode_NewWithPosOnlyArgs function.
-
- 13 Jun, 2019 1 commit
-
-
DWesl authored
The regex to match the gdb version is not intended to be interpreted as a regular string, it is designed to be used as-is as a regex. This lets python know that minor detail.
-
- 11 Jun, 2019 4 commits
-
-
Stefan Behnel authored
-
Josh Tobin authored
-
serge-sans-paille authored
And make it more flexible in terms of API change.
-
serge-sans-paille authored
Current checks breaks when setting 0.10.0 as a Pythran version :-/
-
- 02 Jun, 2019 1 commit
-
-
Stefan Behnel authored
-
- 31 May, 2019 2 commits
-
-
Stefan Behnel authored
Closes GH-2976.
-
Marcel Plch authored
-
- 28 May, 2019 4 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
This was broken by the attempt to exclude C++ operations from true division.
-
Stefan Behnel authored
Move the variable declarations in a C helper function to where they are actually used to avoid "unused" warnings in Py3.
-
Stefan Behnel authored
-
- 27 May, 2019 3 commits
-
-
Robert Bradshaw authored
This fixes Github issue #1950.
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix compile error with 3.8
-
- 26 May, 2019 1 commit
-
-
Marcel Plch authored
-
- 09 May, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 Apr, 2019 3 commits
-
-
Stefan Behnel authored
Closes GH-2936.
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes GH-2939.
-
- 28 Apr, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2919: Prevent tuple constants that compare equal but have different item types from being merged into one.
-
- 24 Apr, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Apr, 2019 1 commit
-
-
Stefan Behnel authored
-
- 14 Apr, 2019 1 commit
-
-
Stefan Behnel authored
-
- 31 Mar, 2019 1 commit
-
-
Stefan Behnel authored
-
- 22 Mar, 2019 1 commit
-
-
Stefan Behnel authored
-
- 18 Mar, 2019 1 commit
-
-
Stefan Behnel authored
-
- 04 Mar, 2019 2 commits
-
-
Stefan Behnel authored
At module cleanup time, clear the module dict before the global references that its content might still be using.
-
Stefan Behnel authored
Keep owned references to builtins module, "cython_runtime" module and preimport module to prevent crashes when they get removed from sys.modules. Generate cleanup code for them in the end. Closes #2885.
-