1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 minute ago. based on code collected about 21 hours ago.
Aug 31, 2025 — Aug 31, 2026
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 More... over 1 year ago
feat(JobQueue): implement the new `JobQueue::getHostDefinedData` method on `JobQueue` for the new SpiderMonkey version More... over 1 year ago
fix(JobQueue): the `JobQueue::getIncumbentGlobal` method has been removed from the definition in new SpiderMonkey version More... over 1 year ago
chore(deps): upgrade SpiderMonkey to `250be4ca3c669db9a397456402f68249aa15d8d5` More... over 1 year ago
fixup: set the `install_name` field of libmozjs dylib to use the RPATH instead of an absolute path More... over 1 year ago
fix(CI): `lld` needs to be installed on macOS More... over 1 year ago
Fix the macOS 14 CI (#458) More... over 1 year ago
fix: failed to parse `pyproject.toml` file More... almost 2 years ago
fix(CI): remove the XCode version setup step More... almost 2 years ago
Merge branch 'main' into chore/upgrade-spidermonkey-to-4bdfb2c More... almost 2 years ago
Merge branch 'main' into Xmader/fix/fix-mem-bugs-using-debug-build More... almost 2 years ago
Merge pull request #442 from Distributive-Network/Xmader/feat/python-3.13-support More... almost 2 years ago
CI: use the release version of Python 3.13 More... almost 2 years ago
chore(deps): upgrade SpiderMonkey to `4bdfb2c22e6e4b5600f66612c6d6121fe99769a1` More... almost 2 years ago
fix the reference count for dicts `test_get_default_not_found` More... almost 2 years ago
fix the reference count for dicts `test_get_default_not_found` in Python 3.11 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 More... almost 2 years ago
fix: reference count for `array_fill` More... almost 2 years ago
Merge branch 'Xmader/feat/python-3.13-support' into Xmader/fix/fix-mem-bugs-using-debug-build More... almost 2 years ago
fix: add back `python.getenv` that was accidentally deleted in `3e2aad2` More... almost 2 years ago
feat: add back the ability to mutate parent scope variables with `pm.exec`/`eval` More... almost 2 years ago
refactor: add shim for `PyLong_AsByteArray` to work with different function signatures More... almost 2 years ago
refactor: replace `PyObject_CallNoArgs(func)` calls with `PyObject_CallObject(func, NULL)`, which is available in all Python versions More... almost 2 years ago
revert commit 68c288eadaf6fe37f62b09b2107e2363eedc46b1. 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 More... almost 2 years ago
refactor: add shim for `PyObject_CallOneArg` More... almost 2 years ago
refactor: add shim for `Py_SET_SIZE` More... almost 2 years ago
refactor: rename the `PyDictViewObject_new` shim to `PyDictView_New` More... almost 2 years ago
fix the reference count More... almost 2 years ago
perf: simply do a pythonic `result = list[:]` to get a copy of all items to the new list More... almost 2 years ago