1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 11, 2025 — Jun 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'Xmader/hotfix/clearInterval-unref' into Xmader/feat/uncaughtExceptionHandler More... about 2 years ago
test(event-loop): `clearInterval` should properly inside another timer More... about 2 years ago
test(event-loop): `clearInterval` should properly inside another timer More... about 2 years ago
fix(event-loop): when a setInterval timer gets cancelled between the runs, it won't unref properly sometimes More... about 2 years ago
test(timers): `timers-segfault.simple` is no longer failing More... about 2 years ago
fix: change how an uncaught exception is printed out More... about 2 years ago
fix(exception-propagation): preserve the original JS value as well for non-Error-object thrown More... about 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... about 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... about 2 years ago
fix(console): extra `name` property is printed after changing the Error name More... about 2 years ago
fix(console): fix Error object printing when there's no error stack More... about 2 years ago
Merge branch 'main' into Xmader/feat/uncaughtExceptionHandler More... about 2 years ago
test(XHR): fix error throwing More... about 2 years ago
feat(XHR): report HTTP errors to the `onerror` event handler More... about 2 years ago
Merge pull request #346 from cookdocker/fix-setup-bug More... about 2 years ago
fix bug for setup poetry command More... about 2 years ago
Merge pull request #344 from Distributive-Network/caleb/fix/nightlydocs More... about 2 years ago
fix(CI): build docs in only a single runner that has the correct dependencies installed More... about 2 years ago
perf(build): do not build SpiderMonkey if BUILD_TYPE is None More... about 2 years ago
style: comment for function More... about 2 years ago
fix merging errors More... about 2 years ago
Merge branch 'main' into Xmader/feat/uncaughtExceptionHandler More... about 2 years ago
fix(pmpm): fix importing pmpm for post-install-hook More... about 2 years ago
fix(pmpm): import pmpm for post-install-hook More... about 2 years ago
refactor(pmpm): support any abstract working directory More... about 2 years ago
Merge branch 'main' into Xmader/feat/npm-py More... about 2 years ago
Merge pull request #323 from Distributive-Network/Xmader/feat/WtfPM More... about 2 years ago
Update src/PyEventLoop.cc More... about 2 years ago
style: break up long comment line More... about 2 years ago
fix(event-loop): timers with a complicated job function can't be automatically unref'ed sometimes More... about 2 years ago