COMMITS
/ configure 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
February 2, 2022
A
bpo-46602: Do not append conftest.c (GH-31062)
adanhawth committed
February 1, 2022
V
bpo-46600: ./configure --with-pydebug uses -Og with clang (GH-31052)
Victor Stinner committed
January 28, 2022
N
bpo-43112: detect musl as a separate SOABI (GH-24502)
Natanael Copa committed
January 26, 2022
C
bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851)
Christian Heimes committed
January 24, 2022
C
bpo-40280: Get help() working and more (GH-30858)
Christian Heimes committed
January 21, 2022
T
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner committed
January 20, 2022
C
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes committed
January 18, 2022
T
bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)
Thomas Klausner committed
January 14, 2022
M
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson committed
C
bpo-40280: Build WASM stdlib bundle and more modules for node (GH-30597)
Christian Heimes committed
January 13, 2022
V
bpo-44133: Link Python executable with object files (GH-30556)
Victor Stinner committed
C
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes committed
January 12, 2022
C
bpo-40280: Allow to compile _testcapi as builtin module (GH-30559)
Christian Heimes committed
C
bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)
Christian Heimes committed
January 9, 2022
T
bpo-46308: Fix unportable test(1) operator in configure script (GH-30490)
Thomas Klausner committed
January 7, 2022
C
bpo-45723: Fix detection of epoll (#30449)
Christian Heimes committed
January 5, 2022
C
bpo-46263: Don't use MULTIARCH on FreeBSD (#30410)
Christian Heimes committed
December 18, 2021
C
bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)
Christian Heimes committed
December 15, 2021
M
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)
Mark Shannon committed
December 13, 2021
C
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes committed
December 10, 2021
E
bpo-45723: Normalise configure user communication (GH-30024)
Erlend Egeberg Aasland committed
December 8, 2021
C
bpo-45847: Don't override user overrides for CFLAGS/LIBS (GH-29967)
Christian Heimes committed
December 7, 2021
C
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
Christian Heimes committed
December 6, 2021
C
bpo-45847: Fix uuid detection on macOS (GH-29946)
Christian Heimes committed
C
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
Christian Heimes committed
December 4, 2021
C
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Christian Heimes committed