1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 02, 2025 — Sep 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'main' into Xmader/ci/github-m1-runner More... over 2 years ago
Merge pull request #244 from Distributive-Network/Xmader/hotfix/tests-timeout More... over 2 years ago
fix(eval): remove the need to permanently root JSFunctions returned by eval. TODO: still need to solve JSStrings being permanently rooted when returned by eval. More... over 2 years ago
test(event-loop): loosen `setTimeout(..., 'str')` timeout to 0.5s More... over 2 years ago
Merge branch 'main' into caleb/fix/this More... over 2 years ago
Merge branch 'main' into Xmader/ci/github-m1-runner More... over 2 years ago
Merge pull request #236 from Distributive-Network/Xmader/fix/socketio-connection-timeout More... over 2 years ago
ci: try fix `Failed to find an adequate linker` More... over 2 years ago
fix(FinalizationRegistry): set the FinalizationRegistry cleanup callback so that it actually works, and add a test that ensures python functions passed through JS are finalized correctly More... over 2 years ago
ci: use GitHub hosted runners to build for arm64 macOS More... over 2 years ago
ci: use GitHub hosted runners to build for arm64 macOS More... over 2 years ago
crash fix More... over 2 years ago
test(event-loop): loosen `setTimeout(..., 0)` timeout to 0.05s because it won't be precisely 0s More... over 2 years ago
test(event-loop): complete TODO tests in `test_event_loop.py` More... over 2 years ago
refactor: return `timeoutID` using `.setNumber()` More... over 2 years ago
fix(JSFunctionProxy): correctly error out if an error occurs during a call to a JSFunctionProxy More... over 2 years ago
simplification More... over 2 years ago
more precise error reporting More... over 2 years ago
chore(TODO): resolve various TODOs related to exception handling More... over 2 years ago
refactor(pyTypeFactory): refactor pyTypeFactory to use recursive calls for boxed objects More... over 2 years ago
test(PyObjectProxyHandler): write a test suit for PyObjectProxyHandler, fix bug where error was raised rather than returning undefined when accessing non-existent attribute on a python object from JavaScript More... over 2 years ago
fixed english More... over 2 years ago
refactor(PyBaseProxyHandler): refactor shared code between PyDictProxyHandler and PyObjectProxyHandler into a shared parent struct called PyDictOrObjectProxyHandler. Also remove pointer to the pyObject in the ProxyHandlers and use private slot instead, and only ever instantiate one instance of each ProxyHandler, rather than creating a new handler every time we make a new proxy object More... over 2 years ago
no more leak with the second parameter of pyTypeFactory More... over 2 years ago
English fix and improved organization More... over 2 years ago
updates More... over 2 years ago
refactor(pyTypeFactory): remove one-use variables More... over 2 years ago
refactor(JSFunctionProxy): remove extra line from JSFunctionProxy_call More... over 2 years ago
refactor(jsTypeFactory.cc): remove obvious comment More... over 2 years ago
can now assign arguments directly from sys.arg More... over 2 years ago