COMMITS
/ pyconfig.h.in March 11, 2026
S
gh-145633: Remove support for ancient ARM platforms with mixed-endian doubles (#145634)
Sergey B Kirpichev committed
February 23, 2026
G
gh-144015: Add portable SIMD optimization for bytes.hex() et. al. (GH-143991)
Gregory P. Smith committed
January 29, 2026
V
gh-144309: Build Python with POSIX 2024 (#144310)
Victor Stinner committed
P
gh-144319: Add huge pages support for pymalloc (#144320)
Pablo Galindo Salgado committed
January 15, 2026
V
gh-142434: Use ppoll() if available in select.poll (#143529)
Victor Stinner committed
December 8, 2025
D
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na committed
November 17, 2025
S
GH-139914: Handle stack growth direction on HPPA (GH-140028)
Stefano Rivera committed
October 21, 2025
J
gh-83714: Check for struct statx members in configure (#140402)
Jeffrey Bosboom committed
October 16, 2025
J
gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure (#140185)
Jeffrey Bosboom committed
October 15, 2025
J
gh-83714: Implement os.statx() function (#139178)
Jeffrey Bosboom committed
October 11, 2025
V
gh-139482: Add `posix._clearenv()` function (#139965)
Victor Stinner committed
September 18, 2025
V
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Victor Stinner committed
September 17, 2025
S
gh-86819: Add ISO-TP CAN socket constants (#23794)
Stefan Tatschner committed
August 19, 2025
P
gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022)
Petr Viktorin committed
July 7, 2025
P
gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933)
Petr Viktorin committed
June 27, 2025
B
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
Bénédikt Tran committed
June 26, 2025
P
gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932)
Petr Viktorin committed
June 3, 2025
D
gh-127081: use `getlogin_r` if available (gh-132751)
Duane Griffin committed
May 26, 2025
B
gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (#132901)
Bénédikt Tran committed
May 9, 2025
A
GH-132983: Restore libzstd fallback detection (#133565)
Adam Turner committed
May 6, 2025
A
GH-132983: Remove zstd version check in the header file (#133502)
Adam Turner committed
May 5, 2025
S
gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)
Sergey B Kirpichev committed
May 4, 2025
E
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith 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 21, 2025
P
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma 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
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 12, 2025
K
gh-129819: Allow tier2/JIT and tailcall (GH-129820)
Ken Jin committed
February 6, 2025
K
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin committed
January 18, 2025
V
gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)
Victor Stinner 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
January 3, 2025
E
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Erlend E. Aasland committed
Z
December 19, 2024
R
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (GH-127689)
RUANG (James Roy) committed
December 6, 2024
V
gh-59705: Add _thread.set_name() function (#127338)
Victor Stinner committed
December 5, 2024
V
gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)
Victor Stinner committed
November 4, 2024
E
gh-89640: Hardcode WASM float word ordering as little endian (#126387)
Erlend E. Aasland committed
October 30, 2024
J
gh-91962: Fix `hstrerror` detection issues on Solaris (GH-91963)
Jakub Kulík committed
October 15, 2024
M
gh-125206: Bug in ctypes with old libffi is fixed (#125322)
Mikhail Efimov committed
October 14, 2024
S
gh-124944: Add socket.SO_ORIGINAL_DST (#124945)
Steven Jin committed
September 24, 2024
D
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na committed
August 23, 2024
August 13, 2024
J
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko committed
July 1, 2024
S
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev committed
E
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland committed
June 29, 2024
B
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing committed
April 17, 2024
J
gh-117845: Detect libedit hook function signature in configure (#117870)
Joshua Root committed
February 28, 2024
E
gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016)
Erlend E. Aasland committed