1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'main' into Xmader/feat/uncaughtExceptionHandler More... almost 2 years ago
Merge pull request #352 from Distributive-Network/Xmader/ci/macos-python3.8 More... almost 2 years ago
chore(CI): macOS Python 3.8 should be supported in the CI More... almost 2 years ago
Merge branch 'main' into Xmader/feat/uncaughtExceptionHandler More... almost 2 years ago
Merge pull request #348 from Distributive-Network/Xmader/chore/doxygen-js More... almost 2 years ago
Merge branch 'main' into Xmader/feat/uncaughtExceptionHandler More... almost 2 years ago
Merge pull request #349 from Distributive-Network/Xmader/ci/remove-macos13-runners More... almost 2 years ago
Merge pull request #350 from Distributive-Network/Xmader/chore/vscode-debugging More... almost 2 years ago
chore: the Fast Build task should build in Debug as it's supposed to run from the VSCode visual debugger More... almost 2 years ago
chore(CI): remove redundant macOS 13 CI runs More... almost 2 years ago
chore(docs): JavaScript is actually support by Doxygen More... almost 2 years ago
Update python/pythonmonkey/lib/pmjs/global-init.js More... almost 2 years ago
Update python/pythonmonkey/lib/pmjs/global-init.js More... almost 2 years ago
Update python/pythonmonkey/lib/pmjs/global-init.js More... almost 2 years ago
Merge branch 'main' into Xmader/feat/uncaughtExceptionHandler More... almost 2 years ago
Merge pull request #347 from Distributive-Network/Xmader/hotfix/clearInterval-unref More... almost 2 years ago
Merge branch 'Xmader/hotfix/clearInterval-unref' into Xmader/feat/uncaughtExceptionHandler More... almost 2 years ago
test(event-loop): `clearInterval` should properly inside another timer More... almost 2 years ago
test(event-loop): `clearInterval` should properly inside another timer More... almost 2 years ago
fix(event-loop): when a setInterval timer gets cancelled between the runs, it won't unref properly sometimes More... almost 2 years ago
test(timers): `timers-segfault.simple` is no longer failing More... almost 2 years ago
fix: change how an uncaught exception is printed out More... almost 2 years ago
fix(exception-propagation): preserve the original JS value as well for non-Error-object thrown More... almost 2 years ago
fix(exception-propagation): the `__cause__` attribute of a Python Exception must strictly be another Exception object. So we use `jsError` attribute instead. More... almost 2 years ago
feat(exception-propagation): preserve the original JS Error object as the Python Exception's `__cause__` attribute for lossless two-way conversion More... almost 2 years ago
fix(console): extra `name` property is printed after changing the Error name More... almost 2 years ago
fix(console): fix Error object printing when there's no error stack More... almost 2 years ago
Merge branch 'main' into Xmader/feat/uncaughtExceptionHandler More... almost 2 years ago
test(XHR): fix error throwing More... almost 2 years ago
feat(XHR): report HTTP errors to the `onerror` event handler More... almost 2 years ago