summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix GCC -Wconversion warning in C utility code (GH-4854)Lisandro Dalcin2022-06-211-1/+1
* Fix bytearray iteration in 0.29.x (#4108)Kenrick Everett2022-06-212-0/+19
* BUG: fused types not subscriptable in Cython.Shadow (#4842)pfebrer2022-06-171-1/+1
* MNT: always require va_start to have two arguments (#4820)Thomas A Caswell2022-06-071-1/+1
* Use encoded string since `ModuleNode.full_module_name` may originate from dif...Stefan Behnel2022-05-171-1/+1
* Merge branch '0.29.29-reg' into 0.29.xStefan Behnel2022-05-172-1/+12
|\
| * Move from deprecated find_loader() to find_spec() for setting up the import t...Matti Picus2022-05-172-32/+14
| * Prepare release of 0.29.30.0.29.30Stefan Behnel2022-05-172-1/+12
| * Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...Stefan Behnel2022-05-175-81/+35
| * typoStefan Behnel2022-05-171-1/+1
* | Revert "Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4...Stefan Behnel2022-05-175-81/+35
* | Move from deprecated find_loader() to find_spec() for setting up the import t...Matti Picus2022-05-172-32/+14
* | typoStefan Behnel2022-05-161-1/+1
|/
* Prepare release of 0.29.29.0.29.29Stefan Behnel2022-05-162-2/+2
* Update changelog.Stefan Behnel2022-05-161-0/+8
* Remove ".__contains__" -> "PySequence_Contains" slot mappings for known built...da-woods2022-05-162-10/+52
* Update changelog.Stefan Behnel2022-05-161-1/+1
* Fix version detection and compile/runtime Python version warning with double-...da-woods2022-05-161-4/+30