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
about 6 hours
ago. based on code collected
1 day
ago.
Jun 09, 2025 — Jun 09, 2026
Showing page 6 of 94
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix: the code argument to `python.exec`/`eval` needs to be a well-formed string
Tom Tang
More...
over 1 year ago
fix: `PyUnicodeObject` needs to be well-formed in a debug build of CPython
Tom Tang
More...
over 1 year ago
fix: `PyEventLoop`'s destructor should not use any Python API, after the GIL is already handed over to another thread
Tom Tang
More...
over 1 year ago
fix: to fix memory corruption, use `PyUnicode_AsUTF8AndSize` with the string size when possible
Tom Tang
More...
over 1 year ago
fix: `PyUnicode_AsUTF8` needs a strict Python str object (not a subtype)
Tom Tang
More...
over 1 year ago
fix: to fix memory corruption, use `PyUnicode_AsUTF8AndSize` with the string size when possible
Tom Tang
More...
over 1 year ago
fix: clean up SpiderMonkey when the PythonMonkey module gets destroyed
Tom Tang
More...
over 1 year ago
fix: accessing a non-existent property on a Python `bytes` in JS land should return `undefined` instead of throwing a Python error
Tom Tang
More...
over 1 year ago
fix: `Py_XDECREF` requires the GIL to be held, but it's unavailable after Python finalization
Tom Tang
More...
over 1 year ago
refactor: move `_PyErr_SetKeyError` shim to pyshim.hh
Tom Tang
More...
over 1 year ago
refactor: keep using `_PyErr_SetKeyError` in Python < 3.13
Tom Tang
More...
over 1 year ago
refactor: use the `_PyDictView_New` function in Python < 3.13
Tom Tang
More...
over 1 year ago
fix: `_PyArg_CheckPositional` may also be when unpacking a tuple
Tom Tang
More...
over 1 year ago
feat: keep track of the local variables inside Python `eval`/`exec` to a dict
Tom Tang
More...
over 1 year ago
feat: to get the running event-loop in Python 3.13 is as simple as `thread_state->asyncio_running_loop`
Tom Tang
More...
over 1 year ago
refactor: `_getLoopOnThread` getting thread dict
Tom Tang
More...
over 1 year ago
get rid of the build warnings
Tom Tang
More...
over 1 year ago
fix: replacement for the `_PyThreadState_GetDict(tstate)` API in Python 3.13
Tom Tang
More...
over 1 year ago
fix: `_PyThreadState_GetDict(tstate)` API gets removed in Python 3.13
Tom Tang
More...
over 1 year ago
fix: `_PyArg_UnpackKeywords` API is removed, use `PyArg_ParseTupleAndKeywords` instead
Tom Tang
More...
over 1 year ago
fix: `_PyArg_UnpackKeywords` API is removed, use `PyArg_ParseTupleAndKeywords` instead
Tom Tang
More...
over 1 year ago
Revert "refactor: shim for `_PyArg_CheckPositional`"
Tom Tang
More...
over 1 year ago
refactor: shim for `_PyArg_CheckPositional`
Tom Tang
More...
over 1 year ago
refactor: move the `_PyDictView_New` shim to pyshim.hh
Tom Tang
More...
over 1 year ago
fix: `_PyArg_CheckPositional` function became an internal API since Python 3.13
Tom Tang
More...
over 1 year ago
Revert "WIP: remove the use of the `_PyArg_CheckPositional` private API"
Tom Tang
More...
over 1 year ago
fix: `Py_NewRef` API is not available in Python < 3.10
Tom Tang
More...
over 1 year ago
fix: `_PyDictViewObject` typedef redefinition with different types on Python < 3.13
Tom Tang
More...
over 1 year ago
WIP: `_PyArg_UnpackKeywords` is removed
Tom Tang
More...
over 1 year ago
WIP: `_PyThreadState_GetDict(tstate)` API gets removed in Python 3.13
Tom Tang
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
10
…
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