1
I Use This!
Low Activity

Commits : Listings

Analyzed 7 days ago. based on code collected 9 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(exception-propagation): Python `exit` and `sys.exit` only raise a SystemExit exception. We definitely don't want to catch it in JS. More... over 2 years ago
test(exception-propagation): write tests for catching JS exceptions in Python More... over 2 years ago
test(exception-propagation): write tests for catching Python exceptions in JS More... over 2 years ago
feat(callPyFunc): catch Python exceptions in JS More... over 2 years ago
Merge pull request #126 from Distributive-Network/feature/pmjs-installed-as-cli-tool More... over 2 years ago
refactor(pmjs-lib,pmjs): moved pmjs-lib to appropriate lib location More... over 2 years ago
Merge pull request #121 from Distributive-Network/wes/small-fixes More... over 2 years ago
Give user hint for pythonmonkey version More... over 2 years ago
Update .github/ISSUE_TEMPLATE/bug_pythonmonkey.yaml More... over 2 years ago
Update .github/ISSUE_TEMPLATE/bug_pythonmonkey.yaml More... over 2 years ago
feature(pmjs): change and update pmjs to become cli tool installed with pythonmonkey into python bin path More... over 2 years ago
Merge pull request #119 from wiwichips/feature/js-test-coverage More... over 2 years ago
Add JS<>Py function tests More... over 2 years ago
Merge remote-tracking branch 'origin/main' into wes/pmjs-event-loop More... over 2 years ago
Merge remote-tracking branch 'origin/main' into wes/pmjs-event-loop More... over 2 years ago
Merge pull request #122 from Distributive-Network/Xmader/fix/PythonAwaitable_Check More... over 2 years ago
pmjs - don't plumb in setTimeout for repl, pass around {loop} to avoid NYI pm type errors More... over 2 years ago
Merge pull request #123 from Distributive-Network/Xmader/fix/handle-errors-in-callPyFunc More... over 2 years ago
Merge branch 'main' into Xmader/fix/JSObjectProxy-as-dict More... over 2 years ago
fix(callPyFunc): errors may occur when populating the python args tuple More... over 2 years ago
refactor(jsTypeFactory): `PythonAwaitable_Check` use `Py_TYPE(obj)->tp_as_async` to check if an object is awaitable More... over 2 years ago
Merge branch 'main' into wes/better-stacks More... over 2 years ago
Merge branch 'wes/small-fixes' into wes/pmjs-event-loop More... over 2 years ago
Merge pull request #83 from Distributive-Network/wes/pmjs-improved-parsing More... over 2 years ago
createRequire - return existing require from module cache when exact filename match; add pminit node_modules to require.path More... over 2 years ago
createRequire - return existing require from module cache when exact filename match; add pminit node_modules to require.path More... over 2 years ago
Merge pull request #101 from bryan-hoang/test/js-2-py-boolean-bool More... over 2 years ago
pmjs-lib/event-loop - throw if callback is not a function More... over 2 years ago
pmjs ropt, popt tests - fix error in failure-handling More... over 2 years ago
pmjs ropt, popt tests - fix error in failure-handling More... over 2 years ago