COMMITS
/ configure May 9, 2025
A
GH-132983: Restore libzstd fallback detection (#133565)
Adam Turner committed
May 7, 2025
Z
Test fixes for 3.15 (GH-133599)
Zachary Ware committed
May 6, 2025
A
GH-132983: Remove zstd version check in the header file (#133502)
Adam Turner committed
A
GH-132983: Use a standard autoconf version check for zstd (#133479)
Adam Turner committed
May 5, 2025
A
GH-132983: Build ``_zstd`` on Windows (#133366)
Adam Turner committed
S
gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)
Sergey B Kirpichev committed
A
May 4, 2025
B
gh-133042: disable HACL* HMAC on Emscripten (#133064)
Bénédikt Tran committed
E
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith committed
P
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado committed
May 2, 2025
B
April 30, 2025
S
GH-114809: Add support for macOS multi-arch builds with the JIT enabled (#131751)
Savannah Ostrowski committed
R
gh-127604: Optimize -ldl usage on platforms that use dlopen for libFFI. (#133081)
Russell Keith-Magee committed
April 28, 2025
B
gh-127604: ensure `-ldl` is passed only once to the linker (#133071)
Bénédikt Tran committed
April 27, 2025
B
gh-127604: ensure `-ldl` is passed to the linker when `dladdr1` is found (#133040)
Bénédikt Tran committed
April 24, 2025
S
gh-125206: don't use CMPLX in libffi complex configure test (#132865)
Sergey B Kirpichev committed
April 21, 2025
P
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma committed
April 20, 2025
B
gh-131298: eliminate HACL* static libraries for cryptographic modules (GH-132438)
Bénédikt Tran committed
April 11, 2025
K
gh-132257: Remove -flto-partition=none for Linux LTO builds (GH-132258)
Ken Jin committed
April 9, 2025
N
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer committed
April 4, 2025
A
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner committed
B
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 21, 2025
X
gh-131268: Implement thread names on OpenBSD (#131528)
Xavier G. committed
March 17, 2025
V
gh-131268: Adjust _PYTHREAD_NAME_MAXLEN on BSD (#131345)
Victor Stinner committed
March 13, 2025
H
gh-127503: Improve tracebacks on Emscripten when there is a trap (#131158)
Hood Chatham committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 13, 2025
K
K
gh-130048: Reintroduce full LTO as default on Clang (GH-130049)
Ken Jin committed
February 12, 2025
K
gh-129819: Allow tier2/JIT and tailcall (GH-129820)
Ken Jin committed
February 8, 2025
E
gh-115806: Don't mangle gdbm header dependency detection output (#129390)
Erlend E. Aasland committed
February 7, 2025
P
gh-129737: Fix help message for tail calling interpreter configuration (GH-129754)
Pieter Eendebak committed
February 6, 2025
K
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin committed
January 31, 2025
M
gh-129393: Make 'sys.platform' return "freebsd" only on FreeBSD (#129394)
Michael Osipov committed
January 23, 2025
H
gh-128627: Emscripten: Fix address calculation for wasm-gc trampoline (#128782)
Hood Chatham committed
January 18, 2025
V
gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)
Victor Stinner committed
January 13, 2025
Z
gh-90905: Allow cross-compilation on macOS (#128385)
Zanie Blue committed
January 8, 2025
F
GH-127970: find the runtime library when dladdr is available (#127972)
Filipe Laíns 🇵🇸 committed
January 7, 2025
E
gh-127614: Correctly check for ttyname_r() in configure (#128503)
Erlend E. Aasland committed
Z
gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511)
Zanie Blue committed
January 6, 2025
H
gh-127146: Strip dash from Emscripten compiler version (#128557)
Hood Chatham committed
January 5, 2025
Z
gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455)
Zanie Blue committed
January 3, 2025
Z
gh-128354: Consistently use LIBS over LDFLAGS in library build checks (#128359)
Zanie Blue committed
Z
gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)
Zanie Blue committed
E
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Erlend E. Aasland committed
Z
December 30, 2024
Z
gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#128322)
Zanie Blue committed
December 28, 2024
F
gh-128279: Enhance the NetBSD compatibility for thread naming (#128280)
Furkan Onder committed
December 22, 2024
Z
gh-100384: Error on `unguarded-availability` in macOS builds (#128155)
Zanie Blue committed
December 19, 2024
R
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (GH-127689)
RUANG (James Roy) committed