63
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 22, 2023 — Nov 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change GetItem function More... 4 days ago
Remove dead Py3.7 code.
scoder
as Stefan Behnel
More... 5 days ago
Prevent crash when method call fails and use simple refcounting code in __Pyx_GetCurrentInterpreterId().
scoder
as Stefan Behnel
More... 5 days ago
Fix a crash when calling the optimised sorted() by using a dedicated "SortedListNode" for this simple code injection. (#6497) More... 5 days ago
Turn off module state for Limited API (#6469) More... 7 days ago
Fix Pythran (#6494) More... 8 days ago
Docs: Mention that setuptools now supports extensions (#6495) More... 13 days ago
Fix some C compiler warnings.
scoder
as Stefan Behnel
More... 14 days ago
Split the PyLongBinop utility function into shorter type specific functions to allow inlining the type dispatch and eventually doing it at translation time if possible.
scoder
as Stefan Behnel
More... 14 days ago
Merge branch '3.0.x'
scoder
as Stefan Behnel
More... 15 days ago
[3.0.x] Fix & on 0 produced by int.from_bytes on Python 3.10 (GH-6481) (GH-6485) More... 15 days ago
Format changelog.
scoder
as Stefan Behnel
More... 15 days ago
Build: Disable wheel build for Py3.7.
scoder
as Stefan Behnel
More... 15 days ago
Merge branch '3.0.x'
scoder
as Stefan Behnel
More... 16 days ago
Update changelog.
scoder
as Stefan Behnel
More... 16 days ago
Merge branch '3.0.x'
scoder
as Stefan Behnel
More... 16 days ago
CI: Update some build versions and migrate away from EOL macos-12 build image.
scoder
as Stefan Behnel
More... 16 days ago
Prepare release of Cython 3.1.0a1.
scoder
as Stefan Behnel
More... 16 days ago
Update changelog.
scoder
as Stefan Behnel
More... 16 days ago
Prevent compilation in Py3.7.
scoder
as Stefan Behnel
More... 16 days ago
Drop Python 3.7, require Python 3.8+ (GH-6378) More... 16 days ago
Fix & on 0 produced by int.from_bytes on Python 3.10 (GH-6481) More... 19 days ago
Do not include CPython 'internal/*.h' files in PyPy (GH-6482) More... 19 days ago
Merge branch '3.0.x' More... 21 days ago
Fix code style More... 21 days ago
Merge branch '3.0.x' More... 21 days ago
Avoid spurious noexcept warnings (#6430) More... 21 days ago
Pick a few small fixes out of #6226 (GH-6470) More... 22 days ago
Fix ref counting of assignment expression memviews (#6436) More... 25 days ago
Fix refcounting of default arguments with CYTHON_AVOID_BORROWED_REFS (#6130) More... 25 days ago