openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
PythonMonkey
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
8 days
ago. based on code collected
9 days
ago.
Mar 26, 2025 — Mar 26, 2026
Showing page 64 of 93
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'wes/module-system' into Xmader/feat/post-install-npm
Tom Wenzheng Tang
More...
over 2 years ago
fix: `pm.require` from the REPL
Tom Tang
More...
over 2 years ago
Merge branch 'main' into wes/module-system
Wes Garland
More...
almost 3 years ago
perf(PyProxyHandler): return underlying dict during re-entrance rather than wrapping it with a JSObjectProxy
Caleb Aikens
More...
almost 3 years ago
refactor: cache the return value of createRequire on the createRequire function itself
Tom Tang
More...
almost 3 years ago
feat: cache the return value of createRequire to always use the same require for the same filename
Tom Tang
More...
almost 3 years ago
Merge pull request #37 from Distributive-Network/BF-38
Tom Wenzheng Tang
More...
almost 3 years ago
refactor(JSObjectProxy): the `.tp_traverse` override is not necessary once we have proper `PyType_Ready(&JSObjectProxyType)` call
Tom Tang
More...
almost 3 years ago
refactor(JSObjectProxy): `.tp_alloc = PyType_GenericAlloc` is not necessary once we have proper `PyType_Ready(&JSObjectProxyType)` call
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): move `JSObjectProxyType` definition to the module main file `pythonmonkey.cc`
Tom Tang
More...
almost 3 years ago
feat(JSObjectProxy): remove JSObjectProxy initialization with a Python dict
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): init root with null object
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): clear root on dealloc
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): subclassing JSObjectProxy
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): initialize jsObject root
Tom Tang
More...
almost 3 years ago
test(JSObjectProxy): When a `JSObjectProxy` going back to JS, the prototype should be its original prototype
Tom Tang
More...
almost 3 years ago
fix(jsTypeFactory): properly detect if an object is JSObjectProxy type
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): `keyToId` handle string as UTF-8
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): proper initialization
Tom Tang
More...
almost 3 years ago
fix(PyProxyHandler): raise JS exception in `PyProxyHandler::set`
Tom Tang
More...
almost 3 years ago
fix(PyProxyHandler): raise JS exception in `PyProxyHandler::delete_`
Tom Tang
More...
almost 3 years ago
perf(PyProxyHandler): reserve memory for `ownPropertyKeys` props
Tom Tang
More...
almost 3 years ago
feat(PyProxyHandler): block direct `Object.defineProperty` on proxied Python dicts since we already have the `set` method
Tom Tang
More...
almost 3 years ago
fix: temporarily solve SpiderMonkey JIT bug related to `js::GetDOMProxyShadowsCheck()`
Tom Tang
More...
almost 3 years ago
fix(JSObjectProxy): segfault on re-entrance
Tom Tang
More...
almost 3 years ago
Merge remote-tracking branch 'origin/BF-38' into wes/improved-pmjs
Wes Garland
More...
almost 3 years ago
Merge branch 'main' into wes/improved-pmjs
Wes Garland
More...
almost 3 years ago
Merge branch 'main' into wes/improved-pmjs
Wes Garland
More...
almost 3 years ago
Merge remote-tracking branch 'origin/wes/module-system' into wes/improved-pmjs
Wes Garland
More...
almost 3 years ago
feat(PyProxyHandler): implement `getOwnPropertyKeys` for `PyListProxyHandler`
Tom Tang
More...
almost 3 years ago
←
1
2
…
60
61
62
63
64
65
66
67
68
…
92
93
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree