summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try to work around some test issues in PyPy3:gh2564_enable_bindingStefan Behnel2020-03-222-4/+13
* Merge branch 'master' into gh2564_enable_bindingStefan Behnel2020-03-2285-460/+1543
|\
| * Merge branch '0.29.x'Stefan Behnel2020-03-211-2/+9
| |\
| | * Update changelog.Stefan Behnel2020-03-211-2/+9
| | * Only use PyUnicode_Concat on unicode object operations (GH-3433)da-woods2020-03-212-11/+24
| | * Slight adjustment to documentation of "quiet" parameter for cythonize(). (GH-...will-ca2020-03-211-1/+2
| | * Add fpclassify() and FP_* constants to math.pxdZackery Spytz2020-03-211-0/+6
| | * Add genobject.pxdZackery Spytz2020-03-212-0/+26
| | * BLD: update the trove classifier to include python 3.8Thomas A Caswell2020-03-211-0/+1
| | * Add missing declarations to slice.pxd (GH-3411)Zackery Spytz2020-03-211-0/+23
| * | Only use PyUnicode_Concat on unicode object operations (GH-3433)da-woods2020-03-212-11/+24
| * | Slight adjustment to documentation of "quiet" parameter for cythonize(). (GH-...will-ca2020-03-211-1/+2
| * | Add fpclassify() and FP_* constants to math.pxdZackery Spytz2020-03-211-0/+6
| * | Add genobject.pxdZackery Spytz2020-03-212-0/+26
| * | BLD: update the trove classifier to include python 3.8Thomas A Caswell2020-03-211-0/+1
| * | Add missing declarations to slice.pxd (GH-3411)Zackery Spytz2020-03-211-0/+23
| * | Merge branch '0.29.x'Stefan Behnel2020-03-213-0/+18
| |\ \ | | |/
| | * Enable temps for C functions by using function pointers instead.Stefan Behnel2020-03-213-0/+18
| * | Updated documentation of multiple inheritence rules (GH-3422)da-woods2020-03-211-2/+5
| * | Exclude failing "complex.h" test on Windows, where old MSVC versions lack "<c...Stefan Behnel2020-03-211-0/+2
| * | Merge branch '0.29.x'Stefan Behnel2020-03-211-0/+9
| |\ \ | | |/
| | * Update changelog.Stefan Behnel2020-03-211-0/+3
| | * Adapt to Pythran update: __builtin__ -> builtins (GH-3308)serge-sans-paille2020-03-211-4/+13
| | * Update changelog.Stefan Behnel2020-03-211-0/+6
| | * Merge branch '0.29.x' of git+ssh://github.com/cython/cython into 0.29.xStefan Behnel2020-03-212-2/+5
| | |\
| | | * Backport some fixes for C compiler warnings (GH-3437)Matti Picus2020-03-192-2/+5
| | * | Add missing declarations to number.pxd (GH-3421)Zackery Spytz2020-03-121-0/+14
| * | | Adapt to Pythran update: __builtin__ -> builtins (GH-3308)serge-sans-paille2020-03-211-4/+13
| * | | Enable pypy as a required Travis test (GH-3392)da-woods2020-03-2018-47/+203
| * | | Add some missing Py3.3+ declarations to object.pxd (GH-3445)Zackery Spytz2020-03-191-0/+18
| * | | Fix the cdiv() and cmod() definitions in Shadow.py (GH-3429)Zackery Spytz2020-03-162-5/+10
| * | | Add missing declarations to number.pxd (GH-3421)Zackery Spytz2020-03-121-0/+14
| * | | fix indentation on annotation_typing docs (GH-3257)Samuel Colvin2020-03-101-1/+1
| * | | Only isinstance-test the type for actual types.Stefan Behnel2020-03-091-5/+5
| * | | Make it a bit less likely that the Python version of cython.cast() does somet...Stefan Behnel2020-03-091-1/+1
| * | | Fixed initialization of __Pyx_CachedCFunction in the LIMITED_API (GH-3379)da-woods2020-03-071-2/+5
| * | | Merge branch '0.29.x'Stefan Behnel2020-03-071-0/+4
| |\ \ \ | | |/ /
| | * | Update changelog.Stefan Behnel2020-03-071-0/+4
| | * | Fixed issue where fused functions didn't register as cyfunctions (GH-3386)da-woods2020-03-072-0/+16
| | |/
| * | Fixed issue where fused functions didn't register as cyfunctions (GH-3386)da-woods2020-03-072-0/+16
| * | Update changelog.Stefan Behnel2020-03-071-6/+27
| * | Merge branch '0.29.x'Stefan Behnel2020-03-071-0/+3
| |\ \ | | |/
| | * Update changelog.Stefan Behnel2020-03-071-0/+3
| | * Fixed crash with default arguments and bound fused functions (GH-3398)da-woods2020-03-072-0/+51
| * | Fixed crash with default arguments and bound fused functions (GH-3398)da-woods2020-03-072-0/+51
| * | Support fused arguments specified by annotation or locals (GH-3391)da-woods2020-03-034-9/+76
| * | Merge branch '0.29.x'Stefan Behnel2020-02-291-0/+12
| |\ \ | | |/
| | * Update changelog.Stefan Behnel2020-02-291-0/+12
| | * Fix the signature of _Py_PyAtExit() (GH-3382)Zackery Spytz2020-02-291-2/+2
| | * FIX: Declare cimported ctuples (GH-1427) (GH-3271)isotherm2020-02-293-6/+32