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
1 day
ago. based on code collected
2 days
ago.
Sep 02, 2025 — Sep 02, 2026
Showing page 38 of 94
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'main' into Xmader/ci/github-m1-runner
philippedistributive
More...
over 2 years ago
Merge pull request #244 from Distributive-Network/Xmader/hotfix/tests-timeout
philippedistributive
More...
over 2 years ago
fix(eval): remove the need to permanently root JSFunctions returned by eval. TODO: still need to solve JSStrings being permanently rooted when returned by eval.
Caleb Aikens
More...
over 2 years ago
test(event-loop): loosen `setTimeout(..., 'str')` timeout to 0.5s
Tom Tang
More...
over 2 years ago
Merge branch 'main' into caleb/fix/this
philippedistributive
More...
over 2 years ago
Merge branch 'main' into Xmader/ci/github-m1-runner
Tom Wenzheng Tang
More...
over 2 years ago
Merge pull request #236 from Distributive-Network/Xmader/fix/socketio-connection-timeout
Tom Wenzheng Tang
More...
over 2 years ago
ci: try fix `Failed to find an adequate linker`
Tom Tang
More...
over 2 years ago
fix(FinalizationRegistry): set the FinalizationRegistry cleanup callback so that it actually works, and add a test that ensures python functions passed through JS are finalized correctly
Caleb Aikens
More...
over 2 years ago
ci: use GitHub hosted runners to build for arm64 macOS
Tom Tang
More...
over 2 years ago
ci: use GitHub hosted runners to build for arm64 macOS
Tom Tang
More...
over 2 years ago
crash fix
philippedistributive
More...
over 2 years ago
test(event-loop): loosen `setTimeout(..., 0)` timeout to 0.05s because it won't be precisely 0s
Tom Tang
More...
over 2 years ago
test(event-loop): complete TODO tests in `test_event_loop.py`
Tom Tang
More...
over 2 years ago
refactor: return `timeoutID` using `.setNumber()`
Tom Tang
More...
over 2 years ago
fix(JSFunctionProxy): correctly error out if an error occurs during a call to a JSFunctionProxy
Caleb Aikens
More...
over 2 years ago
simplification
philippedistributive
More...
over 2 years ago
more precise error reporting
philippedistributive
More...
over 2 years ago
chore(TODO): resolve various TODOs related to exception handling
Caleb Aikens
More...
over 2 years ago
refactor(pyTypeFactory): refactor pyTypeFactory to use recursive calls for boxed objects
Caleb Aikens
More...
over 2 years ago
test(PyObjectProxyHandler): write a test suit for PyObjectProxyHandler, fix bug where error was raised rather than returning undefined when accessing non-existent attribute on a python object from JavaScript
Caleb Aikens
More...
over 2 years ago
fixed english
Philippe Laporte
More...
over 2 years ago
refactor(PyBaseProxyHandler): refactor shared code between PyDictProxyHandler and PyObjectProxyHandler into a shared parent struct called PyDictOrObjectProxyHandler. Also remove pointer to the pyObject in the ProxyHandlers and use private slot instead, and only ever instantiate one instance of each ProxyHandler, rather than creating a new handler every time we make a new proxy object
Caleb Aikens
More...
over 2 years ago
no more leak with the second parameter of pyTypeFactory
Philippe Laporte
More...
over 2 years ago
English fix and improved organization
Philippe Laporte
More...
over 2 years ago
updates
Philippe Laporte
More...
over 2 years ago
refactor(pyTypeFactory): remove one-use variables
Caleb Aikens
More...
over 2 years ago
refactor(JSFunctionProxy): remove extra line from JSFunctionProxy_call
Caleb Aikens
More...
over 2 years ago
refactor(jsTypeFactory.cc): remove obvious comment
Caleb Aikens
More...
over 2 years ago
can now assign arguments directly from sys.arg
Philippe Laporte
More...
over 2 years ago
←
1
2
…
34
35
36
37
38
39
40
41
42
…
93
94
→
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