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.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-89640: Restore configure error message on failure to detect float word ord...
Hood Chatham
2024-11-08
1
-1/+6
*
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...
Brett Cannon
2024-11-07
1
-3/+3
*
gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)
Erlend E. Aasland
2024-11-07
1
-104/+59
*
GH-126458: disable SIMD for HACL under WASI (#126512)
Brett Cannon
2024-11-06
1
-2/+4
*
gh-89640: Hardcode WASM float word ordering as little endian (#126387)
Erlend E. Aasland
2024-11-04
1
-22/+20
*
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
Bénédikt Tran
2024-11-01
1
-1/+0
*
gh-126178: NFC Separate Emscripten and WASI standard lib disables in configur...
Hood Chatham
2024-10-31
1
-30/+46
*
gh-91962: Fix `hstrerror` detection issues on Solaris (GH-91963)
Jakub Kulík
2024-10-30
1
-3/+6
*
gh-125206: Correct detection of complex numbers support in libffi (#126104)
Sergey B Kirpichev
2024-10-30
1
-3/+5
*
gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)
Hood Chatham
2024-10-29
1
-0/+19
*
gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)
Hood Chatham
2024-10-29
1
-28/+1
*
gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)
Erlend E. Aasland
2024-10-26
1
-0/+3
*
gh-125698: Restore EXEEXT in configure and Make (#125758)
Erlend E. Aasland
2024-10-20
1
-10/+10
*
gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)
Erlend E. Aasland
2024-10-20
1
-10/+10
*
gh-115382: Fix cross compiles when host and target use same SOABI
Vincent Fazio
2024-10-16
1
-1/+1
*
gh-125206: Bug in ctypes with old libffi is fixed (#125322)
Mikhail Efimov
2024-10-15
1
-0/+40
*
gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)
Sam Gross
2024-10-15
1
-4/+3
*
gh-124944: Add socket.SO_ORIGINAL_DST (#124945)
Steven Jin
2024-10-14
1
-1/+1
*
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na
2024-09-24
1
-18/+0
*
gh-99108: Disable HACL SIMD code on older versions of Android (#124304)
Malcolm Smith
2024-09-23
1
-37/+47
*
gh-124228: Fix UUID test in configure files for NetBSD (#124229)
Furkan Onder
2024-09-23
1
-0/+7
*
gh-124191: Disable -Wconversion in enable safety (gh-124192)
Nate Ohlson
2024-09-18
1
-1/+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
-5/+10
*
gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...
Russell Keith-Magee
2024-09-16
1
-2/+27
*
Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ...
Hugo van Kemenade
2024-09-13
1
-5/+0
*
gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)
Nate Ohlson
2024-09-13
1
-0/+5
*
Fix typos (#123775)
algonell
2024-09-09
1
-4/+4
*
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/+28
*
gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)
Malcolm Smith
2024-08-15
1
-0/+10
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
1
-21/+23
*
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/+2
*
gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414)
Donghee Na
2024-07-29
1
-5/+6
*
gh-112301: Make fortify source option check -Werror (gh-122141)
Nate Ohlson
2024-07-25
1
-1/+1
*
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...
Donghee Na
2024-07-23
1
-3/+22
*
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee
2024-07-21
1
-0/+41
*
gh-112301: Add fortify source level 3 to default compiler options (gh-121520)
Nate Ohlson
2024-07-18
1
-0/+1
*
gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa...
Ned Deily
2024-07-16
1
-58/+0
*
gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)
Russell Keith-Magee
2024-07-16
1
-2/+4
*
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross
2024-07-11
1
-5/+8
*
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel
2024-07-10
1
-1/+0
*
gh-121201: Disable perf_trampoline on riscv64 for now (#121328)
Stefano Rivera
2024-07-03
1
-1/+0
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
1
-1/+30
*
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland
2024-07-01
1
-120/+79
*
gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...
Russell Keith-Magee
2024-06-30
1
-0/+58
*
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing
2024-06-29
1
-0/+28
*
gh-121040: Remove fallthrough warnings compiler option (gh-121041)
Nate Ohlson
2024-06-26
1
-1/+0
[next]