1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feat(typing): add back root type hints in the pyi file More... over 2 years ago
feat(pminit): pminit should exit directly if npm ends with a non-zero exit code More... over 2 years ago
fix(pyTypeFactory): we shouldn't use `printf` here. Print to the Python error message instead. More... over 2 years ago
fix(pyTypeFactory): properly print the error message for JS `symbol`s More... over 2 years ago
docs: update README for eval options More... over 2 years ago
feat(pmjs): forcibly run the program module, discards the return value of the script More... over 2 years ago
Merge branch 'main' into caleb/fix/variadic More... over 2 years ago
tests(PyFunctionProxy): write tests for using python functions with too few or too many arguments More... over 2 years ago
chore(tests): remove outdated tests regarding number of function arguments More... over 2 years ago
feat(PyFunctionProxy): support calling python functions from JS with too many or too few arguments More... over 2 years ago
Merge pull request #360 from Distributive-Network/philippe/trace-fix More... over 2 years ago
improved formatting More... over 2 years ago
Do not print the internal implementation line in the trace method More... over 2 years ago
Merge pull request #353 from Distributive-Network/caleb/fix/rootedstrings More... over 2 years ago
fix(PythonExternalString): sizeOfBuffer now correctly returns the length of the python string More... over 2 years ago
fix(Makefile): fix typo More... over 2 years ago
fix(JSStringProxy): fix reference count management of JSStringProxies never reaching 0 More... over 2 years ago
Merge branch 'main' into caleb/fix/rootedstrings More... over 2 years ago
Merge pull request #355 from bwest2397/fix-sudo-when-building-in-docker-container More... over 2 years ago
Merge branch 'main' into caleb/fix/rootedstrings More... over 2 years ago
Merge branch 'main' into fix-sudo-when-building-in-docker-container More... over 2 years ago
Merge pull request #156 from Distributive-Network/Xmader/feat/uncaughtExceptionHandler More... over 2 years ago
Merge pull request #354 from Distributive-Network/Xmader/fix/xhr-keepalive More... over 2 years ago
feat(XHR): change the default HTTP-Keep-Alive to 5s More... over 2 years ago
Update src/setSpiderMonkeyException.cc More... over 2 years ago
Update src/setSpiderMonkeyException.cc More... over 2 years ago
Update src/JobQueue.cc More... over 2 years ago
test(XHR): test HTTP-Keep-Alive automatically in the CI by tracing system calls that open a TCP connection More... over 2 years ago
fix(XHR): `keepAliveConnector` attached to a different loop More... over 2 years ago
test(exception-propagation): add tests for sending JS Errors caught in Python back to JS More... over 2 years ago