| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123990: Good bye WITH_FREELISTS macro (gh-124358) | Donghee Na | 2024-09-24 | 1 | -27/+0 |
|
|
* | gh-99108: Disable HACL SIMD code on older versions of Android (#124304) | Malcolm Smith | 2024-09-23 | 1 | -29/+39 |
|
|
* | gh-124228: Fix UUID test in configure files for NetBSD (#124229) | Furkan Onder | 2024-09-23 | 1 | -0/+8 |
|
|
* | gh-124191: Disable -Wconversion in enable safety (gh-124192) | Nate Ohlson | 2024-09-18 | 1 | -39/+0 |
|
|
* | gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078) | Peter Bierma | 2024-09-16 | 1 | -0/+4 |
|
|
* | gh-124064: Make warning emitting compiler options opt-in (#124070) | Nate Ohlson | 2024-09-16 | 1 | -10/+205 |
|
|
* | gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ... | Russell Keith-Magee | 2024-09-16 | 1 | -2/+33 |
|
|
* | Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ... | Hugo van Kemenade | 2024-09-13 | 1 | -195/+0 |
|
|
* | gh-112301: Enable warning emitting options and ignore warnings in CI (#123020) | Nate Ohlson | 2024-09-13 | 1 | -0/+195 |
|
|
* | Fix typos (#123775) | algonell | 2024-09-09 | 1 | -1/+1 |
|
|
* | Ensure clang++ is autodetected on iOS. (gh-123749) | Russell Keith-Magee | 2024-09-06 | 1 | -3/+3 |
|
|
* | gh-123716: Fix 'Bad substitution' syntax error in configure script for NetBSD... | Furkan Onder | 2024-09-05 | 1 | -1/+1 |
|
|
* | gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padde... | blhsing | 2024-08-23 | 1 | -0/+52 |
|
|
* | gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027) | Malcolm Smith | 2024-08-15 | 1 | -0/+11 |
|
|
* | gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316) | Jonathan Protzenko | 2024-08-13 | 1 | -95/+106 |
|
|
* | gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764) | Malcolm Smith | 2024-08-08 | 1 | -4/+7 |
|
|
* | gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in config... | Jonathan Protzenko | 2024-08-06 | 1 | -3/+1 |
|
|
* | gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414) | Donghee Na | 2024-07-29 | 1 | -6/+13 |
|
|
* | gh-112301: Make fortify source option check -Werror (gh-122141) | Nate Ohlson | 2024-07-25 | 1 | -7/+7 |
|
|
* | gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1... | Donghee Na | 2024-07-23 | 1 | -3/+46 |
|
|
* | gh-120522: Apply App Store compliance patch during installation (#121947) | Russell Keith-Magee | 2024-07-21 | 1 | -0/+53 |
|
|
* | gh-112301: Add fortify source level 3 to default compiler options (gh-121520) | Nate Ohlson | 2024-07-18 | 1 | -0/+39 |
|
|
* | gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa... | Ned Deily | 2024-07-16 | 1 | -73/+0 |
|
|
* | gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250) | Russell Keith-Magee | 2024-07-16 | 1 | -2/+6 |
|
|
* | gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293) | Sam Gross | 2024-07-11 | 1 | -5/+9 |
|
|
* | gh-121554: remove unnecessary internal functions in compile.c (#121555) | Irit Katriel | 2024-07-10 | 1 | -28/+0 |
|
|
* | 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 |
|
|