Commit Graph

135 Commits

Author SHA1 Message Date
Gyeongjae Choi ea92661365
Replace "PyPi" to "PyPI" in docs and yaml (#1962) 2021-11-15 10:26:55 +01:00
Roman Yurchak 20d760ea7c
Typo and grammar fixes (#1959) 2021-11-14 21:47:49 +01:00
Gyeongjae Choi c2d2b41cdf
Add custom home directory support (#1936)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-11-14 12:18:17 +01:00
Roman Yurchak d00fa5d9a4
DOC Mention Emscripten more (#1947) 2021-11-12 00:19:03 +01:00
Cyrille Bogaert 27e0b4f248
DOC Update changelog about runPythonAsync (#1931) 2021-11-05 21:37:13 +01:00
Grimmer 8abdf2e4ce
Fix webpack compatibility issue (#1900) 2021-11-04 12:38:47 -07:00
Bart Broere 9563057ba9
Add specification for compiling logbook (#1920) 2021-11-04 08:03:22 -07:00
Roman Yurchak b205f8e6bd
DOC Add information about Open Source Collective (#1923)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-11-03 09:02:21 +01:00
Hood Chatham 966714a48d
Get rid of globals.update(builtins.__dict__) (#1905) 2021-10-27 19:18:13 -07:00
Hood Chatham 688a5217ea
ENH Set underscore in REPL (#1904) 2021-10-25 22:22:33 +02:00
Grimmer 4c61ce980d
DOCS Update the URL of JupyterLite [skip ci] (#1894) 2021-10-20 09:44:00 +02:00
Gyeongjae Choi 710225896f
DOCS Fix warnings and errors when building docs (#1891) 2021-10-16 19:16:39 -07:00
Roman Yurchak ba1179ee78
MAINT Remove deprecated functions for 0.18.0 (#1838)
Co-authored-by: Hood <hood@mit.edu>
2021-10-15 07:37:30 -07:00
Gyeongjae Choi 754ae621c8
Drop Python built-in pwd module support (#1883) 2021-10-12 20:45:46 +02:00
Hood Chatham 0e2417c042
ENH Add fetch API (#1865) 2021-10-12 09:29:14 -07:00
Hood Chatham 579777dbb7
Added TypedArray methods to_string and to_bytes to help minimize copies (#1864) 2021-10-08 11:04:08 -07:00
Hood Chatham 3d45d25f24
Fix pyproxy iteration error handling (#1871) 2021-10-07 12:26:28 -07:00
Hood Chatham edc0f87e25
FIX Don't destroy attribute proxies if root proxy is leaked and GC'd (#1870) 2021-10-07 10:41:24 -07:00
Grimmer 89682dabfe
DOC Replace "Javascript" with "JavaScript" in documents and comments [skip ci] (#1860) 2021-09-29 10:01:53 +02:00
Hood Chatham 3c4199036a
Allow manually destroying borrowed attribute proxies (#1854) 2021-09-28 11:34:24 -07:00
Hood Chatham 3e3d6eb8a9
ENH Support PyErr_CheckSignals interrupts (#1294) 2021-09-26 11:53:46 -07:00
Gyeongjae Choi bf024c98e0
Raise error when trying to install a non-pure python wheel (#1859) 2021-09-26 11:24:23 -07:00
Roman Yurchak d25bbb70fe
ENH Unvendor unit tests from packages (#1834) 2021-09-21 08:47:48 +02:00
Hood Chatham 49b33b5442
Add package config for pyodide package (#1848) 2021-09-21 08:46:44 +02:00
Ian Clester d7106294ce
Fix `IN_NODE`: avoid error with unrelated global. (#1849) 2021-09-19 16:37:44 -07:00
Roman Yurchak 1fe84bb68b
FIX pyodide-build mkpkg usability (#1828)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-09-12 23:13:49 +02:00
Hood Chatham da7d8251cf
ENH Destroy proxies created in JsProxy.__call__ when done with call (#1573)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-09-11 16:34:45 -07:00
Roman Yurchak aa1ce3adc4
BLD Use outer ccache wrapper (#1805) 2021-09-11 14:22:13 +02:00
Hood Chatham feeadd5fff
FIX Patch emscripten to fix problems with dup (#1823) 2021-09-09 11:53:47 -07:00
Hood Chatham dca05db1a0
FIX Add isatty methods to _WriteStream and _ReadStream (#1822) 2021-09-08 09:41:21 -07:00
Hood Chatham 1010c0e3bf
Make build scripts share environment and update lxml package (#1706) 2021-09-07 20:29:49 -07:00
Hood Chatham de781fdc26
Handle syntax error in find_imports (#1819) 2021-09-07 09:42:51 -07:00
Roman Yurchak ee1d9199d2
DOC Update changelog for 0.18.1 release [skip ci](#1820) 2021-09-07 17:12:39 +02:00
Gyeongjae Choi 13d757de74
Fix Pillow JPEG encode/decode error (#1818) 2021-09-07 16:24:06 +02:00
Hood Chatham 69a9fc760d
Fix refcount error in restore_sys_last_exception (#1816) 2021-09-06 08:37:53 -07:00
Hood Chatham a6235b23b9
Fix newline escaping in 'long output truncated' message (#1814) 2021-09-03 16:55:41 -07:00
Roman Yurchak ab53f6b06c
ENH Change to minimal build by default (#1804) 2021-09-02 22:19:23 +02:00
Hood Chatham a47cd930cc
Fix string conversion from javascript to python (#1806) 2021-08-30 18:17:30 +02:00
Hood Chatham ecb118531c
Fix exposure of setInterruptBuffer (#1797) 2021-08-30 13:03:21 +02:00
Hood Chatham cacfdde929
Fix terminal Ctrl+C handling (#1790) 2021-08-13 20:13:47 +02:00
Roman Yurchak 2e7ccfc23d
Bump main to 0.19.0dev0 [skip ci] (#1786) 2021-08-11 12:16:48 +02:00
Roman Yurchak 4457c10a64
DOC Post-release documentation improvements (#1777) 2021-08-04 12:53:59 +02:00
Hood Chatham 250c48038b
Release 0.18.0 (#1775) 2021-08-03 21:34:14 +02:00
Roman Yurchak c6404cedff
DOC Reorganize changelog entries for 0.18.0 (#1768) 2021-08-02 12:26:53 +02:00
Roman Yurchak af6dd7be46
DOC Document how to cite Pyodide with Zenodo [skip ci] (#1763)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-07-31 19:57:01 +02:00
Hood Chatham 3eb82fd834
Improved micropip dependency resolution (#1756) 2021-07-29 18:25:18 +02:00
Hood Chatham 6074ca26ca
Some edits to the documentation (#1751) 2021-07-27 06:31:59 +02:00
Hood Chatham ef88ceeb5d
Run prettier to format documentation source files [skip ci] (#1752) 2021-07-27 01:00:27 +02:00
Hood Chatham 2fde295e21
Don't bind a port in run_docker by default (#1750) 2021-07-27 00:47:11 +02:00
stefnotch 5c324c4bed
Allow overriding input (#1728) 2021-07-26 13:02:33 +02:00