summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable fast Py_SIZE(PyLong) check in Py3.12a7+ since it's no longer valid th...0.29.xStefan Behnel2023-05-162-2/+2
* Prevent calling the dealloc slot of a non-GC base class with GC tracking enab...scoder2023-05-152-6/+41
* enable passing datetime tests on PyPy (#5427)Matti Picus2023-05-071-3/+0
* Update changelog.Stefan Behnel2023-05-021-0/+10
* Allow users to override CYTHON_PEP489_MULTI_PHASE_INIT in PyPy 3.9+.Stefan Behnel2023-05-021-3/+4
* Use CYTHON_PEP489_MULTI_PHASE_INIT on PyPy 3.9 (GH-5414)Matti Picus2023-05-021-2/+5
* prepare cython for PyPy3.10 (#5408)Matti Picus2023-04-274-11/+41
* Distinguish 'api' import functions from different Cython versions (GH-5383) (...da-woods2023-04-203-35/+47
* Update changelog.Stefan Behnel2023-04-131-0/+2
* Fix argument type in call to PyGen_GetCode().Stefan Behnel2023-04-131-1/+1
* Add .readthedocs.yaml (GH-5370)0dminnimda2023-04-111-0/+25
* Update changelog.Stefan Behnel2023-04-051-0/+10
* Fix AnnotationWriter for IndexNode with empty TupleNode (GH-5355)Lisandro Dalcin2023-04-052-1/+9
* 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