summaryrefslogtreecommitdiff
path: root/Cython
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 0.29.34.0.29.34Stefan Behnel2023-04-021-1/+1
* 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-021-1/+1
* Fix a reference leak when a for-loop's "else:" branch contains a "break" for ...Stefan Behnel2023-04-011-9/+14
* 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
* 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
* Prepare release of 0.29.33.0.29.33Stefan Behnel2023-01-051-1/+1
* Avoid exponential recursion when coercing nested conditional expressions.Stefan Behnel2023-01-051-9/+19
* Add support of const fused type memory views (GH-3118) (GH-5076)da-woods2023-01-041-0/+1
* 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-261-1/+4
* Backport support for PEP-623 to 0.29.x: remove Unicode wstr support (GH-5145)Lisandro Dalcin2022-11-241-14/+14
* 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
* "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-191-1/+1
* [0.29] implement the --depfile command-line option for the "cython" tool (GH-...releaseEli Schwartz2022-08-054-19/+31
* 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-291-1/+1
* Reallow capture of memoryview arguments (GH-4929)da-woods2022-07-291-8/+0
* Fix error where "import *" tried to overwrite a macro in utility code (GH-4930)da-woods2022-07-282-2/+5
* Prepare release of 0.29.31.0.29.31Stefan Behnel2022-07-271-1/+1
* [0.29] Add --module-name argument to cython command (GH-4906)h-vetinari2022-07-273-14/+86
* Backport "noexcept" function modifier to Cython 0.29.x (GH-4903)da-woods2022-07-271-1/+7
* [0.29] Add configuration for the "nogil" CPython fork (GH-4912) (GH-4914)Sam Gross2022-07-261-0/+50
* [0.29] Use atomic reference counting in MemoryView in more cases (GH-4912) (G...Sam Gross2022-07-262-28/+23
* 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
* Fixed over-zealous optimization of append attribute usage to "__Pyx_PyObject_...da-woods2022-07-162-2/+2
* Error on memoryview argument capture on 0.29.x (GH-4849)da-woods2022-07-121-2/+13
* 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
* BUG: Fortify object buffers against included NULLs (#4859)Sebastian Berg2022-07-031-7/+10
* Fix tuple multiplication in MergedSequenceNode (GH-4864)da-woods2022-06-281-1/+1
* 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-211-0/+4
* 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
* 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-171-1/+1