63
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 13 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test runner: Python 3.13 removes unittest.findTestCase (#6182) More... 1 day ago
[Docs] Create links to Python/C API (#4881) More... 2 days ago
Call `__set_name__` during setting type attribute. (#6179) More... 2 days ago
[dpcs] Improve `@dataclass` example (#4866) More... 2 days ago
Accelerate divmod() for C int type integers (#6073) More... 2 days ago
Use the new large PyLong conversion functions in Py3.13. (GH-5997) More... 2 days ago
Adapt CPython compatibility test to new error message in Py3.13.
scoder
as Stefan Behnel
More... 3 days ago
[Docs] Update examples to language lvl 3 (#6143) More... 3 days ago
Document examples of arrays of pointers and pointer to array (#6177) More... 4 days ago
Merge branch '3.0.x' More... 5 days ago
Drop debugging prints from test More... 5 days ago
Fix bytes startswith/endswith with nonbytes argument (#6168) More... 5 days ago
Fix bytes startswith/endswith with nonbytes argument (#6168) More... 5 days ago
[3.0] Do not set exception_check if already set during analyzing pxd file (#6150) More... 5 days ago
Warn on use of the old Py2 buffer protocol (#6175) More... 5 days ago
[docs] Fix link in embedding docs More... 6 days ago
Make limited API object==float work (#6098) More... 10 days ago
Add c++11 emplace functions to deque.pxd (#6159) More... 11 days ago
Add bindings for Py_REFCNT and use it in tests and docs (#6152) More... 12 days ago
Remove forgotten debug prints (#6157) More... 12 days ago
Re-enable CYTHON_USE_PYLONG_INTERNALS and CYTHON_USE_PYLONG_INTERNALS for the nogil build (#6155) More... 14 days ago
Do not set exception_check if already set during analyzing pxd file (#6124) More... 16 days ago
Use FileNotFoundError instead of OSError (#6149) More... 16 days ago
Enable vectorcall on nogil build (#6147) More... 18 days ago
Simplify module setup code for nogil/free-threaded CPython (GH-6137) More... 19 days ago
Remove outdated comment.
scoder
as Stefan Behnel
More... 22 days ago
Fix a comment.
scoder
as Stefan Behnel
More... 25 days ago
CI: Stop using deprecated macos-11 job images, but still target 11.0 (instead of 10.5, which is also legacy).
scoder
as Stefan Behnel
More... 25 days ago
Avoid 'unreachable code' warnings in clang.
scoder
as Stefan Behnel
More... 26 days ago
Docs: Adapt string examples to language_level=3 (#6140) More... 26 days ago