summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update release date.3.0.0b2Stefan Behnel2023-03-271-1/+1
* Prepare release of 3.0.0b2.Stefan Behnel2023-03-261-1/+1
* Update changelog.Stefan Behnel2023-03-261-0/+68
* Allow InterpretCompilerDirectives.visit_AnnotationNode() to process nodes tha...Chia-Hsiang Cheng2023-03-262-1/+14
* readme: Cython is more a Python compiler than a new language; include downloa...Stefan Behnel2023-03-251-9/+8
* Allow soft-complex->double coercion to run without gil (#5287)da-woods2023-03-254-11/+83
* Merge branch '0.29.x'Stefan Behnel2023-03-240-0/+0
|\
| * Account for possible extension type struct padding when calculating the items...Miro Hrončok2023-03-242-6/+40
* | Do not attempt to write out a depfile on failure (GH-5291)Eli Schwartz2023-03-241-1/+1
* | Add declarations for C++20 mathematical constants (GH-5309)Jonathan Helgert2023-03-242-0/+36
* | Add documentation about the GIL (GH-5310)da-woods2023-03-234-2/+176
* | Add a test for relative cimport within a submodule (GH-5320)Ralf Gommers2023-03-231-0/+17
* | Add simple code style checks for non-Python source files.Stefan Behnel2023-03-2336-306/+311
* | Restore 0.29.x handling of None fused memoryviews (GH-5298)da-woods2023-03-232-2/+29
* | Merge branch '0.29.x'Stefan Behnel2023-03-230-0/+0
|\ \ | |/
| * Use a more correct and specific CPython internals guard in __Pyx_Raise(). (G...Tomáš Hrnčiar2023-03-221-7/+7
* | Fix ufunc GIL handling (#5332)da-woods2023-03-223-8/+53
* | Fix the relative-first import scheme for language_level=2 in Python 3. (GH-5329)scoder2023-03-223-23/+160
* | Document the nongil except* performance pitfall (#5327)da-woods2023-03-212-0/+19
* | Allow IS_UNSIGNED macro to handle const types (GH-5302)Max Bachmann2023-03-213-3/+15
* | Fix exception handling in memoryview utilitycode (GH-5325)da-woods2023-03-204-23/+35
* | Fix missing exported C function declarations with cimport_from_pyx enabled (#...Chia-Hsiang Cheng2023-03-173-2/+23
* | Limit the cname length for generated number constants since some C compilers ...0dminnimda2023-03-172-9/+38
* | Add support for C++ std::any (#5314)Maximilien Colange2023-03-162-0/+96
* | Add a test for relative cimports from `__init__.pxd` files.Stefan Behnel2023-03-161-0/+15
* | Make sure that we include all user C code in the annotated HTML output by res...Stefan Behnel2023-03-161-0/+2
* | Tree assertions: while stripping Cython code, also remove all style informati...Stefan Behnel2023-03-161-0/+6
* | Fix FakeReference on C++03 by avoiding C++11 features (GH-5317)da-woods2023-03-161-2/+2
* | Add libcpp.cmath (#5262)Jonathan Helgert2023-03-115-0/+569
* | Merge branch '0.29.x'Stefan Behnel2023-03-070-0/+0
|\ \ | |/
| * Disable "py_unicode_strings" test in Py3.12, which removed the support for it.Matti Picus2023-03-071-0/+3
* | Merge branch '0.29.x'Stefan Behnel2023-03-072-29/+26
|\ \ | |/
| * Allow Py3.12 AttributeError suggestions in doctest output.Stefan Behnel2023-03-072-29/+26
* | Merge branch '0.29.x'Stefan Behnel2023-03-070-0/+0
|\ \ | |/
| * Stop using PyLong internals and dict versioning in Py3.12 for 0.29.x (handled...Stefan Behnel2023-03-071-2/+4
* | Merge branch '0.29.x'Stefan Behnel2023-03-070-0/+0
|\ \ | |/
| * [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
* | [ENH] Improve GH issue templates (GH-5223)0dminnimda2023-03-075-32/+41
* | Renovate docs/README (#5255)0dminnimda2023-03-062-23/+34
* | Allow nested C++ names after a module name (#5229)Chia-Hsiang Cheng2023-03-054-0/+66
* | Allow 3.12-dev in limited-api to fail (GH-5294)0dminnimda2023-03-051-0/+1
* | Doc: Migrate Numpy ufunc to pure python (#5281)Matus Valo2023-03-047-23/+81
* | Fix annotation typing of Optional[tuple] (#5272)da-woods2023-03-012-0/+12
* | Order merged_in utility code (#5282)da-woods2023-03-013-5/+35
* | Add more recent Limited-API CI builds (Py3.11/3.12).Stefan Behnel2023-03-011-0/+10
* | Remove trailing whitespace.Stefan Behnel2023-03-011-1/+1
* | Merge branch '0.29.x'Stefan Behnel2023-03-011-0/+3
|\ \ | |/
| * 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