1
I Use This!
Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Mar 21, 2025 — Mar 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use PersistentRooted pointer instead of inline in struct for Object and Array proxies More... about 2 years ago
chore(tests): remove extra empty lines from test_objects.py More... about 2 years ago
chore(PyProxyHandlers): remove TODO comments about proxy object traps, as their implementations are correct. More... about 2 years ago
refactor(PyDictOrObjectProxyHandler): refactor the finalize method out to the parent class since its identical for both child classes More... about 2 years ago
chore(PyDictOrObjectProxyHandler): remove blank line More... about 2 years ago
feat(console): implement `console.group` & printing with appropriate grouping levels More... about 2 years ago
feat(console): implement console timing methods More... about 2 years ago
feat(console): implement other console methods as aliases to console.log More... about 2 years ago
feat(console): implement `console.assert` method More... about 2 years ago
feat(console): implement `console.clear` More... about 2 years ago
feat(console): implement `console.count`/`console.countReset` methods More... about 2 years ago
fix(console): fix `console.trace` header to match Node.js's More... about 2 years ago
feat(console): implement proper `console.trace` method More... about 2 years ago
version update More... about 2 years ago
increment firefox version More... about 2 years ago
remove unused second parameter to pyTypeFactory More... about 2 years ago
Merge branch 'caleb/fix/this' into philippe/pyTypeFactory-cleanup More... about 2 years ago
Revert "chore(meta): update all top-of-file comments" More... about 2 years ago
heap-allocated root should be persistent More... about 2 years ago
Merge branch 'caleb/fix/this' of https://github.com/Distributive-Network/PythonMonkey into caleb/fix/this More... about 2 years ago
fix(console): console methods should return undefined instead of a number More... about 2 years ago
fix on clear method, incref in object.get More... about 2 years ago
docs(JSMethodProxy): write docs describing how to use JSMethodProxy to implement methods on python classes More... about 2 years ago
improved clear methods and related naming, variable folding More... about 2 years ago
feat(PyListProxyHandler): implement and add tests for Array methods that take a thisArg argument for a callback More... about 2 years ago
fix file header attributions More... about 2 years ago
decref the result of python calls. Rooted type simplifications More... about 2 years ago
improved setdefault performance More... about 2 years ago
Merge branch 'caleb/fix/this' into philippe/pyTypeFactory-cleanup More... about 2 years ago
Merge branch 'main' into caleb/fix/this More... about 2 years ago