summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix code style.3.0.0a11Stefan Behnel2022-07-311-2/+2
* Prepare release of 3.0.0a11.Stefan Behnel2022-07-312-2/+2
* Update changelog.Stefan Behnel2022-07-311-7/+40
* Don't call __Pyx_ImportNumPyArrayTypeIfAvailable() for every fused def functi...da-woods2022-07-313-0/+34
* Fix some code style issues: assert is not a function but a statement.Stefan Behnel2022-07-312-5/+5
* Allow C code assertions in tests by defining regular expressions in module di...scoder2022-07-306-8/+165
* Fix initialization of init=False dataclass fields (GH-4908)da-woods2022-07-292-4/+47
* Make Cython async functions set CO_COROUTINE and CO_ASYNC_GENERATOR code flag...scoder2022-07-293-3/+18
* Implement the --depfile command-line option for the "cython" tool (GH-4916)Eli Schwartz2022-07-297-18/+97
* Remove dead test code (replaced by new version further down).Stefan Behnel2022-07-291-21/+4
* Fix a crash due to incorrect reference counting of memoryview arguments (GH-4...da-woods2022-07-292-11/+80
* Merge branch '0.29.x'Stefan Behnel2022-07-294-3/+49
|\
| * 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
* | Add manylinux_2_28 wheel builds.Stefan Behnel2022-07-282-0/+4
* | Add GitHub Actions build jobs for Windows (GH-4324)0dminnimda2022-07-287-43/+74
* | Merge branch '0.29.x'Stefan Behnel2022-07-271-1/+1
|\ \ | |/
| * Fix release date.Stefan Behnel2022-07-271-1/+1
* | Merge branch '0.29.x'Stefan Behnel2022-07-270-0/+0
|\ \ | |/
| * 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
* | Prepare release of 0.29.31.Stefan Behnel2022-07-271-1/+8
* | [docs] Fix typo in embedded.pyxda-woods2022-07-271-1/+1
* | Merge branch '0.29.x'Stefan Behnel2022-07-270-0/+0
|\ \ | |/
| * 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
* | Merge branch '0.29.x'Stefan Behnel2022-07-271-25/+40
|\ \
| * | Update changelog.Stefan Behnel2022-07-271-25/+40
| |/
* | Merge branch '0.29.x'Stefan Behnel2022-07-265-34/+88
|\ \ | |/
| * [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
* | Remove unused function "looking_at_call" from parser (GH-4922)da-woods2022-07-262-11/+0
* | Add missing unicode C-APIs (GH-4910)Max Bachmann2022-07-261-0/+35
* | Merge branch '0.29.x'da-woods2022-07-251-10/+10
|\ \ | |/
| * Update macos version for github actions (#4917)da-woods2022-07-251-10/+10
* | Merge branch '0.29.x'Stefan Behnel2022-07-202-17/+32
|\ \ | |/
| * 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
* | Remove unhelpful comment in testda-woods2022-07-201-2/+2
* | Improve test coverage of special methods with type conversions (#4900)da-woods2022-07-201-0/+41
* | Add --module-name argument to cython command (GH-4548)Matthew Brett2022-07-195-15/+123
* | On test failures, list the directory structure in end-to-end tests to aid in ...Stefan Behnel2022-07-181-0/+4
* | pyximport: 'cd' into common dir to prevent too-long filenames (mostly for win...Matti Picus2022-07-172-12/+40
* | CI: Remove "allow_failures" for Python 3.11 to make sure we notice failures d...Ewout ter Hoeven2022-07-171-3/+1
* | Fix parser functions declarations.Stefan Behnel2022-07-171-2/+2
* | Account for possible extension type struct padding when calculating the items...da-woods2022-07-172-6/+29
* | Add missing .pxd declarations for new parser functions.Stefan Behnel2022-07-171-0/+2
* | Refactor "with" parsing code to reduce code duplication.Stefan Behnel2022-07-171-19/+18