summaryrefslogtreecommitdiffstats
path: root/Tools/wasm/python.html
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-97747: Improvements to WASM browser REPL. (GH-97665) (GH-119828)Miss Islington (bot)2024-05-311-5/+62
| | | | | (cherry picked from commit 010aaa32fb93c5033a698d7213469af02d76fef3) Co-authored-by: Katie Bell <katie@katharos.id.au>
* gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (#93953)Petr Viktorin2022-07-011-2/+2
|
* gh-84461: Improve WebAssembly in-browser demo (#91879)Trey Hunner2022-07-011-19/+90
| | | | | | | | | | | | | | | | | | | | | * Buffer standard input line-by-line * Add non-root .editorconfig for JS & HTML indent * Add support for clearing REPL with CTRL+L * Support unicode in stdout and stderr * Remove \r\n normalization * Note that local .editorconfig file extends root * Only normalize lone \r characters (convert to \n) * Skip non-printable characters in buffered input * Fix Safari bug (regex lookbehind not supported) Co-authored-by: Christian Heimes <christian@python.org>
* bpo-40280: Add limited Emscripten REPL (GH-32284)Christian Heimes2022-04-051-0/+245
Co-authored-by: Katie Bell <katie@katharos.id.au>