COMMITS
/ configure January 18, 2025
V
gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)
Victor Stinner committed
January 13, 2025
Z
gh-90905: Allow cross-compilation on macOS (#128385)
Zanie Blue committed
January 8, 2025
F
GH-127970: find the runtime library when dladdr is available (#127972)
Filipe Laíns 🇵🇸 committed
January 7, 2025
E
gh-127614: Correctly check for ttyname_r() in configure (#128503)
Erlend E. Aasland committed
Z
gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511)
Zanie Blue committed
January 6, 2025
H
gh-127146: Strip dash from Emscripten compiler version (#128557)
Hood Chatham committed
January 5, 2025
Z
gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455)
Zanie Blue committed
January 3, 2025
Z
gh-128354: Consistently use LIBS over LDFLAGS in library build checks (#128359)
Zanie Blue committed
Z
gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)
Zanie Blue committed
E
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Erlend E. Aasland committed
Z
December 30, 2024
Z
gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#128322)
Zanie Blue committed
December 28, 2024
F
gh-128279: Enhance the NetBSD compatibility for thread naming (#128280)
Furkan Onder committed
December 22, 2024
Z
gh-100384: Error on `unguarded-availability` in macOS builds (#128155)
Zanie Blue committed
December 19, 2024
R
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (GH-127689)
RUANG (James Roy) committed
December 17, 2024
H
gh-127146: Emscripten Include compiler version in _PYTHON_HOST_PLATFORM (#127992)
Hood Chatham committed
December 9, 2024
H
gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED` (#127666)
Hood Chatham committed
December 6, 2024
V
gh-59705: Add _thread.set_name() function (#127338)
Victor Stinner committed
December 5, 2024
V
gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)
Victor Stinner committed
H
gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)
Hood Chatham committed
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
December 2, 2024
H
gh-127111: Emscripten Make web example work again (#127113)
Hood Chatham committed
F
GH-127429: fix sysconfig data generation on cross-builds (#127430)
Filipe Laíns 🇵🇸 committed
November 21, 2024
H
gh-126898: Emscripten support: Use es6 modules (#126903)
Hood Chatham committed
November 16, 2024
H
gh-126691: Remove --with-emscripten-target (#126787)
Hood Chatham committed
November 13, 2024
H
gh-89640: Pull in update to float word order detection in autoconf-archive (#126747)
Hood Chatham committed
November 8, 2024
H
gh-89640: Restore configure error message on failure to detect float word order (#126569)
Hood Chatham committed
November 7, 2024
B
E
gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)
Erlend E. Aasland committed
November 6, 2024
B
GH-126458: disable SIMD for HACL under WASI (#126512)
Brett Cannon committed
November 4, 2024
E
gh-89640: Hardcode WASM float word ordering as little endian (#126387)
Erlend E. Aasland committed
November 1, 2024
B
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
Bénédikt Tran committed
October 31, 2024
H
gh-126178: NFC Separate Emscripten and WASI standard lib disables in configure (#126179)
Hood Chatham committed
October 30, 2024
J
gh-91962: Fix `hstrerror` detection issues on Solaris (GH-91963)
Jakub Kulík committed
S
gh-125206: Correct detection of complex numbers support in libffi (#126104)
Sergey B Kirpichev committed
October 29, 2024
H
gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)
Hood Chatham committed
H
gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)
Hood Chatham committed
October 26, 2024
E
gh-89640: properly detect float word ordering on Linux (#125571)
Erlend E. Aasland committed
E
gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)
Erlend E. Aasland committed
October 20, 2024
E
gh-125698: Restore EXEEXT in configure and Make (#125758)
Erlend E. Aasland committed
E
gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)
Erlend E. Aasland committed
October 16, 2024
V
gh-115382: Fix cross compiles when host and target use same SOABI
Vincent Fazio committed
October 15, 2024
M
gh-125206: Bug in ctypes with old libffi is fixed (#125322)
Mikhail Efimov committed
S
gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)
Sam Gross committed
October 14, 2024
S
gh-124944: Add socket.SO_ORIGINAL_DST (#124945)
Steven Jin committed
September 24, 2024
D
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Donghee Na committed
September 23, 2024
M
gh-99108: Disable HACL SIMD code on older versions of Android (#124304)
Malcolm Smith committed
F
gh-124228: Fix UUID test in configure files for NetBSD (#124229)
Furkan Onder committed
September 18, 2024
N
gh-124191: Disable -Wconversion in enable safety (gh-124192)
Nate Ohlson committed
September 16, 2024
P
gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078)
Peter Bierma committed