1
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 15, 2025 — Jun 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(console): `console.clear` should not print a trailing \n More... over 2 years ago
Merge branch 'main' into caleb/fix/this More... over 2 years ago
Merge branch 'main' into Xmader/feat/console-more-methods More... over 2 years ago
next version will be 0.4.0 More... over 2 years ago
Merge branch 'main' into wes/update-js-deps More... over 2 years ago
update package-lock.json to v3 lockfile; bump browserify-sign version due to npm audit More... over 2 years ago
Merge pull request #178 from Distributive-Network/dependabot/npm_and_yarn/python/pminit/pythonmonkey/browserify-sign-4.2.2 More... over 2 years ago
Merge branch 'main' into dependabot/npm_and_yarn/python/pminit/pythonmonkey/browserify-sign-4.2.2 More... over 2 years ago
finished details of JSObjectProxy.repr: skip over the $super key to avoid infinite recur More... over 2 years ago
Merge branch 'main' into Xmader/feat/console-more-methods More... over 2 years ago
tp_name must be same as that of super type More... over 2 years ago
feat(jsTypeFactory): correctly check the result of JS_CallFunctionName to see if an exception should be raised More... over 2 years ago
chore(FinalizationRegistry): change jsFunctionRegistry from a pointer to an object, and initialize it in PyInit_pythonmonkey More... over 2 years ago
chore(jsTypeFactory): remove extra blank lines from jsTypeFactory More... over 2 years ago
use PersistentRooted pointer instead of inline in struct for Object and Array proxies More... over 2 years ago
chore(tests): remove extra empty lines from test_objects.py More... over 2 years ago
chore(PyProxyHandlers): remove TODO comments about proxy object traps, as their implementations are correct. More... over 2 years ago
refactor(PyDictOrObjectProxyHandler): refactor the finalize method out to the parent class since its identical for both child classes More... over 2 years ago
chore(PyDictOrObjectProxyHandler): remove blank line More... over 2 years ago
feat(console): implement `console.group` & printing with appropriate grouping levels More... over 2 years ago
feat(console): implement console timing methods More... over 2 years ago
feat(console): implement other console methods as aliases to console.log More... over 2 years ago
feat(console): implement `console.assert` method More... over 2 years ago
feat(console): implement `console.clear` More... over 2 years ago
feat(console): implement `console.count`/`console.countReset` methods More... over 2 years ago
fix(console): fix `console.trace` header to match Node.js's More... over 2 years ago
feat(console): implement proper `console.trace` method More... over 2 years ago
version update More... over 2 years ago
increment firefox version More... over 2 years ago
remove unused second parameter to pyTypeFactory More... over 2 years ago