COMMITS
/ configure.ac August 8, 2024
M
gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Malcolm Smith committed
August 6, 2024
J
gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configure.ac (#122572)
Jonathan Protzenko committed
July 29, 2024
D
gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414)
Donghee Na committed
July 25, 2024
N
gh-112301: Make fortify source option check -Werror (gh-122141)
Nate Ohlson committed
July 23, 2024
D
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#122054)
Donghee Na committed
July 21, 2024
R
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee committed
July 18, 2024
N
gh-112301: Add fortify source level 3 to default compiler options (gh-121520)
Nate Ohlson committed
July 16, 2024
N
R
gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)
Russell Keith-Magee committed
July 11, 2024
S
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross committed
July 10, 2024
I
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel committed
July 3, 2024
S
gh-121201: Disable perf_trampoline on riscv64 for now (#121328)
Stefano Rivera 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 30, 2024
R
gh-120522: Add a `--with-app-store-compliance` configure option to patch out problematic code (#120984)
Russell Keith-Magee committed
June 29, 2024
B
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing committed
June 26, 2024
N
gh-121040: Remove fallthrough warnings compiler option (gh-121041)
Nate Ohlson committed
N
N
gh-112301: Enable compiler flags with low performance impact and no warnings (gh-120975)
Nate Ohlson committed
June 25, 2024
M
gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)
Michael Allwright committed
June 18, 2024
V
gh-120688: Build WASI with -O3 in debug mode (#120691)
Victor Stinner committed
June 17, 2024
V
gh-120507: Double WASI memory (#120648)
Victor Stinner committed
June 12, 2024
June 7, 2024
M
gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (#120173)
Michael Allwright committed
May 20, 2024
E
gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (#119196)
Erlend E. Aasland committed
May 8, 2024
T
Python 3.14.0a0
Thomas Wouters 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
April 16, 2024
V
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
Victor Stinner committed
April 14, 2024
E
Autoconf: aarch64-apple-darwin/clang is now a tier 1 platform (#117861)
Erlend E. Aasland committed
April 13, 2024
E
gh-96398: Fix mpicc check in configure.ac (#117857)
Erlend E. Aasland committed
E
gh-96398: Detect GCC compatible compilers in configure (#117825)
Erlend E. Aasland committed
April 12, 2024
E
gh-96398: Detect emcc and mpicc in compiler names in configure (#117819)
Erlend E. Aasland committed
E
gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations (#117803)
Erlend E. Aasland committed
E
gh-117752: Autoconf: fix -fno-semantic-interposition check (#117789)
Erlend E. Aasland committed
E
gh-117752: Autoconf: store all LLVM profile data in the build directory (#117790)
Erlend E. Aasland committed
April 11, 2024
E
gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks (#117788)
Eli Schwartz committed
April 5, 2024
E
gh-116303: Don't build xxlimited and xxlimited_35 if --disable-test-modules is given (#117554)
Erlend E. Aasland committed
March 28, 2024
R
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee committed
March 21, 2024
M
gh-71052: Add Android build script and instructions (#116426)
Malcolm Smith committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
March 18, 2024
G
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
Guido van Rossum committed