summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix optimised PyLong abs() implementation in Py3.12.Stefan Behnel2023-04-141-1/+12
* | Document the new `CYTHON_EXTERN_C` macro (GH-5366)Matus Valo2023-04-132-0/+30
* | Update changelog.Stefan Behnel2023-04-131-1/+17
* | Add a "CYTHON_EXTERN_C" macro to allow redefining "__PYX_EXTERN_C" on user si...scoder2023-04-132-43/+56
* | Merge branch '0.29.x'Stefan Behnel2023-04-131-0/+2
|\ \ | |/
| * 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
* | Fix issues with partially optimized cascaded comparisons (GH-5357)da-woods2023-04-132-6/+78
* | Temporarily disable the FastGIL feature in CPython 3.12 until we have a worki...Stefan Behnel2023-04-131-1/+2
* | Handle additions to "_DataclassParams" signature in Py3.12 dataclasses (GH-5368)da-woods2023-04-133-16/+137
* | Fix argument type in call to PyGen_GetCode().Stefan Behnel2023-04-091-1/+1
* | Avoid another potential signedness issue in the new PyLong code.Stefan Behnel2023-04-061-1/+1
* | Remove unintended duplicate of `IS_UNSIGNED_IMPL` and make the macro generall...0dminnimda2023-04-065-15/+28
* | Fix signedness issues in support for the new PyLong struct layout in Py3.12a7.Stefan Behnel2023-04-061-1/+1
* | Implement support for the new PyLong struct layout in Py3.12a7. (GH-5353)scoder2023-04-054-116/+133
* | Merge branch '0.29.x'Stefan Behnel2023-04-051-0/+15
|\ \ | |/
| * Update changelog.Stefan Behnel2023-04-051-0/+10
| * Fix AnnotationWriter for IndexNode with empty TupleNode (GH-5355)Lisandro Dalcin2023-04-052-1/+9
* | Fix AnnotationWriter for IndexNode with empty TupleNode (GH-5355)Lisandro Dalcin2023-04-052-1/+9
* | Fix preprocessor guard around utility function to avoid "unused" warnings.Stefan Behnel2023-04-041-2/+2
* | Remove special macOS CI targets as they can just be part of the build matrix.Stefan Behnel2023-04-031-47/+4
* | Remove Py3.4 from CI targets since it's no longer available for Ubuntu 20.04.Stefan Behnel2023-04-031-3/+0
* | Remove outdated apt package from CI setup.Stefan Behnel2023-04-031-1/+1
* | Move CI to Ubuntu 20.04 to fix failures.Stefan Behnel2023-04-031-27/+27
* | Refactor the label interception code in for-loop nodes to do the iterator cle...scoder2023-04-031-21/+20
* | Update changelog.Stefan Behnel2023-04-021-0/+19
* | Merge branch '0.29.x'Stefan Behnel2023-04-021-1/+1
|\ \ | |/
| * 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
* | Merge branch '0.29.x'Stefan Behnel2023-04-021-0/+4
|\ \ | |/
| * 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
* | Refactor label interception code in for-loop and exception handling nodes to ...scoder2023-04-022-51/+59
* | Merge branch '0.29.x'Stefan Behnel2023-04-012-9/+41
|\ \ | |/
| * Fix a reference leak when a for-loop's "else:" branch contains a "break" for ...Stefan Behnel2023-04-012-10/+42
* | Avoid deprecated Py_OptimizeFlag in Py3.12 (GH-5343)scoder2023-03-314-6/+30
* | Disable "pylong" and "longintrepr" tests in Py3.12 that accessed PyLongObject...Stefan Behnel2023-03-311-2/+5
* | Avoid accessing "PyGenObject->gi_code", which was removed in CPython 3.12a6 a...Stefan Behnel2023-03-311-0/+4
* | Add an explicit (although unnecessary) "noexcept" marker to the "PyCapsule_De...Stefan Behnel2023-03-312-1/+34
* | CI: Disable NumPy usage in Py3.12 since it does not work there yet.Stefan Behnel2023-03-301-1/+1
* | docs: Provide more examples and a clearer wording for the "noexcept" migratio...Stefan Behnel2023-03-291-10/+17
* | Merge branch '0.29.x'Stefan Behnel2023-03-291-0/+17
|\ \ | |/
| * 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
* | Fix typo in C comment.Stefan Behnel2023-03-281-2/+2
* | Disable fast thread state access in CPython 3.12a6 (GH-5339)Daniele Nicolodi2023-03-281-1/+2
* | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2023-03-272-1/+15
|\ \