Highlights
- Arctic Code Vault Contributor
Pinned
997 contributions in the last year
Less
More
Contribution activity
March 2021
Created 46 commits in 3 repositories
Created 1 repository
- hoodmane/autodocsumm Python
Created a pull request in iodide-project/pyodide that received 7 comments
Universally check for hiwire memory leaks in test suite
I updated conftest.py to check that the number of hiwire keys at the end of the test is the same as the number of hiwire keys at the end of the tes…
+342
−275
•
7
comments
Opened 35 other pull requests in 1 repository
iodide-project/pyodide
5
open
27
merged
3
closed
- API docs for pyproxy
- Split PyProxy method definitions into separate js file
- Use "import" to import packages to avoid global variables
- Make "initializePyodide" function
- Fix broken link to languagePluginLoader in js API summary
- MAINT Update doc comments for runPythonSimple, bootstrap process
- DOC More minor edits to micropip and pyodide.js docstrings
- DOC Implement autosummary for js autodoc, use autodocsumm for py autodoc
- DOC Fix formatting in some docstrings
- Automatically generatate C method->ml_doc docstrings from Python
- Docs textwrap, typo fixes, add links
- Always fail CI if we have to rerun failed tests
- Add pyodide._module.resetState (from #1340)
- Fix various memory leaks in core (from #1340)
- Minor improvements to micropip (from #1340)
- Shorten pytest summary table test names (from #1340)
- Remove as_nested_list
- Minor improvements to build handling of PYODIDE_PACKAGES
- Use hypothesis to test string conversions between js and python
- Critical bugfix: Fix UB in JsProxy_Call
- create_proxy and create_once_proxy APIs (for reducing memory leaks)
- Fix two memory leaks in jsproxy
- Use Python Futures and async instead of Promises in console.py
- Fix bug and memory leak in python2js_buffer
- micropip improvements: fetch instead of XMLHttpRequest, async functions, remove memory leaks
- Some pull requests not shown.
Reviewed 24 pull requests in 1 repository
iodide-project/pyodide 24 pull requests
- Add PyProxyBufferMethods
- Universally check for hiwire memory leaks in test suite
- Split PyProxy method definitions into separate js file
- Deprecate pyodide.pyimport
- Automatically generatate C method->ml_doc docstrings from Python
- Release 0.17.0a2 (alpha 2)
- DOC Fix formatting in some docstrings
- Docs textwrap, typo fixes, add links
- Add pyodide._module.resetState (from #1340)
- Minor improvements to build handling of PYODIDE_PACKAGES
- Shorten pytest summary table test names (from #1340)
- create_proxy and create_once_proxy APIs (for reducing memory leaks)
- Use hypothesis to test string conversions between js and python
- Some tweaks to internal error handling
- MAINT Compile core with -Wall
- micropip improvements: fetch instead of XMLHttpRequest, async functions, remove memory leaks
- Fix two memory leaks in jsproxy
- Fix bug and memory leak in python2js_buffer
- Move error handling code from python2js to error_handling
- Use proper duck typing for JsProxy
- [docs] update docs/usage/webworker
- Normalize capitalization of Python, Pyodide, and Javascript in docs
- Pyproxy mixins
- DOC Add more related projects