Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyodide/pyodide

Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
https://github.com/pyodide/pyodide

FIX Explicitly use host Python version when building packages (#1924)

8dc6004637ec479a50cd6c716436a42a339522a1 authored over 3 years ago
Add pull request template for Pyodide Github repository [skip ci] (#1925)

Co-authored-by: Hood Chatham <[email protected]>

856c6988ef5b42329970723c756d2708f4286f95 authored over 3 years ago
DOC Update changelog about runPythonAsync (#1931)

27e0b4f248834e1f12214dd5b824b743362e5e18 authored over 3 years ago
Fix webpack compatibility issue (#1900)

8abdf2e4ce09622d799ff61dd9eaba5e16f74d4b authored over 3 years ago
Add specification for compiling logbook (#1920)

9563057ba9eea16875f47b2ea7600465a94cf463 authored over 3 years ago
CI Use larger ressource classes for CircleCI (#1929)

61b3ad0a599ee14548cf4dedeeeac075dbf35550 authored over 3 years ago
Add issue templates for Pyodide Github repository (#1915)

Co-authored-by: Roman Yurchak <[email protected]>

3c9623a2e828d6105fcc93cdce69360f254d2770 authored over 3 years ago
DOC Add information about Open Source Collective (#1923)

Co-authored-by: Hood Chatham <[email protected]>

b205f8e6bd176b02e701407099843aa8900fe123 authored over 3 years ago
PKG Update pandas to 1.3.4 (#1922)

6f936c89203c41844e218d48d096c8ce6aef8e19 authored over 3 years ago
Added "globals" as a 2nd param to runPythonAsync (#1914)

4042db26158c5c78cc8be6313927c29e5bba9181 authored over 3 years ago
Get rid of globals.update(builtins.__dict__) (#1905)

966714a48daf4b1d99c135c1a0cad01e43841e1a authored over 3 years ago
CI with Github Actions and conda (#1690)

74c1d4aa9a45636ae7106737885a1bd42e1e7a50 authored over 3 years ago
CI Fix test-js (#1909)

cc3ddfc0875e98a71c0f37de312abe23d37c7cea authored over 3 years ago
ENH Set underscore in REPL (#1904)

688a5217ea1809503d4f61a0c9569d720d939777 authored over 3 years ago
Fix makefile rule to produce pyproxy.gen.js (#1901)

ddd83c443077310b7582e43c092afe34e7d4b670 authored over 3 years ago
Replace uglifyjs with terser (#1895)

35921b7a15b8a68a065c1be394cfa2bcb47fdb6f authored over 3 years ago
DOCS Update the URL of JupyterLite [skip ci] (#1894)

4c61ce980d71cf6a8968c3008a64dbffdacaccff authored over 3 years ago
DOCS Fix warnings and errors when building docs (#1891)

710225896f0094207b8f4b36ba9ada4f7bf4a87c authored over 3 years ago
FIX issue with JS attribute GC introduced in gcd-attributes (#1886)

34e985c81a41f715e36e970e7ea0dbfe7c1d6b0e authored over 3 years ago
MAINT Remove deprecated functions for 0.18.0 (#1838)

Co-authored-by: Hood <[email protected]>

ba1179ee78413f3fcf638ba84f29fc0b98e2e7b9 authored over 3 years ago
DOC Update outdated descriptions about building pkgs [skip ci] (#1885)

a7e17e098531cfcb0e8ae973b26f1e151e779566 authored over 3 years ago
Drop Python built-in pwd module support (#1883)

754ae621c863e5a8b5c8817bf714b4e0d704c100 authored over 3 years ago
ENH Add fetch API (#1865)

0e2417c042d9ca70d1233cd80f7e84154c040582 authored over 3 years ago
Added TypedArray methods to_string and to_bytes to help minimize copies (#1864)

579777dbb7e012d6ab0cb899a9b93be6e02428dd authored over 3 years ago
Fix pyproxy iteration error handling (#1871)

3d45d25f24f34ccaec2b2af6640cfcf9dcaa1fd0 authored over 3 years ago
FIX Don't destroy attribute proxies if root proxy is leaked and GC'd (#1870)

edc0f87e25b6ce91e19271d43cb563f387ada11a authored over 3 years ago
DOC Fix Sphinx latex build error (#1877)

e37997aca88ef7004fa88adda68c9d5b367fa0c1 authored over 3 years ago
DOC Add documentation for packages in pyodide [skip ci] (#1874)

d7fc853091363a353f04cd33218c8ccd14ad6180 authored over 3 years ago
DOCS Fix the URL about debugging WebAssembly in Chrome [skip ci] (#1873)

a426c36ccdb07f9d0ca0bb8be794008b2487638b authored over 3 years ago
DOCS correct wording "from JavaScript to Python" and vice versa (#1868)

9a29123f12040b9b4a5b39ff1e37579af0a51548 authored over 3 years ago
Fix download path of f2c in buildf2c (#1866)

6f65795cba771e25dd2db7c11f3d45c7e6f72533 authored over 3 years ago
DOC Replace "Javascript" with "JavaScript" in documents and comments [skip ci] (#1860)

89682dabfe32cb9f6508a18a5e838e349801675a authored over 3 years ago
Allow manually destroying borrowed attribute proxies (#1854)

3c4199036a7e8caa2eb26b715ab00cdf63a01422 authored over 3 years ago
ENH Support PyErr_CheckSignals interrupts (#1294)

3e3d6eb8a96ba3679d34089cdaadcce1fc998ad8 authored over 3 years ago
Raise error when trying to install a non-pure python wheel (#1859)

bf024c98e0806e4cfdb5b2eb755f17619dcf726b authored over 3 years ago
ENH Unvendor unit tests from packages (#1834)

d25bbb70fe3a61ba39a7aa98c3a6c0729985fdd5 authored over 3 years ago
Add package config for pyodide package (#1848)

49b33b5442ee93688725fa9f88510159b15931f2 authored over 3 years ago
Fix bug when function returns destroyed proxy (#1847)

687aa095f3bea5bd0b8efb12d65d3b542b2d4dea authored over 3 years ago
Fix `IN_NODE`: avoid error with unrelated global. (#1849)

d7106294ce213d549f5e11fd1dfaf4e6caa8a578 authored over 3 years ago
DOC Adding pip install instruction in the docs for pyodide-build [skip ci](#1845)

Co-authored-by: Hood Chatham <[email protected]>
Co-authored-by: Sylvain Riondet <syl...

f03db870a25039bd70ac8822e0c3fe8be8ddb3fa authored over 3 years ago
Update docs following #1573 (#1840)

96d3b9a1ac53d0d44d9348c023fbb3e73191b726 authored over 3 years ago
ENH Improve logging when building packages (#1835)

Co-authored-by: Hood Chatham <[email protected]>

869705f6d4410909bc14f1a47e2bc6464179b11b authored over 3 years ago
DOC Add tutorial for adding a new package (#1829)

Co-authored-by: Hood Chatham <[email protected]>

3b93e3d1bb44691f9d8ddbb7294bff7c84135ab2 authored over 3 years ago
FIX pyodide-build mkpkg usability (#1828)

Co-authored-by: Hood Chatham <[email protected]>

1fe84bb68b1932c685e3dd2a38939585a1bd698c authored over 3 years ago
ENH Destroy proxies created in JsProxy.__call__ when done with call (#1573)

Co-authored-by: Roman Yurchak <[email protected]>

da7d8251cf461d037d69365d901d003782e030bd authored over 3 years ago
BLD Use outer ccache wrapper (#1805)

aa1ce3adc4df6a17f22b38e1ef9c7ee863467195 authored over 3 years ago
Ensure that dup'd file descriptors share position and flags (#1825)

8dd07060a2a61326aa8e8e779478d585c8ccf13b authored over 3 years ago
FIX Patch emscripten to fix problems with dup (#1823)

feeadd5fff8917cdff7b7831be3c3226a388e0a1 authored over 3 years ago
FIX Add isatty methods to _WriteStream and _ReadStream (#1822)

dca05db1a0fab89e0cb70528fe67e2eb20b3ef8a authored over 3 years ago
Make build scripts share environment and update lxml package (#1706)

1010c0e3bfd0a6d1c3f9cac4093ff7a358ffaca2 authored over 3 years ago
Handle syntax error in find_imports (#1819)

de781fdc26c4ca8f652775e7751515c0ea2a68d1 authored over 3 years ago
DOC Update changelog for 0.18.1 release [skip ci](#1820)

ee1d9199d2773bb50c29c7f280f67cbeecfea860 authored over 3 years ago
Fix Pillow JPEG encode/decode error (#1818)

13d757de742eade05039f19da0281d156679e04a authored over 3 years ago
Fix refcount error in restore_sys_last_exception (#1816)

69a9fc760d393fca9219ca9caecd097d6b9c4833 authored over 3 years ago
MAINT Simplify error handling in js2python.c (#1812)

31c5a0c69f8d278d1038e2e0eb260cf9d5ea52b8 authored over 3 years ago
Fix newline escaping in 'long output truncated' message (#1814)

a6235b23b953dbf4631d7ad6fb89e62c8abab775 authored over 3 years ago
Remove PyRTL in favor of micropip (#1813)

909825be87cae2d8d4638dfea3cd7acda7aa9ddf authored over 3 years ago
ENH Change to minimal build by default (#1804)

ab53f6b06c0338999115bd24e9c69d97e7bdb1d3 authored over 3 years ago
MAINT Add Js_IDENTIFIER, new hiwire_CallMethod commands (#1749)

5a63152172ce39c94c5bfde66a0b66667b916f18 authored over 3 years ago
Fix string conversion from javascript to python (#1806)

a47cd930cc182f23e8426942dec68408da1d1704 authored over 3 years ago
Fix exposure of setInterruptBuffer (#1797)

ecb118531cd554ce454f1cbaa2a09bb3c790ad85 authored over 3 years ago
Fix run_docker to not ignore PYODIDE_SYSTEM_PORT (#1807)

4f2a9906c40fa031887f47afb26bee8f483e98f5 authored over 3 years ago
MAINT Avoid circular references when runsource raises SyntaxError (#1758)

db965b8a32314ec8cc046e268cd5656b6dabb412 authored over 3 years ago
DOCS Fix typo in webworker example (#1794)

822194c3c99e959e539046ac28321241769cd59e authored over 3 years ago
Fix terminal Ctrl+C handling (#1790)

cacfdde929e72038e9214013e56d44967be6fcc2 authored over 3 years ago
Fix the repr of lists and dicts in console.html (#1780)

bb2f594372bd80fd6235939f68aec677cb75eda7 authored over 3 years ago
DOC Document minimal supported browser versions [skip ci] (#1789)

d5c6ced6b2dccd6e50c474791615471cfe8c8e03 authored over 3 years ago
Documentation on using Pyodide with Node.js [skip ci] (#1788)

8797f92f5973a1ad30e118f3a92fdaea31fe20c7 authored over 3 years ago
Bump main to 0.19.0dev0 [skip ci] (#1786)

2e7ccfc23d8bc6be18e137e6d391fc66df9e4acf authored over 3 years ago
DOC Improve documentation on downloading and deploying [skip ci] (#1778)

e5391ef1a71def9e06b9111babf8727228673669 authored over 3 years ago
DOC Post-release documentation improvements (#1777)

4457c10a64b39d650ea1e5c6d4a113982564f049 authored over 3 years ago
Release 0.18.0 (#1775)

250c48038b7b71f72d8f345fbec57ce3c7c14e7b authored over 3 years ago
MAINT Order package entries by names in packages.json (#1772)

cdd2db03d3b548ed2eff1dc87f440ee1c3a98c3c authored over 3 years ago
FIX Declare name in recursiveDependencies (#1773)

03b07d2d1cef1e5a9b3b43e35fa4ae35a0bcc8a2 authored over 3 years ago
DOC Reorganize changelog entries for 0.18.0 (#1768)

c6404cedff74be36517a0765ae04bbedb08ca20e authored over 3 years ago
Add cffi package (#1761)

4cf245aa55be8ca049f60b9a006d97f37e39a500 authored over 3 years ago
FIX Avoid compressing files twice when deploying (#1767)

e938d589cc85612b7ba18ff4bc5909088c286a29 authored over 3 years ago
Release src/js as a npm package (#1762)

66b33226ed654218f374cd9b6f91576080f3ff05 authored over 3 years ago
DOC Document how to cite Pyodide with Zenodo [skip ci] (#1763)

Co-authored-by: Hood Chatham <[email protected]>

af6dd7be465300cd33a01e4f0d25dda226333a14 authored over 3 years ago
ENH Improve PyodideConsole error messages (#1759)

when code causes a lexer error

5264b687df7433b8cff244c0ddb20a2efa1013ad authored over 3 years ago
Update libffi to tip of tree (#1760)

6eac16825c1fbcc68e3bcffea8da7cf2280c4fc5 authored over 3 years ago
Improved micropip dependency resolution (#1756)

3eb82fd834ca2dbb3323f725df30856a4e4a3da6 authored over 3 years ago
Fix handling when console.html code returns a future (#1757)

0095bdb5c159184ead44db11db86240f2b0571ef authored over 3 years ago
Update webworker.md (#1755) [skip ci]

cd3c052ee67d84b5e766fd6fe8585af7a7a0a55c authored over 3 years ago
Some edits to the documentation (#1751)

6074ca26caf2488fdf6257f9a9d20409dcd61bc0 authored over 3 years ago
Run prettier to format documentation source files [skip ci] (#1752)

ef88ceeb5da1a48ec303358e26b79a69292c79a0 authored over 3 years ago
Don't bind a port in run_docker by default (#1750)

2fde295e219d2818dc3cc47d600d58a6d14651be authored over 3 years ago
Allow overriding input (#1728)

5c324c4bed30b7fb53ea2c956467c3b0bef3493a authored over 3 years ago
Improve documentation around runPythonAsync (#1748) [skip ci]

a4aa23a04099bb472110e127ceda70b3d58897e9 authored over 3 years ago
Update prettier precommit and ci rules (#1747)

b322d6727a320b1a6b5c7f7373c47e84ee259071 authored over 3 years ago
DOC changelog.md: fix level of a couple headings [skip ci] (#1746)

0143c5e0b64119f3d0e57df1a9d312197b91096b authored over 3 years ago
Revert "Release 0.18.0a1 (#1743)"

This reverts commit a9ebe110f2d20a125df8f4a689c88d2e71fbc433.

e8af5fecd58b36f01356b8dbf0673fdf2238c269 authored over 3 years ago
Release 0.18.0a1 (actually this time)

332fbcbd923e133e9eb199ada4fdd0365020523b authored over 3 years ago
Release 0.18.0a1 (#1743)

a9ebe110f2d20a125df8f4a689c88d2e71fbc433 authored over 3 years ago
Toward a conda compatible packages.json (#1700)

b455d6a6fb5664ef3276b68e7107047b6ca9ce70 authored over 3 years ago
Split webworker tests into separate CI jobs (#1744)

7c6b88bc3603914c110a1a4334d84cfacbb402b4 authored over 3 years ago
Add dict_converter parameter to toJs (#1742)

2262165570b4b03c7253248043bc6b1466d2410e authored over 3 years ago
Update mkpkg.py (#1731)

8493215aba7655f658646dd64d7146cbc8032580 authored over 3 years ago
Fix bug in console.html when runPython returns None [skip ci] (#1741)

684269285b5341c72e5a95e020c9884360e0faab authored over 3 years ago
Remove some debug print statements I left in console.py (#1740)

5451ae809655ee633675509ca6bd3ba89d83f42e authored over 3 years ago