COMMITS
/ configure.ac 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
March 13, 2024
B
GH-115983: skip building shared modules for testing under WASI (GH-116528)
Brett Cannon committed
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
March 7, 2024
E
gh-116303: Explicitly check for the _testsinglephase module in configure.ac (#116479)
Erlend E. Aasland committed
V
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner committed
R
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee committed
March 5, 2024
B
March 4, 2024
S
gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)
Sergey B Kirpichev committed
March 3, 2024
S
gh-108562: Fix compiler warnings for libmpdec (#114751)
Sergey B Kirpichev committed
March 1, 2024
E
gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)
Erlend E. Aasland committed
February 29, 2024
M
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith 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 26, 2024
R
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
Russell Keith-Magee committed
February 23, 2024
E
gh-115806: Make configure output more readable (#115807)
Erlend E. Aasland committed
February 22, 2024
E
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
Erlend E. Aasland committed
February 21, 2024
M
gh-111225: Link extension modules against libpython on Android (#115780)
Malcolm Smith committed
February 12, 2024
R
gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks (#115120)
Russell Keith-Magee committed
February 9, 2024
B
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Brett Cannon committed
February 3, 2024
Z
gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)
Zachary Ware 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
B
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher committed
January 5, 2024
Z
gh-80532: Do not set ipv6type when cross-compiling (#17956)
Zackery Spytz committed
December 30, 2023
S
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN committed