Hood Chatham
d4525a188f
Split PyProxy method definitions into separate js file ( #1368 )
2021-03-24 10:50:13 -07:00
Roman Yurchak
f2d6137673
Deprecate pyodide.pyimport ( #1367 )
2021-03-24 12:05:00 +01:00
Hood Chatham
e408dede25
Automatically generatate C method->ml_doc docstrings from Python ( #1352 )
...
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-03-24 10:24:06 +01:00
Roman Yurchak
d175636851
Update to numpy 1.17.5 ( #887 )
2021-03-23 22:49:38 +01:00
Roman Yurchak
fdfc56ffa0
DOC Improve quickstart ( #1366 )
...
Co-authored-by: Mireille <mir.mir@gmail.com>
2021-03-23 22:48:50 +01:00
Hood Chatham
85dd7485de
Fix broken link to languagePluginLoader in js API summary ( #1362 )
2021-03-22 09:42:07 -07:00
Hood Chatham
ccd0f1335b
DOC Implement autosummary for js autodoc, use autodocsumm for py autodoc ( #1354 )
2021-03-22 09:39:09 +01:00
Hood Chatham
6bc94372aa
Shorten pytest summary table test names (from #1340 ) ( #1346 )
2021-03-22 09:16:16 +01:00
Hood Chatham
01109c23e2
Fix various memory leaks in core ( #1348 )
2021-03-21 21:03:04 -07:00
Roman Yurchak
970fbae7f0
MAINT Set master back to 0.17.0dev0 ( #1360 )
2021-03-21 21:15:19 +01:00
Hood Chatham
1aac570c5e
MAINT Update doc comments for runPythonSimple, bootstrap process ( #1358 )
2021-03-21 11:40:16 -07:00
Roman Yurchak
afb522ed59
Release 0.17.0a2 ( #1356 )
2021-03-21 19:03:09 +01:00
Hood Chatham
3163ef8dd6
Add pyodide._module.resetState ( #1349 )
2021-03-21 10:21:28 -07:00
Hood Chatham
a7da9a6edd
DOC More minor edits to micropip and pyodide.js docstrings ( #1357 )
2021-03-21 09:15:57 -07:00
Roman Yurchak
797d6d49cf
MAINT Fix release deployment with non stable version tags ( #1355 )
2021-03-21 16:32:50 +01:00
Hood Chatham
376f88cfa5
DOC Fix formatting in some docstrings ( #1353 )
2021-03-20 22:53:45 -07:00
Hood Chatham
e0966c83b3
Docs textwrap, typo fixes, add links ( #1351 )
2021-03-20 11:56:10 -07:00
Roman Yurchak
a11f4a92d3
DOC Update project history and infrastructure support sections ( #1342 )
...
Co-authored-by: Teon L Brooks <teon.brooks@gmail.com>
Co-authored-by: William Lachance <wrlach@gmail.com>
2021-03-20 19:15:08 +01:00
Hood Chatham
a88e8edd17
Minor improvements to build handling of PYODIDE_PACKAGES ( #1341 )
2021-03-20 19:00:35 +01:00
Hood Chatham
95908d4ef6
Minor improvements to micropip (from #1340 ) ( #1347 )
2021-03-20 10:44:39 +01:00
Hood Chatham
3f9e36a986
API Remove as_nested_list ( #1345 )
2021-03-20 10:42:51 +01:00
Hood Chatham
2d7a9f288e
ENG create_proxy and create_once_proxy APIs ( #1334 )
...
(for reducing memory leaks)
2021-03-19 21:30:20 +01:00
Roman Yurchak
a5e21ba75a
DOC Add Safari compatibility in release notes ( #1332 )
2021-03-17 10:05:58 +01:00
Hood Chatham
9baffb6b7f
Use hypothesis to test string conversions between js and python ( #1339 )
...
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-03-17 10:03:42 +01:00
Roman Yurchak
f4281bf572
MAINT Compile core with -Wall ( #1336 )
2021-03-16 14:05:49 -07:00
Frederik Braun
d766cbeeaa
Update bleach to version 3.3.0 ( #1338 )
2021-03-16 18:00:34 +08:00
Hood Chatham
1ae6d3702d
Fix two memory leaks in jsproxy ( #1330 )
2021-03-15 12:01:33 +01:00
Hood Chatham
d4e17295b3
Some tweaks to internal error handling ( #1315 )
2021-03-14 20:45:04 +01:00
Hood Chatham
a31f0c4e39
ENH micropip: fetch instead of XMLHttpRequest, async functions ( #1324 )
...
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
and remove memory leaks
2021-03-14 11:30:54 +01:00
Hood Chatham
75e003f2c8
Critical bugfix: Fix UB in JsProxy_Call ( #1335 )
2021-03-14 11:26:48 +01:00
Hood Chatham
29f553cdf6
DOC Update documentation for type translations ( #1233 )
2021-03-14 11:15:53 +01:00
Hood Chatham
fa06dc112f
Fix bug and memory leak in python2js_buffer ( #1328 )
2021-03-13 19:14:26 +01:00
Hood Chatham
69e28cbe0e
MAINT Move error handling code from python2js to error_handling ( #1320 )
2021-03-13 11:55:24 +01:00
Hood Chatham
4c6c27dfd4
Filter integers out of dir(js_array) ( #1321 )
2021-03-13 11:54:21 +01:00
Hood Chatham
de7c342010
Print fatal error message when the fatal error occurs ( #1311 )
2021-03-11 22:34:23 +01:00
Hood Chatham
ab249a0a50
Use proper duck typing for JsProxy ( #1186 )
2021-03-11 22:32:14 +01:00
Paul m. p. P
29639e0541
BLD handle gcc-arg-symbolic-functions ( #1318 )
2021-03-11 21:45:13 +01:00
Dexter Chua
958724101a
Update to emscripten 2.0.15 ( #1312 )
2021-03-10 09:13:53 +01:00
Hood Chatham
1fb2df4e13
Fix top level await in runPythonAsync ( #1310 )
2021-03-09 10:09:14 +01:00
Hood Chatham
7859926dd1
FIX Actually use pyodide.globals in the console ( #1305 )
2021-03-05 17:57:41 +01:00
Hood Chatham
40b63d65d7
ENH Pyproxy mixins ( #1264 )
...
* Set up mixins in pyproxy.c
* Add a bunch of documentation comments to pyproxy
* PyProxy should only subclass Function when the Python object is Callable
* Don't leak name, length, or prototype. Add tests
* More tests, some final tuneups, more comments
* Remove tests that show different behavior between Firefox and Chrome
* Reduce repitition in getPyProxyClass
* Update comment
2021-03-05 17:51:44 +01:00
Mireille Raad
529caac8ef
DOC fix broken link in quickstart ( #1302 )
2021-03-04 19:25:44 +01:00
Roman Yurchak
c4a4f518bb
RFC pyodide governance and decision-making process ( #1229 )
...
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-03-03 19:09:05 +01:00
Mireille Raad
4a770ffb0c
DOC update docs/usage/webworker ( #1298 )
...
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-03-03 19:03:43 +01:00
Roman Yurchak
16c3514b7e
DOC Update the documentation domain to pyodide.org ( #1301 )
2021-03-03 14:57:48 +01:00
Hood Chatham
f8bb138fa7
DOC Normalize capitalization of Python, Pyodide, and Javascript ( #1297 )
2021-03-03 09:11:50 +01:00
Roman Yurchak
cd470ec36a
BLD Fix overwriting package optflags via clfags etc in meta.yaml ( #1287 )
2021-03-02 19:48:57 +01:00
Roman Yurchak
a1241301dc
DOC Add more related projects ( #1296 )
...
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-03-02 17:43:46 +01:00
Aditya Shankar
7f66a38ffd
Create related-projects.md, a file to show related projects ( #1271 )
...
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-03-02 13:47:31 +01:00
Hood Chatham
e26204b14b
Set sys.{last_type,last_value,last_traceback} on exception ( #1281 )
2021-03-01 21:43:48 +01:00