1
I Use This!
Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 6 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor(jsTypeFactory): evaluate function object flags once More... almost 2 years ago
test(exception-propagation): add test for the uncaught Promise rejections handler when not in the pmjs environment More... almost 2 years ago
fix: reference count More... almost 2 years ago
fix: reference count More... almost 2 years ago
Merge branch 'main' into Xmader/fix/Future-exception-never-retrieved More... almost 2 years ago
Merge pull request #362 from Distributive-Network/Xmader/fix/pmjs-rval More... almost 2 years ago
Update python/pythonmonkey/require.py More... almost 2 years ago
Merge pull request #363 from Distributive-Network/Xmader/fix/pminit-error-output More... almost 2 years ago
Merge branch 'main' into Xmader/fix/pminit-error-output More... almost 2 years ago
Merge pull request #364 from Distributive-Network/Xmader/chore/add-back-type-hints More... almost 2 years ago
feat(exception-propagation): print out the actual JS error for uncaught rejections instead of a Python `Future exception was never retrieved` error message when not using pmjs More... almost 2 years ago
feat(event-loop): do not propagate unhandled Promise rejection if there's no user-defined exception handler on the Python event-loop More... almost 2 years ago
feat(typing): add typings for `JSStringProxy` and `JSArrayProxy` More... almost 2 years ago
feat(typing): add typings for the helper functions More... almost 2 years ago
feat(typing): add back root type hints in the pyi file More... almost 2 years ago
feat(pminit): pminit should exit directly if npm ends with a non-zero exit code More... almost 2 years ago
fix(pyTypeFactory): we shouldn't use `printf` here. Print to the Python error message instead. More... almost 2 years ago
fix(pyTypeFactory): properly print the error message for JS `symbol`s More... almost 2 years ago
docs: update README for eval options More... almost 2 years ago
feat(pmjs): forcibly run the program module, discards the return value of the script More... almost 2 years ago
Merge branch 'main' into caleb/fix/variadic More... almost 2 years ago
tests(PyFunctionProxy): write tests for using python functions with too few or too many arguments More... almost 2 years ago
chore(tests): remove outdated tests regarding number of function arguments More... almost 2 years ago
feat(PyFunctionProxy): support calling python functions from JS with too many or too few arguments More... almost 2 years ago
Merge pull request #360 from Distributive-Network/philippe/trace-fix More... almost 2 years ago
improved formatting More... almost 2 years ago
Do not print the internal implementation line in the trace method More... almost 2 years ago
Merge pull request #353 from Distributive-Network/caleb/fix/rootedstrings More... almost 2 years ago
fix(PythonExternalString): sizeOfBuffer now correctly returns the length of the python string More... almost 2 years ago
fix(Makefile): fix typo More... almost 2 years ago