summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing call argument to make type(def) coercions for soft complex types ...Stefan Behnel2023-01-102-1/+17
* Include setup.cfg in sdist.Stefan Behnel2023-01-061-0/+1
* Typo fix in changelogda-woods2023-01-051-1/+1
* Merge branch '0.29.x'Stefan Behnel2023-01-051-1/+4
|\
| * 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 changelog.Stefan Behnel2023-01-051-2/+31
* | Increase CI timeout since we're getting close to 50 minutes on Windows, appar...Stefan Behnel2023-01-051-2/+2
* | Remove Py2.6 from tested tox.ini envs.Stefan Behnel2023-01-051-1/+1
* | Merge branch '0.29.x'Stefan Behnel2023-01-052-1/+2
|\ \ | |/
| * Update tox.ini a little and include it in sdist.Stefan Behnel2023-01-052-1/+2
* | Avoid exponential recursion when coercing nested conditional expressions.Stefan Behnel2023-01-052-9/+65
* | Fix Github ticket references in tests ('t' is the prefix used for old trac ti...Stefan Behnel2023-01-052-2/+2
* | CI: Use ccache in Github Actions also for the non-Linux jobs (GH-4972)0dminnimda2023-01-052-11/+32
* | Fix the step for uploading platform-specific wheels to GitHub (GH-5034)Roman Donchenko2023-01-051-6/+1
* | Add missing `annotation_typing` in Shadow.py (GH-5196)0dminnimda2023-01-052-2/+11
* | Merge branch '0.29.x'Stefan Behnel2023-01-044-30/+61
|\ \ | |/
| * 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
* | Update cibuildwheel version.Stefan Behnel2023-01-031-1/+1
* | Skip define 'extern "C"' test on Windows (#5189)da-woods2023-01-011-7/+17
* | Mark extension types as immutable (#5023)Max Bachmann2023-01-012-0/+53
* | Change how memoryviewslice/array has sequence flag set (#5187)da-woods2022-12-317-7/+30
* | Fix windows tests and make some Windows CI builds "must pass" (#5175)da-woods2022-12-314-10/+37
* | Remove unnecessary OrderedDict usage for CpdefEnums (#5180)GalaxySnail2022-12-261-5/+9
* | numpy.int -> numpy.int_ (#5181)da-woods2022-12-222-7/+7
* | Support 2 and 3 arg __[ri]pow__ (#5168)da-woods2022-12-158-24/+245
* | Suppress annoying "Command line warning D9025" messages in test output on Win...Stefan Behnel2022-12-141-0/+6
* | Fix module struct C syntax error on windows (#5171)AnyLeftovers2022-12-121-1/+1
* | Docs: Document type qualifiers (#5165)Matus Valo2022-12-111-0/+28
* | Fix error from combination of two Complex.c changes (#5167)da-woods2022-12-101-2/+1
* | Add the `cpow` directive to bring Cython `**` close to Python (GH-5016)da-woods2022-12-0810-7/+471
* | Improve detection of C complex.h (GH-5021)da-woods2022-12-083-22/+81
* | Accept both 'int' and 'long' for 'x: int' annotations in Py2 (GH-5097)scoder2022-12-0810-23/+75
* | Update changelog.Stefan Behnel2022-12-071-13/+21
* | Added PyUnicode_AsUTF8AndSize to includes (#5163)William Ayd2022-12-071-1/+17
* | Add compiler directive to disable the default exception propagation for legac...Matus Valo2022-12-068-5/+205
* | Relax `nogil_check()` of `SliceIndexNode` to support array initialisation (#5...Matus Valo2022-12-033-1/+98
* | Docs: Migrate fused types userguide to pure python (#5119)Matus Valo2022-12-0310-133/+521
* | Refactor module state to always use struct (#5056)da-woods2022-12-017-104/+54
* | Update changelog.Stefan Behnel2022-11-301-1/+5
* | Update changelog.Stefan Behnel2022-11-301-7/+29
* | Use topological sort to speed up quadratic-time ModuleNode.sort_types_by_inhe...Scott Wolchok2022-11-301-23/+26
* | Add missing load_factor() method on libcpp/unordered_multimap (GH-5157)Dobatymo2022-11-301-0/+1
* | Remove Emacs Cython mode file that was moved to its own repo: https://github....Stefan Behnel2022-11-301-312/+0