summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [0.29.x only] Remove CI build targets that only work in master.Stefan Behnel2021-11-161-116/+1
* Add specific test requirements file for Py3.4.Stefan Behnel2021-11-161-0/+3
* Test: use newer NumPy version in recent Python versions.Stefan Behnel2021-11-161-1/+1
* Use newer test dependencies in Py3.6+. (Excluding 3.10 for now to give the pr...Stefan Behnel2021-11-161-5/+0
* Add Github Actions workflow scripts.Stefan Behnel2021-11-163-0/+616
* Disable some plain Python (non Cython related) tests that fail in Py3.10 due ...Stefan Behnel2021-11-161-1/+4
* Avoid "possible loss of data" warning in MSVC by adding redundant casts to co...Stefan Behnel2021-11-072-7/+7
* Non-int conversion to Py_hash_t.Robert Bradshaw2021-11-073-2/+40
* Explicitly ignore an error return value since we're resetting the exception s...Stefan Behnel2021-11-071-1/+2
* Repair coverage tests to make them work with coverage 6.1, which changed the ...Stefan Behnel2021-11-022-22/+37
* Fix C compiler warning about implicit sign conversion (GH-4439)Lisandro Dalcin2021-11-021-1/+1
* Change C includes of "longintrepr.h" to account for upstream changes (GH-4428)Thomas A Caswell2021-10-313-4/+15
* docs: Use the Cython + IPython lexers that come with Pygments to avoid having...Stefan Behnel2021-10-213-267/+0
* Fix tracing after adapting it to Py3.11 (GH-4420)da-woods2021-10-181-2/+2
* Make Profile.c use PyThreadState_EnterTracing() (GH-4411)Victor Stinner2021-10-181-21/+38
* Update changelog.Stefan Behnel2021-09-071-0/+17
* Fix signature of "PyUnicode_CompareWithASCIIString" (GH-4344)Max Bachmann2021-09-071-1/+1