summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add cpython.marshal declarations (GH-3468)Zackery Spytz2020-03-262-0/+67
| * | Use PEP 518 indication for Cython build-time dependency. (GH-3461)Diego Elio Pettenò2020-03-261-4/+16
| * | Fixed initialization of the array with the list which was broken in GH-3244 (...Dmitry Shesterkin2020-03-262-2/+16
| * | Avoid incorrect type calls from cython.declare and cython.cast in Shadow.py (...Dmitry Shesterkin2020-03-252-16/+140
| * | Mark missing argument errors in argument parsing code as unlikely (GH-3428)Alex Henrie2020-03-241-2/+2
| * | Mark view.* extension types as non-imported so that they can be inherited fro...da-woods2020-03-244-1/+20
| * | Make memoryviews work with cache_builtins=False (GH-3415)da-woods2020-03-243-26/+48
| * | Add MinGW doc for Python 3.8+ (GH-3454)Yuan2020-03-241-0/+61
| * | In the documentation, update references to point at `setuptools`. (GH-3456)Diego Elio Pettenò2020-03-2415-72/+64
| * | Make reference counting more type specific by moving it into PyrexTypes (GH-3...da-woods2020-03-248-330/+421
| * | Remove redundant pointer comparison (already done as a shortcut before this l...Stefan Behnel2020-03-241-2/+3
| * | 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