summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog.3.0.0b1Stefan Behnel2023-02-251-0/+7
* Support auto-generation of Numpy ufuncs (GH-4803)da-woods2023-02-2516-6/+642
* Show warning when annotation type is unknown (GH-5079)Matus Valo2023-02-254-8/+98
* Update changelog and prepare 3.0beta1 release.Stefan Behnel2023-02-252-5/+49
* Add recently added CPython exception C-API functions (GH-5257)Max Bachmann2023-02-251-0/+7
* Shorten line to make style checker happy.Stefan Behnel2023-02-251-1/+1
* Optimise PNG images.Stefan Behnel2023-02-252-0/+0
* Make test pass after adding float inference in GH-5234. We should really be i...Stefan Behnel2023-02-251-2/+2
* Make unused **keyword argument show up in locals() (GH-4899)da-woods2023-02-242-9/+17
* Support pyobject memoryviews in annotations (GH-4987)da-woods2023-02-242-4/+70
* Fix an initialization reference counting error in the Limited API (GH-4994)da-woods2023-02-241-2/+25
* Improve "subscript typing" of builtins (GH-5058)da-woods2023-02-245-73/+122
* Infer C float in "safe" type inference (GH-5234)da-woods2023-02-243-4/+15
* Change docs/conf to preserve themes on sphinx4+da-woods2023-02-211-2/+1
* Downgrade jinja2 for version conflict reasonsda-woods2023-02-211-1/+1
* Downgrade sphinx-tabs for version conflict reasonsda-woods2023-02-211-1/+1
* Downgrade sphinx version (2)da-woods2023-02-211-1/+1
* Downgrade minimum sphinx versionda-woods2023-02-211-1/+1
* Update doc-requirements.txtda-woods2023-02-211-4/+4
* Add .readthedocs.yaml (#5254)0dminnimda2023-02-201-0/+25
* [docs] Softdeprecated C style array declaration in favour of Java style decla...Matus Valo2023-02-187-14/+64
* Fix PyLong digits access in CPython 3.12.Stefan Behnel2023-02-134-10/+18
* Disable access to the "ma_version_tag" dict field in CPython 3.12 since PEP 6...Stefan Behnel2023-02-131-1/+2
* Use a more correct and specific CPython internals guard in __Pyx_Raise().Stefan Behnel2023-02-131-7/+7
* [docs] Parallelization tutorial (#5184)da-woods2023-02-0613-0/+572
* Declare support for Python 3.11 (#5244)Hugo van Kemenade2023-02-061-0/+1
* Avoid C++ warnings when initializing module state (GH-5236)da-woods2023-01-301-1/+8
* Make sure we parse int(Py_UCS4) as a digit and not a plain character value in...scoder2023-01-253-0/+101
* Fix test.Stefan Behnel2023-01-251-2/+2
* Tests: Show offending position instead of decorator position if negative tree...Stefan Behnel2023-01-251-2/+3
* Fix bound class methods when unpacking builtin method calls (GH-5219)0dminnimda2023-01-245-2/+100
* Prevent arbitrary test requirement files in pip installations etc. from inter...Stefan Behnel2023-01-241-1/+1
* Avoid unnecessary coercion to Python on int comparisons (#4821)da-woods2023-01-233-60/+115
* Switch from deprecated `.setDaemon()` (#5220)Alexander Shadchin2023-01-201-1/+1
* Write unicode strings instead of str in Py2 to get a more optimised string ge...Stefan Behnel2023-01-171-1/+1
* Minor code cleanups.Stefan Behnel2023-01-171-2/+2
* Disable parsing command line arguments as Python options in embedding code (G...Alexander Shadchin2023-01-171-0/+2
* Use PyxCodeWriter in the dataclass TemplateCode (GH-5049)da-woods2023-01-164-21/+63
* Optimize dispatch for fused memoryview types (GH-5073)da-woods2023-01-125-11/+217
* Replace deprecated C-API functions in embedding code with PyConfig calls (GH-...Alexander Shadchin2023-01-121-0/+33
* Improve "cpdef enum" to Python conversion (GH-4877)da-woods2023-01-107-9/+195
* Clean up `build_hex_version` (GH-5209)0dminnimda2023-01-101-9/+13
* Also support ".pre" and ".post" when parsing Cython's version.Stefan Behnel2023-01-101-3/+3
* Update changelog.Stefan Behnel2023-01-101-1/+13
* Fix comment.Stefan Behnel2023-01-101-1/+1
* Fix version parsing in Utils.build_hex_version() after allowing a '.dev0' suf...Stefan Behnel2023-01-101-1/+3
* Add comment to Shadow.py that lists possible version formats.Stefan Behnel2023-01-101-0/+1
* Use PEP-440 Development release segment in public version identifiers (GH-5205)Julien Jerphanion2023-01-101-1/+1
* Initialize array fields of structs with memcpy (GH-5201)Chia-Hsiang Cheng2023-01-102-4/+22
* Make cpdef enums pickleable (GH-5124)da-woods2023-01-104-3/+36