summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [0.29] Add --module-name argument to cython command (GH-4906)h-vetinari2022-07-274-14/+138
* Update changelog.Stefan Behnel2022-07-271-25/+40
* Backport "noexcept" function modifier to Cython 0.29.x (GH-4903)da-woods2022-07-273-1/+26
* [0.29] Add configuration for the "nogil" CPython fork (GH-4912) (GH-4914)Sam Gross2022-07-262-0/+52
* [0.29] Use atomic reference counting in MemoryView in more cases (GH-4912) (G...Sam Gross2022-07-263-32/+27
* Update macos version for github actions (#4917)da-woods2022-07-251-10/+10
* Minor code cleanups after 3a373e2ccdddc79202d9ed13edc85d4b95616b26.Stefan Behnel2022-07-201-3/+5
* Make pickle checksum calculation succeed even if one of the hash algorithms i...Stefan Behnel2022-07-202-19/+29
* CI: Remove "allow_failures" for Python 3.11 to make sure we notice failures d...Ewout ter Hoeven2022-07-181-3/+3
* Fixed over-zealous optimization of append attribute usage to "__Pyx_PyObject_...da-woods2022-07-163-2/+36
* Error on memoryview argument capture on 0.29.x (GH-4849)da-woods2022-07-122-2/+33
* Add tests for NULL objects in memoryviews (GH-4871)da-woods2022-07-062-11/+49
* Revert "includes/cpython: Fix newfunc to use PyObject* for args/kwargs instea...Stefan Behnel2022-07-041-1/+1
* includes/cpython: Fix newfunc to use PyObject* for args/kwargs instead of obj...Kirill Smelkov2022-07-031-1/+1
* Fix tuple*float test on PyPyda-woods2022-07-031-2/+2
* Updated changelogda-woods2022-07-031-0/+34
* BUG: Fortify object buffers against included NULLs (#4859)Sebastian Berg2022-07-032-7/+55
* Fix tuple multiplication in MergedSequenceNode (GH-4864)da-woods2022-06-282-1/+19
* Docs: don't say cdef functions exist in module dict (#4865)da-woods2022-06-261-7/+0