summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Update somewhat incorrect comment.Stefan Behnel2020-03-241-1/+1
* | Remove redundant type check.Stefan Behnel2020-03-241-1/+1
* | Avoid using PyUnicode_GET_SIZE() in PEP393 code.Stefan Behnel2020-03-241-2/+2
* | Merge branch '0.29.x'Stefan Behnel2020-03-241-2/+2
|\ \ | |/
| * Prepare release of 0.29.16.0.29.16Stefan Behnel2020-03-231-1/+1
| * Update changelog.Stefan Behnel2020-03-231-2/+2
| * Add iterobject.pxd (GH-3452)Zackery Spytz2020-03-232-0/+25
* | Add iterobject.pxd (GH-3452)Zackery Spytz2020-03-232-0/+25
* | Merge pull request #2864 from cython/gh2564_enable_binding: Enable "binding" ...Stefan Behnel2020-03-2317-67/+427
|\ \
| * | 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