summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 0.29.34.0.29.34Stefan Behnel2023-04-022-2/+2
* Disable "pylong" and "longintrepr" tests in Py3.12 that accessed PyLongObject...Stefan Behnel2023-04-021-3/+6
* Update changelog.Stefan Behnel2023-04-021-0/+4
* Avoid accessing "PyGenObject->gi_code", which was removed in CPython 3.12a6 a...Stefan Behnel2023-04-021-0/+4
* Add an explicit (although unnecessary) "noexcept" marker to the "PyCapsule_De...Stefan Behnel2023-04-022-1/+34
* Fix a reference leak when a for-loop's "else:" branch contains a "break" for ...Stefan Behnel2023-04-012-10/+42
* Update changelog.Stefan Behnel2023-03-291-0/+15
* Do not attempt to write out a depfile on failure (GH-5291)Eli Schwartz2023-03-291-1/+1
* Allow globally forcing C file regeneration by setting the env var CYTHON_FORC...Harmen Stoppels2023-03-291-0/+3
* Account for possible extension type struct padding when calculating the items...Miro Hrončok2023-03-242-6/+40
* Use a more correct and specific CPython internals guard in __Pyx_Raise(). (G...Tomáš Hrnčiar2023-03-221-7/+7
* Disable "py_unicode_strings" test in Py3.12, which removed the support for it.Matti Picus2023-03-071-0/+3
* Allow Py3.12 AttributeError suggestions in doctest output.Stefan Behnel2023-03-072-29/+26
* Stop using PyLong internals and dict versioning in Py3.12 for 0.29.x (handled...Stefan Behnel2023-03-071-2/+4
* [0.29.x] IpythonMagic: Replace deprecated imp.load_dynamic() by importlib (GH...Matus Valo2023-03-062-9/+9
* Fix depfile generation on Windows, across different drives (GH-5283)Eli Schwartz2023-03-011-2/+7
* Merge branch '0.29.x' of git+ssh://github.com/cython/cython into 0.29.xStefan Behnel2023-03-012-0/+4
|\
| * [0.29] Document noexcept in CHANGES.rst (#5273)Matus Valo2023-02-281-0/+3
| * Declare support for Python 3.11 (#5244)Hugo van Kemenade2023-02-061-0/+1
* | Prepare release of 0.29.33.0.29.33Stefan Behnel2023-01-052-2/+2
|/
* Update changelog.Stefan Behnel2023-01-051-0/+3
* Avoid exponential recursion when coercing nested conditional expressions.Stefan Behnel2023-01-052-9/+65
* Update tox.ini a little and include it in sdist.Stefan Behnel2023-01-052-1/+2
* Update changelog.Stefan Behnel2023-01-041-7/+25
* Add support of const fused type memory views (GH-3118) (GH-5076)da-woods2023-01-044-12/+126
* [0.29.x] Avoid using asyncio.get_event_loop (GH-5188)da-woods2023-01-042-22/+36
* numpy.int -> numpy.int_ (#5190)da-woods2022-12-312-7/+7
* Add PyUnicode_AsUTF8AndSize to cpython imports [0.29.x] (#5164)Matus Valo2022-12-081-1/+17
* Add 'cpow' as a forward compatibility to 0.29.x (GH-5060)da-woods2022-12-082-0/+10
* Avoid triggering type-check assert for cyfuncs [0.29.x] (#5031)da-woods2022-11-262-1/+14
* Backport support for PEP-623 to 0.29.x: remove Unicode wstr support (GH-5145)Lisandro Dalcin2022-11-242-17/+17
* Pin line_profiler version to <4 (#5140)da-woods2022-11-231-1/+1
* Update Cython 0.29.33 changelogda-woods2022-11-121-0/+38
* Fix various clang warnings (#5086)Lisandro Dalcin2022-10-175-19/+16
* always set CYTHON_UPDATE_DESCRIPTOR_DOC to 0 on PyPy (#5083)Matti Picus2022-10-121-1/+1
* [0.29] deprecation warning for "from x cimport class A" syntax (#4905)da-woods2022-10-111-0/+2
* Revert "Fix PYPY_VERSION_HEX/PYPY_VERSION_NUM typo (#5074)"da-woods2022-10-091-1/+1
* Fix PYPY_VERSION_HEX/PYPY_VERSION_NUM typo (#5074)Matti Picus2022-10-091-1/+1
* setup.py: Add project_urls for PyPI (#5064)Ewout ter Hoeven2022-10-051-0/+7
* "Fix" an exception formatting issue on Py2 (#5018)da-woods2022-10-041-0/+8
* Fix bug with complex powers of negative numbers (#5014)da-woods2022-09-192-1/+87
* only cancel successive runs for pull requests (#5008)Max Bachmann2022-09-041-1/+1
* cancel unfinished CI run to save CI time (#5006)Max Bachmann2022-09-041-0/+4
* [0.29] implement the --depfile command-line option for the "cython" tool (GH-...releaseEli Schwartz2022-08-056-21/+97
* Hide a C compiler "unused argument" warning in Py3.11 where the "fast thread ...Stefan Behnel2022-08-041-1/+1
* Prepare release of 0.29.32.0.29.32Stefan Behnel2022-07-292-1/+14
* Reallow capture of memoryview arguments (GH-4929)da-woods2022-07-292-8/+19
* Fix error where "import *" tried to overwrite a macro in utility code (GH-4930)da-woods2022-07-283-2/+11
* Fix release date.Stefan Behnel2022-07-271-1/+1
* Prepare release of 0.29.31.0.29.31Stefan Behnel2022-07-272-2/+9