index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (#137445)
Serhiy Storchaka
2025-08-06
1
-2/+20
*
[3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC ...
Bénédikt Tran
2025-08-05
1
-9/+206
*
[3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136...
Sergey B Kirpichev
2025-07-02
1
-4/+4
*
[3.13] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#...
Miss Islington (bot)
2025-06-14
1
-1/+1
*
[3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)
Sam Gross
2025-06-03
1
-0/+32
*
[3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#12...
Erlend E. Aasland
2025-01-11
1
-3/+3
*
[3.13] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto erro...
Miss Islington (bot)
2025-01-07
1
-1/+1
*
[3.13] gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-1...
Miss Islington (bot)
2025-01-05
1
-2/+16
*
[3.13] gh-128354: Consistently use LIBS over LDFLAGS in library build… (#12...
Zanie Blue
2025-01-04
1
-22/+22
*
[3.13] gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (GH-128457)...
Miss Islington (bot)
2025-01-03
1
-1/+1
*
[3.13] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requireme...
Miss Islington (bot)
2024-12-30
1
-1/+1
*
[3.13] gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (GH-127593) (#12...
Miss Islington (bot)
2024-12-05
1
-0/+6
*
[3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (#126561)
Brett Cannon
2024-11-08
1
-3/+3
*
[3.13] gh-89640: harden float word ordering (#125571 and #126387) (#126429)
Erlend E. Aasland
2024-11-05
1
-32/+34
*
[3.13] gh-125698: Autoconf: Sync EXEEXT and ac_exeext (GH-125995) (#126006)
Miss Islington (bot)
2024-10-26
1
-0/+3
*
[3.13] gh-115382: Fix cross compiles when host and target use same SOABI
Miss Islington (bot)
2024-10-20
1
-1/+1
*
[3.13] gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (GH...
Miss Islington (bot)
2024-10-15
1
-9/+3
*
[3.13] Fix typos (#123775) (#123866)
Victor Stinner
2024-10-07
1
-1/+1
*
[3.13] gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (GH...
Miss Islington (bot)
2024-09-24
1
-0/+4
*
[3.13] gh-123716: Fix 'Bad substitution' syntax error in configure script for...
Miss Islington (bot)
2024-09-06
1
-1/+1
*
[3.13] Ensure clang++ is autodetected on iOS. (gh-123749) (#123758)
Miss Islington (bot)
2024-09-06
1
-3/+3
*
[3.13] gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in...
Miss Islington (bot)
2024-09-02
1
-3/+1
*
[3.13] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-...
Miss Islington (bot)
2024-08-09
1
-4/+7
*
Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (...
Serhiy Storchaka
2024-07-29
1
-52/+0
*
[3.13] gh-120522: Apply App Store compliance patch during installation (GH-12...
Miss Islington (bot)
2024-07-22
1
-0/+53
*
[3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure optio...
Miss Islington (bot)
2024-07-16
1
-73/+0
*
[3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 ...
Miss Islington (bot)
2024-07-16
1
-2/+6
*
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293...
Miss Islington (bot)
2024-07-11
1
-5/+9
*
[3.13] gh-121201: Disable perf_trampoline on riscv64 for now (GH-121328) (#12...
Miss Islington (bot)
2024-07-04
1
-2/+0
*
[3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119...
Miss Islington (bot)
2024-07-01
1
-588/+420
*
[3.13] gh-120522: Add a `--with-app-store-compliance` configure option to pat...
Miss Islington (bot)
2024-06-30
1
-0/+73
*
[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-12082...
Miss Islington (bot)
2024-06-29
1
-0/+52
*
[3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120...
Miss Islington (bot)
2024-06-25
1
-8/+8
*
[3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V ...
Miss Islington (bot)
2024-06-14
1
-0/+2
*
[3.13] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED ...
Miss Islington (bot)
2024-06-07
1
-1/+1
*
[3.13] gh-115119: Fall back to bundled libmpdec if system libmpdec is not fou...
Miss Islington (bot)
2024-05-20
1
-6/+14
*
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
[next]