63
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Doc: Migrate Numpy ufunc to pure python (#5281) More... almost 2 years ago
Fix annotation typing of Optional[tuple] (#5272) More... almost 2 years ago
Order merged_in utility code (#5282) More... almost 2 years ago
Fix depfile generation on Windows, across different drives (GH-5283) More... almost 2 years ago
Add more recent Limited-API CI builds (Py3.11/3.12).
scoder
as Stefan Behnel
More... almost 2 years ago
Remove trailing whitespace.
scoder
as Stefan Behnel
More... almost 2 years ago
Merge branch '0.29.x'
scoder
as Stefan Behnel
More... almost 2 years ago
Merge branch '0.29.x' of git+ssh://github.com/cython/cython into 0.29.x
scoder
as Stefan Behnel
More... almost 2 years ago
Add a test for libc.stdlib, specifically for exception declarations on the callback used by qsort.
scoder
as Stefan Behnel
More... almost 2 years ago
Fix some issues when optimising the builtin memoryview (GH-5271) More... almost 2 years ago
[0.29] Document noexcept in CHANGES.rst (#5273) More... almost 2 years ago
fix depfile generation on Windows, across different drives (#5279) More... almost 2 years ago
Fix cleanup of non-py-object constants on module close (GH-5265) More... almost 2 years ago
Add a missing pointer cast to the Limited API code (GH-5266) More... almost 2 years ago
Fix unicode iteration in Limited API (GH5264) More... almost 2 years ago
Update changelog.
scoder
as Stefan Behnel
More... almost 2 years ago
Support auto-generation of Numpy ufuncs (GH-4803) More... almost 2 years ago
Show warning when annotation type is unknown (GH-5079) More... almost 2 years ago
Update changelog and prepare 3.0beta1 release.
scoder
as Stefan Behnel
More... almost 2 years ago
Add recently added CPython exception C-API functions (GH-5257) More... almost 2 years ago
Shorten line to make style checker happy.
scoder
as Stefan Behnel
More... almost 2 years ago
Optimise PNG images.
scoder
as Stefan Behnel
More... almost 2 years ago
Make test pass after adding float inference in GH-5234. We should really be inferring either Python float or C double from the Python type annotation of 'x' instead, but as it stands, we infer the types from the ctuple assignment.
scoder
as Stefan Behnel
More... almost 2 years ago
Make unused **keyword argument show up in locals() (GH-4899) More... almost 2 years ago
Support pyobject memoryviews in annotations (GH-4987) More... almost 2 years ago
Fix an initialization reference counting error in the Limited API (GH-4994) More... almost 2 years ago
Improve "subscript typing" of builtins (GH-5058) More... almost 2 years ago
Infer C float in "safe" type inference (GH-5234) More... almost 2 years ago
Change docs/conf to preserve themes on sphinx4+ More... almost 2 years ago
Downgrade jinja2 for version conflict reasons More... almost 2 years ago