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-90905: Allow cross-compilation on macOS (#128385)
Zanie Blue
2025-01-13
1
-0/+12
*
GH-127970: find the runtime library when dladdr is available (#127972)
Filipe Laíns 🇵🇸
2025-01-08
1
-1/+1
*
gh-127614: Correctly check for ttyname_r() in configure (#128503)
Erlend E. Aasland
2025-01-07
1
-1/+1
*
gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-...
Zanie Blue
2025-01-07
1
-1/+8
*
gh-127146: Strip dash from Emscripten compiler version (#128557)
Hood Chatham
2025-01-06
1
-1/+1
*
gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455)
Zanie Blue
2025-01-05
1
-2/+16
*
gh-115765: Document and enforce Autoconf 2.72 requirement (#128502)
Erlend E. Aasland
2025-01-04
1
-2/+2
*
gh-128354: Consistently use LIBS over LDFLAGS in library build checks (#128359)
Zanie Blue
2025-01-03
1
-18/+17
*
gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)
Zanie Blue
2025-01-03
1
-1/+1
*
gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (...
Zanie Blue
2025-01-03
1
-8/+3
*
gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#1...
Zanie Blue
2024-12-30
1
-1/+1
*
gh-128279: Enhance the NetBSD compatibility for thread naming (#128280)
Furkan Onder
2024-12-28
1
-0/+1
*
gh-100384: Error on `unguarded-availability` in macOS builds (#128155)
Zanie Blue
2024-12-22
1
-0/+7
*
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (...
RUANG (James Roy)
2024-12-19
1
-1/+1
*
gh-127146: Emscripten Include compiler version in _PYTHON_HOST_PLATFORM (#127...
Hood Chatham
2024-12-17
1
-0/+3
*
gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED...
Hood Chatham
2024-12-09
1
-5/+5
*
gh-59705: Add _thread.set_name() function (#127338)
Victor Stinner
2024-12-06
1
-2/+20
*
gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)
Victor Stinner
2024-12-05
1
-1/+1
*
gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)
Hood Chatham
2024-12-05
1
-1/+1
*
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham
2024-12-05
1
-0/+1
*
gh-127111: Emscripten Make web example work again (#127113)
Hood Chatham
2024-12-02
1
-6/+10
*
GH-127429: fix sysconfig data generation on cross-builds (#127430)
Filipe Laíns 🇵🇸
2024-12-02
1
-1/+1
*
gh-126898: Emscripten support: Use es6 modules (#126903)
Hood Chatham
2024-11-21
1
-2/+2
*
gh-126691: Remove --with-emscripten-target (#126787)
Hood Chatham
2024-11-16
1
-59/+14
*
gh-89640: Pull in update to float word order detection in autoconf-archive (#...
Hood Chatham
2024-11-13
1
-3/+0
*
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
[next]