summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update changelog.Stefan Behnel2022-04-211-0/+28
* Avoid error if type doesn't have "__getstate__" when setting up pickle suppor...da-woods2022-04-181-1/+7
* Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...scoder2022-04-164-57/+35
* Disable CYTHON_FAST_PYCALL on Py3.10 (0.29.x) (GH-4735)da-woods2022-04-152-1/+46
* docs: fix code quoting error (GH-4729)da-woods2022-04-121-1/+1
* Fix UnionType.__setattr__ in Shadow.py (GH-4727)Jordan Brière2022-04-121-1/+1
* Test for object.__getstate__ (new in Py3.11) in auto-pickling code (GH-4732)da-woods2022-04-121-2/+17
* Prevent Python call with exception set in __Pyx_AddTraceback() (GH-4723)Jakub Kulík2022-04-071-1/+11
* Disable "CYTHON_UPDATE_DESCRIPTOR_DOC" for Pyston. It was previously only ena...Stefan Behnel2022-04-071-1/+1
* Stop using "PyBytesObject.ob_shash" in Py3.11, where it is deprecated. It was...Stefan Behnel2022-04-071-1/+1
* Allow setting descriptor docstring on PyPy>v7.3.9 (GH-4701)Matti Picus2022-04-012-2/+11
* Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4703)Oleksandr Pavlyk2022-03-314-35/+57
* Do not redefine _USE_MATH_DEFINES in generated code (GH-4690)Yuriy Chernyshov2022-03-211-2/+4
* Fix test again: 'str' doesn't pickle well across the Py2/3 boundary.Stefan Behnel2022-03-141-13/+14
* Make the pickle test actually test that auto-pickling uses the right checksum...Stefan Behnel2022-03-141-7/+13
* Make error message more readable by using hex integer values for all presente...Stefan Behnel2022-03-141-1/+1
* For the auto-pickle checksum, allow SHA-1 and SHA-256 which are used by Cytho...Stefan Behnel2022-03-142-5/+45
* Import internal CPython frame header file in Python 3.11 (GH-4667)Thomas A Caswell2022-03-124-0/+25
* Add a test.Stefan Behnel2022-03-121-0/+17
* Resolve some doctest issues in Python 3.11.Stefan Behnel2022-02-243-3/+9
* Correctly generate function definions in finally clauses (GH-4652)da-woods2022-02-242-0/+20
* Try to fix test on Windows.Stefan Behnel2022-02-191-2/+2
* 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