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 minute
ago. based on code collected
about 21 hours
ago.
Aug 31, 2025 — Aug 31, 2026
Showing page 5 of 94
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix(CI): the macOS-12 environment is deprecated and removed from GitHub hosted runners
Tom Tang
More...
over 1 year ago
feat(JobQueue): implement the new `JobQueue::getHostDefinedData` method on `JobQueue` for the new SpiderMonkey version
Tom Tang
More...
over 1 year ago
fix(JobQueue): the `JobQueue::getIncumbentGlobal` method has been removed from the definition in new SpiderMonkey version
Tom Tang
More...
over 1 year ago
chore(deps): upgrade SpiderMonkey to `250be4ca3c669db9a397456402f68249aa15d8d5`
github-actions[bot]
More...
over 1 year ago
fixup: set the `install_name` field of libmozjs dylib to use the RPATH instead of an absolute path
Tom Tang
More...
over 1 year ago
fix(CI): `lld` needs to be installed on macOS
Tom Tang
More...
over 1 year ago
Fix the macOS 14 CI (#458)
Tom Wenzheng Tang
More...
over 1 year ago
fix: failed to parse `pyproject.toml` file
Tom Tang
More...
almost 2 years ago
fix(CI): remove the XCode version setup step
Tom Wenzheng Tang
More...
almost 2 years ago
Merge branch 'main' into chore/upgrade-spidermonkey-to-4bdfb2c
Tom Wenzheng Tang
More...
almost 2 years ago
Merge branch 'main' into Xmader/fix/fix-mem-bugs-using-debug-build
Wes Garland
More...
almost 2 years ago
Merge pull request #442 from Distributive-Network/Xmader/feat/python-3.13-support
Wes Garland
More...
almost 2 years ago
CI: use the release version of Python 3.13
Tom Tang
More...
almost 2 years ago
chore(deps): upgrade SpiderMonkey to `4bdfb2c22e6e4b5600f66612c6d6121fe99769a1`
github-actions[bot]
More...
almost 2 years ago
fix the reference count for dicts `test_get_default_not_found`
Tom Tang
More...
almost 2 years ago
fix the reference count for dicts `test_get_default_not_found` in Python 3.11
Tom Tang
More...
almost 2 years ago
set `GLOBAL_CX = null` in the final cleanup function since it's no longer usable/useful after the context is destroyed
Tom Tang
More...
almost 2 years ago
fix: reference count for `array_fill`
Tom Tang
More...
almost 2 years ago
Merge branch 'Xmader/feat/python-3.13-support' into Xmader/fix/fix-mem-bugs-using-debug-build
Tom Wenzheng Tang
More...
almost 2 years ago
fix: add back `python.getenv` that was accidentally deleted in `3e2aad2`
Tom Tang
More...
almost 2 years ago
feat: add back the ability to mutate parent scope variables with `pm.exec`/`eval`
Tom Wenzheng Tang
More...
almost 2 years ago
refactor: add shim for `PyLong_AsByteArray` to work with different function signatures
Tom Tang
More...
almost 2 years ago
refactor: replace `PyObject_CallNoArgs(func)` calls with `PyObject_CallObject(func, NULL)`, which is available in all Python versions
Tom Tang
More...
almost 2 years ago
revert commit 68c288eadaf6fe37f62b09b2107e2363eedc46b1.
Tom Tang
More...
almost 2 years ago
refactor: `_PyObject_CallOneArg` is already an alias for `PyObject_CallOneArg` in all Python versions we support, so no need to do a shim on our own
Tom Tang
More...
almost 2 years ago
refactor: add shim for `PyObject_CallOneArg`
Tom Tang
More...
almost 2 years ago
refactor: add shim for `Py_SET_SIZE`
Tom Tang
More...
almost 2 years ago
refactor: rename the `PyDictViewObject_new` shim to `PyDictView_New`
Tom Tang
More...
almost 2 years ago
fix the reference count
Tom Tang
More...
almost 2 years ago
perf: simply do a pythonic `result = list[:]` to get a copy of all items to the new list
Tom Tang
More...
almost 2 years ago
←
1
2
3
4
5
6
7
8
9
…
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