summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 0.29.27.0.29.27Stefan Behnel2022-01-282-3/+3
* Update changelog.Stefan Behnel2022-01-281-0/+8
* Remove test code that fails to compile in Py3.11 (and that isn't really worth...Stefan Behnel2022-01-281-10/+1
* Fix division-by-zero crash in tests when the C ompiler discards the computati...Stefan Behnel2022-01-281-0/+1
* Backport GH-4563 : generate dependency files (GH-4576)Evgeni Burovski2022-01-285-0/+166
* Make the test files that depend on "cythonarrayutil.pxi" compilable by themse...Stefan Behnel2022-01-284-4/+4
* Minot test cleanup.Stefan Behnel2022-01-281-1/+3
* Keep utility code names across type specialisations and show it in the C file...Stefan Behnel2022-01-281-1/+5
* Remove imports and @asyncio.coroutine decorators from test that are gone in P...Stefan Behnel2022-01-281-3/+1
* Use "Py_ssize_t" instead of "int" for a node counter variable to avoid useles...Stefan Behnel2022-01-281-1/+1
* Update changelog.Stefan Behnel2022-01-281-0/+18
* Disable parallel builds in the 0.29.x branch since they currently misbehave a...Stefan Behnel2022-01-251-2/+2
* Avoid C compiler warning about uninitialised "am_send" slots in Py3.10+.Stefan Behnel2022-01-213-3/+16
* Make sure that we raise a TypeError for invalid numbers of arguments for rang...Stefan Behnel2022-01-162-1/+10
* Remove outdated warning about OpenMP < 3.0. Even the now-EOL Docker images fo...Stefan Behnel2022-01-161-4/+0
* Adapt to upcoming PyPy3.8/9 releases (GH4517)Matti Picus2021-12-255-12/+13
* Guard uses of tp_pypy_flags and tp_vectorcall on PyPy (GH-4509)Matti Picus2021-12-214-22/+22
* Update changelog.0.29.26Stefan Behnel2021-12-161-0/+2
* Add "tp_pypy_flags" field to PyTypeObject struct when compiling in PyPy 6.0+ ...Stefan Behnel2021-12-164-0/+35
* Prepare release of 0.29.26.Stefan Behnel2021-12-162-1/+14
* Revert "Add tp_inline_values_offset to slot_table (0.29.x) (GH-4473)"Stefan Behnel2021-12-164-53/+19
* Prevent in-list optimisation when the list contains starred expresssions (GH-...Arvind Natarajan2021-12-142-0/+22
* Clean up CFLAGS/LDFLAGS setup in wheel build.Stefan Behnel2021-12-061-3/+3
* Update release date, now that it took a little longer.Stefan Behnel2021-12-061-1/+1
* Also upload the musllinux wheels to GH Releases.0.29.25-1Stefan Behnel2021-12-061-2/+4
* Also upload the Python tgz and wheel to GH Releases.0.29.25Stefan Behnel2021-12-061-0/+8
* Add more wheel targets and use the normal Makefile wheel build for everything.Stefan Behnel2021-12-062-79/+49
* Use newer GH wheel build action to make it work with Py3.10.Stefan Behnel2021-12-051-4/+4
* Fix wheel upload in release build.Stefan Behnel2021-12-051-2/+2
* pyston support: backport memory corruption fix GH-4200 to 0.29.x branch (GH-4...Marius Wachtler2021-12-051-2/+2
* Fixed uninitialized test on 3.11 (GH-4474)da-woods2021-12-051-24/+24
* Update changelog.Stefan Behnel2021-12-051-1/+1
* Let a tracing test run slower to prevent div-by-zero crashes in line_profiler...Stefan Behnel2021-12-051-0/+3
* Disable USE_UNICODE_WRITER for Py3.11 (GH-4480)da-woods2021-12-051-1/+3
* Prepare release of 0.29.x.Stefan Behnel2021-12-051-1/+1
* Add tp_inline_values_offset to slot_table (0.29.x) (GH-4473)da-woods2021-12-054-19/+53
* Update changelog.Stefan Behnel2021-12-051-1/+14
* Exceptions.c: use PyCode_NewEmpty() in Py3 instead of PyCode_New() (GH-4479)da-woods2021-12-051-12/+19
* Fix unittest method usage that was long deprecated and removed in Py3.11.Stefan Behnel2021-11-181-1/+1
* Get 0.29.x working on Python 3.11 (GH-4465)da-woods2021-11-183-5/+83
* Enable usage of std::move() only in the supported versions of MSVC (GH-4191)Max Bachmann2021-11-181-1/+2
* Fix some deprecated unittest method usages.Stefan Behnel2021-11-187-31/+31
* Import TextTestResult in test runner instead of _TextTestResult (GH-4415)da-woods2021-11-182-10/+7
* Change gcc version check in test runner to a numeric comparison (GH-4359)da-woods2021-11-181-2/+4
* Clean up some code in cython.inline() implementation.Stefan Behnel2021-11-181-12/+15
* Add Python 3.10 classifier to setup.py metadata (GH-4468)Mike Taves2021-11-181-0/+1
* Fix some imports.Stefan Behnel2021-11-181-2/+2
* [0.29.x only] Ignore docs build failures. Currently fails due to incompatible...Stefan Behnel2021-11-161-1/+1
* Add missing attribute declaration for FunctionState class.Stefan Behnel2021-11-161-0/+1
* Small changes to get `--cython-compile-all` working again (GH-3650)da-woods2021-11-162-2/+3