| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-121201: Disable perf_trampoline on riscv64 for now (#121328) | Stefano Rivera | 2024-07-03 | 1 | -2/+0 |
|
|
* | gh-61103: Support double complex (_Complex) type in ctypes (#120894) | Sergey B Kirpichev | 2024-07-01 | 1 | -2/+47 |
|
|
* | gh-113565: Improve and harden detection of curses dependencies (#119816) | Erlend E. Aasland | 2024-07-01 | 1 | -588/+420 |
|
|
* | gh-120522: Add a `--with-app-store-compliance` configure option to patch out ... | Russell Keith-Magee | 2024-06-30 | 1 | -0/+73 |
|
|
* | gh-120713: Normalize year with century for datetime.strftime (GH-120820) | blhsing | 2024-06-29 | 1 | -0/+52 |
|
|
* | gh-121040: Remove fallthrough warnings compiler option (gh-121041) | Nate Ohlson | 2024-06-26 | 1 | -39/+0 |
|
|
* | gh-121026: Include -Werror with new compiler flag checks to ensure compatibil... | Nate Ohlson | 2024-06-26 | 1 | -26/+22 |
|
|
* | gh-112301: Enable compiler flags with low performance impact and no warnings ... | Nate Ohlson | 2024-06-26 | 1 | -0/+124 |
|
|
* | gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822) | Michael Allwright | 2024-06-25 | 1 | -8/+8 |
|
|
* | gh-120688: Build WASI with -O3 in debug mode (#120691) | Victor Stinner | 2024-06-18 | 1 | -0/+5 |
|
|
* | gh-120507: Double WASI memory (#120648) | Victor Stinner | 2024-06-17 | 1 | -2/+2 |
|
|
* | gh-120400 :Support Linux perf profile to see Python calls on RISC-V archite... | ixgbe00 | 2024-06-12 | 1 | -0/+2 |
|
|
* | gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED (#120173) | Michael Allwright | 2024-06-07 | 1 | -1/+1 |
|
|
* | gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (#11... | Erlend E. Aasland | 2024-05-20 | 1 | -6/+14 |
|
|
* | Regenerate configure for 3.14, which the release script forgot. (#118765) | T. Wouters | 2024-05-08 | 1 | -12/+12 |
|
|
* | gh-115119: Default to --with-system-libmpdec=yes (#118539) | Erlend E. Aasland | 2024-05-06 | 1 | -14/+70 |
|
|
* | gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258) | Davide Rizzo | 2024-05-04 | 1 | -11/+44 |
|
|
* | gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493) | Guido van Rossum | 2024-05-01 | 1 | -9/+15 |
|
|
* | gh-116622: Android sysconfig updates (#118352) | Malcolm Smith | 2024-05-01 | 1 | -1/+6 |
|
|
* | gh-118335: Configure Tier 2 interpreter at build time (#118339) | Guido van Rossum | 2024-05-01 | 1 | -2/+10 |
|
|
* | gh-116622: Redirect stdout and stderr to system log when embedded in an Andro... | Malcolm Smith | 2024-04-30 | 1 | -0/+3 |
|
|
* | gh-115119: Detect _decimal dependencies using pkg-config (#115406) | Erlend E. Aasland | 2024-04-29 | 1 | -41/+118 |
|
|
* | gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) | Eric Snow | 2024-04-24 | 1 | -42/+42 |
|
|
* | gh-116984: Install mimalloc headers (#116985) | Yichen Yan | 2024-04-23 | 1 | -1/+2 |
|
|
* | gh-117845: Detect libedit hook function signature in configure (#117870) | Joshua Root | 2024-04-17 | 1 | -0/+50 |
|
|
* | gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674) | Victor Stinner | 2024-04-16 | 1 | -1/+1 |
|
|
* | Autoconf: aarch64-apple-darwin/clang is now a tier 1 platform (#117861) | Erlend E. Aasland | 2024-04-14 | 1 | -3/+3 |
|
|
* | gh-96398: Fix mpicc check in configure.ac (#117857) | Erlend E. Aasland | 2024-04-13 | 1 | -1/+1 |
|
|
* | gh-96398: Detect GCC compatible compilers in configure (#117825) | Erlend E. Aasland | 2024-04-13 | 1 | -1/+28 |
|
|
* | gh-96398: Detect emcc and mpicc in compiler names in configure (#117819) | Erlend E. Aasland | 2024-04-12 | 1 | -1/+6 |
|
|
* | gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations (#117803) | Erlend E. Aasland | 2024-04-12 | 1 | -4/+4 |
|
|
* | gh-117752: Autoconf: fix -fno-semantic-interposition check (#117789) | Erlend E. Aasland | 2024-04-12 | 1 | -7/+7 |
|
|
* | gh-117752: Autoconf: store all LLVM profile data in the build directory (#117... | Erlend E. Aasland | 2024-04-12 | 1 | -2/+2 |
|
|
* | gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks (#117788) | Eli Schwartz | 2024-04-11 | 1 | -1/+1 |
|
|
* | gh-116303: Don't build xxlimited and xxlimited_35 if --disable-test-modules i... | Erlend E. Aasland | 2024-04-05 | 1 | -2/+2 |
|
|
* | gh-114099: Additions to standard library to support iOS (GH-117052) | Russell Keith-Magee | 2024-03-28 | 1 | -8/+13 |
|
|
* | gh-71052: Add Android build script and instructions (#116426) | Malcolm Smith | 2024-03-21 | 1 | -8/+21 |
|
|
* | gh-114099 - Add iOS framework loading machinery. (GH-116454) | Russell Keith-Magee | 2024-03-19 | 1 | -1/+0 |
|
|
* | gh-108716: Cleanup remaining deepfreeze infrastructure (#116919) | Guido van Rossum | 2024-03-18 | 1 | -2/+1 |
|
|
* | GH-115983: skip building shared modules for testing under WASI (GH-116528) | Brett Cannon | 2024-03-13 | 1 | -0/+6 |
|
|
* | gh-71052: Change Android's `sys.platform` from "linux" to "android" | Malcolm Smith | 2024-03-11 | 1 | -0/+1 |
|
|
* | gh-116303: Explicitly check for the _testsinglephase module in configure.ac (... | Erlend E. Aasland | 2024-03-07 | 1 | -0/+44 |
|
|
* | gh-116417: Add _testlimitedcapi C extension (#116419) | Victor Stinner | 2024-03-07 | 1 | -0/+45 |
|
|
* | gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930) | Russell Keith-Magee | 2024-03-07 | 1 | -52/+98 |
|
|
* | GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim... | Brett Cannon | 2024-03-05 | 1 | -1/+1 |
|
|
* | gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302) | Sergey B Kirpichev | 2024-03-04 | 1 | -7/+0 |
|
|
* | gh-108562: Fix compiler warnings for libmpdec (#114751) | Sergey B Kirpichev | 2024-03-03 | 1 | -0/+7 |
|
|
* | gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165) | Erlend E. Aasland | 2024-03-01 | 1 | -2/+2 |
|
|
* | gh-71052: Fix several Android build issues (#115955) | Malcolm Smith | 2024-02-29 | 1 | -7/+40 |
|
|
* | gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016) | Erlend E. Aasland | 2024-02-28 | 1 | -106/+254 |
|
|