summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* gh-126898: Emscripten support: Use es6 modules (#126903)Hood Chatham2024-11-211-0/+1
* Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-1912-22/+0
* gh-126691: Remove --with-emscripten-target (#126787)Hood Chatham2024-11-161-0/+3
* gh-126187 Add emscripten.py script to automate emscripten build (#126190)Hood Chatham2024-11-091-0/+1
* GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...Brett Cannon2024-11-071-0/+3
* GH-126458: disable SIMD for HACL under WASI (#126512)Brett Cannon2024-11-061-0/+1
* gh-89640: Hardcode WASM float word ordering as little endian (#126387)Erlend E. Aasland2024-11-041-0/+1
* gh-126206: make clinic now forcefully regenerates clinic code (#126244)Erlend E. Aasland2024-11-011-0/+2
* gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)Hood Chatham2024-10-291-0/+4
* gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)Hood Chatham2024-10-291-0/+1
* gh-89640: properly detect float word ordering on Linux (#125571)Erlend E. Aasland2024-10-261-0/+2
* Increase minimum Android API level to 24 (#125946)Malcolm Smith2024-10-251-0/+1
* gh-125940: Android: support 16 KB pages (#125941)Malcolm Smith2024-10-241-0/+2
* gh-115382: Fix cross compiles when host and target use same SOABIVincent Fazio2024-10-161-0/+1
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-1532-58/+0
* gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)Sam Gross2024-10-151-0/+2
* gh-119400: make_ssl_certs: update reference test data automatically, pass in...Alexander Kanavin2024-09-251-0/+2
* gh-123990: Good bye WITH_FREELISTS macro (gh-124358)Donghee Na2024-09-241-0/+1
* gh-124102: Update internal PCbuild docs to accurately list build dependencies...Wulian2024-09-231-0/+2
* gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078)Peter Bierma2024-09-161-0/+2
* gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685)Zachary Ware2024-09-041-0/+1
* gh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (#123298)Pablo Galindo Salgado2024-08-251-0/+2
* GH-121634: have `wasi.py` accept the host target triple as an argument (GH-12...Brett Cannon2024-08-151-0/+1
* GH-122578: update to WASI SDK 24 (GH-122960)Brett Cannon2024-08-121-0/+1
* gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)Malcolm Smith2024-08-081-0/+2
* GH-118943: Remove regen-jit from the regen-all make target (GH-122602)Miro Hrončok2024-08-081-0/+1
* GH-118943: Handle races when moving jit_stencils.h (GH-120690)Miro Hrončok2024-08-051-0/+3
* gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...Donghee Na2024-07-231-0/+2
* gh-120522: Apply App Store compliance patch during installation (#121947)Russell Keith-Magee2024-07-211-0/+2
* GH-120371: Add WASI SDK 22 support (GH-121870)Brett Cannon2024-07-161-0/+2
* gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa...Ned Deily2024-07-161-2/+0
* gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)Russell Keith-Magee2024-07-161-0/+1
* gh-121731: Fix mimalloc compile error on GNU/Hurd (#121732)Samuel Thibault2024-07-141-0/+1
* gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)Sam Gross2024-07-111-0/+3
* gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)Marc Mueller2024-07-081-0/+1
* gh-121467: Fix makefile to include mimalloc headers (#121469)Marc Mueller2024-07-081-0/+1
* gh-113565: Improve and harden detection of curses dependencies (#119816)Erlend E. Aasland2024-07-011-0/+2
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...Russell Keith-Magee2024-06-301-0/+2
* gh-121082: Fix build failure when the developer use `--enable-pystats` argume...Nadeshiko Manju2024-06-271-0/+1
* gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)Michael Allwright2024-06-251-0/+1
* GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)Xarblu2024-06-201-0/+2
* gh-120688: Build WASI with -O3 in debug mode (#120691)Victor Stinner2024-06-181-0/+3
* gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)Kirill Podoprigora2024-06-111-0/+2
* gh-120291: Fix a bashism in python-config.sh.in (#120292)Michał Górny2024-06-111-0/+1
* gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)Sam Gross2024-05-301-0/+5
* Amend NEWS category for gh-119196 (#119218)Erlend E. Aasland2024-05-201-0/+1
* gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)Donghee Na2024-05-181-0/+2
* GH-118943: Fix a race condition when generating jit_stencils.h (GH-118957)Brandt Bucher2024-05-161-0/+3
* GH-118836: Fix JIT build error when SHT_NOTE section is present (GH-119000)Michał Górny2024-05-131-0/+2
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-086-10/+0