summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | Remove unneeded includes and silence a compiler warningda-woods2022-09-032-6/+8
| | * | | | | | | | | | Use static arrays instead of tuples and varargs for classesda-woods2022-09-032-76/+58
| | * | | | | | | | | | Remove unneeded includes and silence a compiler warningda-woods2022-09-032-6/+8
| | * | | | | | | | | | "Fix" Py2.7 issueda-woods2022-09-031-0/+6
| | * | | | | | | | | | Merge branch 'match-mapping' into match-classda-woods2022-09-032-5/+17
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | "Fix" Py2 error formatting issueda-woods2022-09-032-4/+17
| | * | | | | | | | | | Simplify type checkingda-woods2022-09-032-12/+37
| | * | | | | | | | | | Disable memview test on Py2da-woods2022-09-031-7/+17
| | * | | | | | | | | | Merge branch 'match-mapping' into match-classda-woods2022-09-032-211/+300
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Refactor MappingComparisonNode into twoda-woods2022-09-031-28/+60
| | | * | | | | | | | | Alternative implementation of mapping that avoids varargsda-woods2022-09-012-178/+196
* | | | | | | | | | | | Merge branch 'master' into patma-previewda-woods2022-12-08264-2517/+14165
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | 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
| * | | | | | | | | | | Add new "tp_watched" PyTypeObject field in Py3.12.Stefan Behnel2022-11-294-0/+31
| * | | | | | | | | | | Use setuptools>60 for CPython 3.12+, skip unicode test on PyPy and 3.12+ (GH-...Matti Picus2022-11-294-0/+16
| * | | | | | | | | | | Fix Python 3.11 fastcall test in debug mode (#5152)da-woods2022-11-261-0/+12
| * | | | | | | | | | | allow suggestions on AttributeError for PyPy in doctests (#5148)Matti Picus2022-11-262-3/+3
| * | | | | | | | | | | Add missing 3.12 to ci.yml (#5151)da-woods2022-11-261-2/+2
| * | | | | | | | | | | Merge branch '0.29.x'da-woods2022-11-263-3/+16
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Avoid triggering type-check assert for cyfuncs [0.29.x] (#5031)da-woods2022-11-262-1/+14
| | * | | | | | | | | | | Backport support for PEP-623 to 0.29.x: remove Unicode wstr support (GH-5145)Lisandro Dalcin2022-11-242-17/+17
| | * | | | | | | | | | | Pin line_profiler version to <4 (#5140)da-woods2022-11-231-1/+1
| * | | | | | | | | | | | Avoid warnings from bitwise '&' with boolean operands (#5096)Alexander Shadchin2022-11-201-4/+4
| * | | | | | | | | | | | Remove HTML template support from Tempita (#5128)Marcel Stimberg2022-11-201-102/+2
| * | | | | | | | | | | | Allow returning const types. (#5135)Mike Graham2022-11-182-0/+15
| * | | | | | | | | | | | Pin line_profiler version to <4 (#5140)da-woods2022-11-181-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Add note about PyMSVC to the docsda-woods2022-11-131-1/+5
| * | | | | | | | | | | Fix whitespace issueda-woods2022-11-122-1/+4
| * | | | | | | | | | | Merge branch '0.29.x'da-woods2022-11-121-0/+41
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Update Cython 0.29.33 changelogda-woods2022-11-121-0/+38
| * | | | | | | | | | | Clean up issues with dataclasses and inheritance (#5046)da-woods2022-11-128-13/+88
| * | | | | | | | | | | Remove "assignable" requirement from cpp_locals (#4692)da-woods2022-11-122-9/+40
| * | | | | | | | | | | Allow nested cppclass definitions (#3221)samaingw2022-11-124-2/+51
| * | | | | | | | | | | Run GCC 11 tests with the most recent language standard (#5078)da-woods2022-11-112-5/+7
| * | | | | | | | | | | Remove CHANGES comment about immutable cdef dataclassesda-woods2022-11-111-4/+0
| * | | | | | | | | | | cython, cythonize commands print a specific error when file does not exist (#...Matus Valo2022-11-088-7/+86
| * | | | | | | | | | | Fix linkage for `cdef public` functions in C++ mode (#5040)Maximilien Colange2022-11-085-26/+163