1
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feat: to get the running event-loop in Python 3.13 is as simple as `thread_state->asyncio_running_loop` More... over 1 year ago
refactor: `_getLoopOnThread` getting thread dict More... over 1 year ago
get rid of the build warnings More... over 1 year ago
fix: replacement for the `_PyThreadState_GetDict(tstate)` API in Python 3.13 More... over 1 year ago
fix: `_PyThreadState_GetDict(tstate)` API gets removed in Python 3.13 More... over 1 year ago
fix: `_PyArg_UnpackKeywords` API is removed, use `PyArg_ParseTupleAndKeywords` instead More... over 1 year ago
fix: `_PyArg_UnpackKeywords` API is removed, use `PyArg_ParseTupleAndKeywords` instead More... over 1 year ago
Revert "refactor: shim for `_PyArg_CheckPositional`" More... over 1 year ago
refactor: shim for `_PyArg_CheckPositional` More... over 1 year ago
refactor: move the `_PyDictView_New` shim to pyshim.hh More... over 1 year ago
fix: `_PyArg_CheckPositional` function became an internal API since Python 3.13 More... over 1 year ago
Revert "WIP: remove the use of the `_PyArg_CheckPositional` private API" More... over 1 year ago
fix: `Py_NewRef` API is not available in Python < 3.10 More... over 1 year ago
fix: `_PyDictViewObject` typedef redefinition with different types on Python < 3.13 More... over 1 year ago
WIP: `_PyArg_UnpackKeywords` is removed More... over 1 year ago
WIP: `_PyThreadState_GetDict(tstate)` API gets removed in Python 3.13 More... over 1 year ago
fix: `_PyErr_SetKeyError` is removed in Python 3.13 More... over 1 year ago
feat: add shim for `_PyDictView_New` More... over 1 year ago
refactor: move the `_PyDictViewObject` shim to the `pyshim.hh` header file More... over 1 year ago
fix: `_Py_IsFinalizing` is renamed to `Py_IsFinalizing` in Python 3.13 More... over 1 year ago
cleanup unused code More... over 1 year ago
Merge branch 'main' into Xmader/feat/python-3.13-support More... over 1 year ago
Merge pull request #437 from Distributive-Network/caleb/fix/xhr-test More... over 1 year ago
Merge branch 'main' into caleb/fix/xhr-test More... over 1 year ago
Merge pull request #439 from Distributive-Network/philippe/fix-436 More... over 1 year ago
Merge branch 'main' into caleb/fix/xhr-test More... over 1 year ago
Merge branch 'main' into philippe/fix-436 More... over 1 year ago
Merge pull request #438 from Distributive-Network/philippe/fix-435 More... over 1 year ago
logic simplification More... over 1 year ago
Update tests/python/test_functions_this.py More... over 1 year ago