COMMITS
/ configure April 16, 2026
V
[3.13] gh-148535: Don't use gcc -fprofile-update=atomic flag on i686 (#148554) (#148656)
Victor Stinner committed
March 12, 2026
V
[3.13] gh-145801: Use gcc -fprofile-update=atomic for PGO builds (#145802) (#145893)
Victor Stinner committed
December 12, 2025
P
[3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499)
Peter Bierma committed
December 9, 2025
August 6, 2025
S
[3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (#137445)
Serhiy Storchaka committed
August 5, 2025
July 2, 2025
S
[3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136201)
Sergey B Kirpichev committed
June 14, 2025
M
[3.13] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135517)
Miss Islington (bot) committed
June 3, 2025
S
[3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)
Sam Gross committed
January 11, 2025
E
[3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128598)
Erlend E. Aasland committed
January 7, 2025
M
[3.13] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511) (#128573)
Miss Islington (bot) committed
January 5, 2025
M
[3.13] gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455) (gh-128512)
Miss Islington (bot) committed
January 4, 2025
Z
[3.13] gh-128354: Consistently use LIBS over LDFLAGS in library build… (#128465)
Zanie Blue committed
January 3, 2025
M
[3.13] gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (GH-128457) (#128461)
Miss Islington (bot) committed
December 30, 2024
M
[3.13] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (GH-128322) (#128356)
Miss Islington (bot) committed
December 5, 2024
M
[3.13] gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (GH-127593) (#127630)
Miss Islington (bot) committed
November 8, 2024
B
[3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (#126561)
Brett Cannon committed
November 5, 2024
E
[3.13] gh-89640: harden float word ordering (#125571 and #126387) (#126429)
Erlend E. Aasland committed
October 26, 2024
M
[3.13] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#126006)
Miss Islington (bot) committed
October 20, 2024
M
[3.13] gh-115382: Fix cross compiles when host and target use same SOABI
Miss Islington (bot) committed
October 15, 2024
M
[3.13] gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (GH-125416) (#125493)
Miss Islington (bot) committed
October 7, 2024
V
[3.13] Fix typos (#123775) (#123866)
Victor Stinner committed
September 24, 2024
M
[3.13] gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (GH-124078) (#124138)
Miss Islington (bot) committed
September 6, 2024
M
[3.13] gh-123716: Fix 'Bad substitution' syntax error in configure script for NetBSD compatibility (GH-123717) (#123752)
Miss Islington (bot) committed
M
[3.13] Ensure clang++ is autodetected on iOS. (gh-123749) (#123758)
Miss Islington (bot) committed
September 2, 2024
M
[3.13] gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configure.ac (GH-122572) (#122763)
Miss Islington (bot) committed
August 9, 2024
M
[3.13] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-122764) (GH-122842)
Miss Islington (bot) committed
July 29, 2024
S
July 22, 2024
M
[3.13] gh-120522: Apply App Store compliance patch during installation (GH-121947) (#122105)
Miss Islington (bot) committed
July 16, 2024
M
M
[3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 (GH-121250) (#121833)
Miss Islington (bot) committed
July 11, 2024
M
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631)
Miss Islington (bot) committed
July 4, 2024
M
[3.13] gh-121201: Disable perf_trampoline on riscv64 for now (GH-121328) (#121336)
Miss Islington (bot) committed
July 1, 2024
M
[3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) (#121202)
Miss Islington (bot) committed
June 30, 2024
M
[3.13] gh-120522: Add a `--with-app-store-compliance` configure option to patch out problematic code (GH-120984) (#121173)
Miss Islington (bot) committed
June 29, 2024
M
[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144)
Miss Islington (bot) committed
June 25, 2024
M
[3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120985)
Miss Islington (bot) committed
June 14, 2024
M
[3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V architecture (GH-120089) (#120413)
Miss Islington (bot) committed
June 7, 2024
M
[3.13] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (GH-120173) (#120199)
Miss Islington (bot) committed
May 20, 2024
M
[3.13] gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (GH-119196) (#119217)
Miss Islington (bot) committed
May 6, 2024
E
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Erlend E. Aasland committed
May 4, 2024
D
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo committed
May 1, 2024
G
gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493)
Guido van Rossum committed
M
gh-116622: Android sysconfig updates (#118352)
Malcolm Smith committed
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 30, 2024
M
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app (#118063)
Malcolm Smith committed
April 29, 2024
E
gh-115119: Detect _decimal dependencies using pkg-config (#115406)
Erlend E. Aasland committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
April 23, 2024
Y
gh-116984: Install mimalloc headers (#116985)
Yichen Yan committed
April 17, 2024
J
gh-117845: Detect libedit hook function signature in configure (#117870)
Joshua Root committed