COMMITS
/ configure.ac July 1, 2022
C
gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451)
Christian Heimes committed
June 30, 2022
C
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
Christian Heimes committed
June 27, 2022
C
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)
Christian Heimes committed
June 26, 2022
C
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes committed
June 24, 2022
C
gh-84461: Build Emscripten with WASM BigInt support (#94219)
Christian Heimes committed
C
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
Christian Heimes committed
June 20, 2022
C
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes committed
June 18, 2022
C
gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)
Christian Heimes committed
June 14, 2022
C
gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)
Christian Heimes committed
June 11, 2022
C
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes committed
June 10, 2022
C
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes committed
June 8, 2022
C
gh-90473: Define HOSTRUNNER for WASI (GH-93606)
Christian Heimes committed
June 6, 2022
I
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii committed
June 2, 2022
C
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 25, 2022
V
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner committed
May 19, 2022
C
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes committed
May 13, 2022
C
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes committed
May 9, 2022
E
gh-90005: Cleanup after GH-31698 (#91642)
Erlend Egeberg Aasland committed
May 8, 2022
P
Python 3.12.0a0
Pablo Galindo committed
May 5, 2022
S
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly committed
May 3, 2022
Ł
gh-89452: Prefer gdbm-compat over ndbm (#92208)
Łukasz Langa committed
April 28, 2022
E
gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)
Ethan Smith committed
April 23, 2022
C
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes committed
C
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes committed
April 20, 2022
V
gh-91731: Build Python with -std=c11 (#91733)
Victor Stinner committed
April 18, 2022
T
bpo-46053: Fix OSS audio support on NetBSD (GH-30065)
Thomas Klausner committed
April 14, 2022
C
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes committed
April 9, 2022
J
Fix some typos in comments (GH-32422)
jonasdlindner committed
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
April 6, 2022
C
bpo-40280: WASM defaults to no dynamic linking (GH-32360)
Christian Heimes committed
April 5, 2022
E
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland committed
E
bpo-45774: Harden SQLite detection (GH-30016)
Erlend Egeberg Aasland committed
C
bpo-40280: Add limited Emscripten REPL (GH-32284)
Christian Heimes committed
April 4, 2022
C
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
Christian Heimes committed
S
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka committed
April 3, 2022
H
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
Hood Chatham committed
April 1, 2022
C
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Christian Heimes committed
C
bpo-40280: Add debug Emscripten flavors (GH-32233)
Christian Heimes committed
March 31, 2022
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
March 26, 2022
C
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes committed
March 24, 2022
C
bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)
Christian Heimes committed
March 22, 2022
C
bpo-32033: Finalize WASI configure options (GH-32053)
Christian Heimes committed
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
March 18, 2022
P
bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961)
Pablo Galindo Salgado committed
March 11, 2022
O
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789)
Oleksandr Pavlyk committed
March 7, 2022
C
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes committed
March 2, 2022
B
bpo-46860: Respect `--with-suffix` on case-insensitive file systems (GH-31593)
Brett Cannon committed
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed