index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
wasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in Tools/wasm/README.md (GH-99384)
Ikko Ashimine
2022-11-11
1
-1/+1
*
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev
2022-11-08
1
-2/+0
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
2
-3/+2
*
gh-92584: Remove references to removed _bootsubprocess (#99062)
Victor Stinner
2022-11-03
1
-1/+0
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
1
-1/+1
*
gh-98948: Remove obsolete readelf dependency (#98949)
serge-sans-paille
2022-11-03
2
-6/+0
*
gh-96883: browser: include concurrent.futures (GH-96886)
Christian Heimes
2022-09-17
1
-13/+19
*
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Christian Heimes
2022-09-11
1
-0/+4
*
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
Christian Heimes
2022-09-11
2
-83/+242
*
gh-95853: Improve WASM build script (GH-96389)
Christian Heimes
2022-08-30
1
-14/+193
*
gh-96320: WASI socket fixes (#96388)
Christian Heimes
2022-08-30
1
-1/+2
*
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
Christian Heimes
2022-08-19
2
-2/+37
*
gh-95853: Address wasm build and test issues (GH-95985)
Christian Heimes
2022-08-15
1
-4/+11
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
3
-8/+604
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
1
-1/+0
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
3
-28/+4
*
gh-95174: Move WASIX logic into wasi-env (GH-95320)
Christian Heimes
2022-07-27
2
-9/+22
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
1
-0/+4
*
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes
2022-07-27
1
-1/+1
*
gh-95205: Improve WASM README.md (GH-95267)
Christian Heimes
2022-07-26
2
-12/+112
*
gh-95205: Improve wasm README (#95206)
Erlend Egeberg Aasland
2022-07-25
1
-2/+6
*
gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)
Christian Heimes
2022-07-20
1
-7/+6
*
gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (#93953)
Petr Viktorin
2022-07-01
1
-2/+2
*
gh-84461: Improve WebAssembly in-browser demo (#91879)
Trey Hunner
2022-07-01
3
-25/+99
*
gh-84461: Build Emscripten with WASM BigInt support (#94219)
Christian Heimes
2022-06-24
1
-1/+3
*
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
Christian Heimes
2022-06-24
1
-0/+2
*
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)
Victor Stinner
2022-06-22
1
-12/+1
*
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner
2022-06-21
1
-1/+0
*
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
Victor Stinner
2022-06-21
1
-1/+0
*
gh-84461: Fix Emscripten umask and permission issues (GH-94002)
Christian Heimes
2022-06-19
1
-0/+7
*
gh-84461: Fix pydebug Emscripten browser builds (GH-93982)
Christian Heimes
2022-06-18
1
-12/+24
*
gh-84461: Document how to install SDKs manually (GH-93844)
Christian Heimes
2022-06-15
1
-0/+78
*
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
Christian Heimes
2022-06-07
1
-0/+3
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-0/+5
*
gh-90473: WASI requires proper open(2) flags (GH-93529)
Christian Heimes
2022-06-06
1
-0/+3
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
2
-1/+14
*
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes
2022-05-25
1
-1/+5
*
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes
2022-05-23
1
-0/+1
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
2
-2/+40
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-10/+15
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-11/+54
*
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes
2022-04-10
4
-52/+226
*
bpo-40280: Add limited Emscripten REPL (GH-32284)
Christian Heimes
2022-04-05
4
-15/+415
*
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
Christian Heimes
2022-04-04
2
-16/+11
*
bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)
Christian Heimes
2022-04-02
1
-16/+2
*
bpo-32033: Finalize WASI configure options (GH-32053)
Christian Heimes
2022-03-22
1
-2/+4
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
1
-0/+3
*
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
Christian Heimes
2022-03-11
1
-2/+4
*
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
Christian Heimes
2022-03-10
1
-5/+1
*
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes
2022-03-08
1
-1/+12
[next]