summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix release date.0.29.28Stefan Behnel2022-02-171-1/+1
* runtests: Print shard number also for each command in the EndToEnd test error...Stefan Behnel2022-02-171-2/+2
* Fix test on Windows.Stefan Behnel2022-02-171-2/+2
* runtests: print the shard number in front of the test name to show which was ...Stefan Behnel2022-02-161-10/+22
* runtests: Improve exception output.Stefan Behnel2022-02-161-5/+2
* runtests: Keep failing on test runner exceptions, because we can't continue w...Stefan Behnel2022-02-161-0/+1
* Enable faulthandler around the test runs to get a notice on shard crashes.Stefan Behnel2022-02-161-1/+27
* Fix depfile tests on Windows.Stefan Behnel2022-02-163-19/+25
* Prepare release of 0.29.28.Stefan Behnel2022-02-162-1/+16
* Restore old PyEval_EvalCode() signature for older versions of PyPy (GH-4236)Matti Picus2022-02-041-1/+1
* Fix a large chunk of exc_info changes on 0.29.x (GH-4610)da-woods2022-02-021-2/+8
* 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