summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Enable temps for C functions by using function pointers instead.Stefan Behnel2020-03-213-0/+18
* 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
* | 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
|/
* 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
* 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
* Update changelog.Stefan Behnel2020-02-181-1/+7
* Fixing declaration of inner OpenMP privates (GH-3348)Frank Schlimbach2020-02-182-7/+56
* Fixed a bug with C++ comparison operators (GH-3361)da-woods2020-02-183-1/+29
* Add Makefile target to generate a universal Py2/3 wheel when not compiling Cy...Stefan Behnel2020-02-141-0/+6
* Update changelog.Stefan Behnel2020-02-121-0/+12
* Make it clearer what "make repo" is meant for.Stefan Behnel2020-02-122-2/+4
* updated documentation to mention 'const' for read-only buffersmitch2020-02-122-8/+12
* Avoid clang compiler warning for potentially dead code.Stefan Behnel2020-02-121-1/+1
* Remove deprecated import of imp module (#3350)Matti Picus2020-02-121-1/+9
* fix "undeclared" warning about generated pickle methods (GH-3353)da-woods2020-02-121-0/+2
* Prepare release of 0.29.15.0.29.15Stefan Behnel2020-02-062-2/+2
* Suppress clang compiler warnings abou compile-time constant conditions and de...Stefan Behnel2020-01-301-23/+23
* Fix tests in "libcpp_algo" test as already done in master.Stefan Behnel2020-01-301-4/+4
* Make sure we always use the correct post-analysed bases, mkw and metaclass in...Stefan Behnel2020-01-304-51/+62
* Fix temp cleanup in async functions when the return value is in a temp variable.Stefan Behnel2020-01-293-1/+40
* Add warning that no Cython-specific tests should be added to the PEP-492 coro...Stefan Behnel2020-01-291-0/+5
* Update changelog.Stefan Behnel2020-01-241-1/+10
* Change goto label to avoid compile conflict (GH-3241)ThePrez2020-01-131-17/+17
* Clean up travis config in 0.29.x branch.Stefan Behnel2020-01-081-5/+7
* Test cleanups.Stefan Behnel2020-01-081-1/+5
* Fixed handling of kwds in generator closures (GH-3268)da-woods2020-01-082-2/+43
* Fix deprecated threading API usage in test runner.Stefan Behnel2020-01-071-3/+3
* Remove legacy imports from IPython integration since the "py3compat" module c...Stefan Behnel2020-01-022-20/+22
* Update changelog.Stefan Behnel2019-12-281-0/+10
* Import "Iterable" ABC class from "collections.abc" in Py3 instead of deprecat...Stefan Behnel2019-12-281-1/+6
* Fix temp variable handling for the super() class cell. (GH-3289)Stefan Behnel2019-12-283-18/+45