COMMITS
/ pyconfig.h.in 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
P
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado committed
February 22, 2024
E
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
Erlend E. Aasland committed
February 2, 2024
M
gh-114875: Require getgrent for building the grp extension module (#114876)
Malcolm Smith committed
January 30, 2024
M
January 29, 2024
S
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly committed
December 17, 2023
J
gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)
Jakub Kulík committed
December 12, 2023
S
gh-112970: Detect and use closefrom() when available (#112969)
Sam James committed
December 5, 2023
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
October 30, 2023
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 9, 2023
J
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
Jakub Kulík committed
B
gh-109191: Fix build with newer editline (gh-110239)
Bo Anderson committed
October 7, 2023
M
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama committed
September 29, 2023
D
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na committed
September 2, 2023
V
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner committed
August 21, 2023
S
gh-108223: Add --disable-gil to configure (gh-108227)
Sam Gross committed
August 10, 2023
M
GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)
Mina Galić committed
July 28, 2023
J
gh-106881: Check for linux/limits.h before including it (#107397)
justdan6 committed