summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815)Max Bachmann2023-08-091-0/+1
* gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...Irit Katriel2023-08-011-0/+1
* gh-106881: Check for linux/limits.h before including it (#107397)justdan62023-07-281-0/+1
* gh-106962: Detect mpicc in configure.ac (#106961)Lukas van de Wiel2023-07-221-0/+1
* gh-106118: Add O_CLOEXEC preprocessor guard (#106120)Erlend E. Aasland2023-06-281-0/+2
* gh-101538: Add experimental wasi-threads build (#101537)YAMAMOTO Takashi2023-06-221-0/+1
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-181-0/+2
* gh-104692: Include commoninstall as a prerequisite for bininstall (#104693)Jeffery To2023-06-071-0/+6
* gh-90005: Don't link with libbsd if not needed (#105236)Erlend E. Aasland2023-06-061-0/+1
* GH-102404, GH-100956: Document how to do a WASI build (GH-105251)Brett Cannon2023-06-021-0/+2
* GH-89886: Bump to GNU Autoconf v2.71 (#104925)Erlend E. Aasland2023-06-011-0/+2
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-228-23/+0
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-221-0/+4
* gh-104490: Consistently define phony make targets (#104491)Gregory Szorc2023-05-151-0/+1
* gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)Erlend E. Aasland2023-05-151-0/+1
* gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)Zhang Na2023-05-091-0/+7
* gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)Dong-hee Na2023-05-051-0/+1
* gh-103532: Fix reST syntax in NEWS entry (GH-103544)Zachary Ware2023-04-141-1/+1
* gh-103532: Add NEWS entry (#103542)Zachary Ware2023-04-141-0/+4
* gh-100220: Fix error handling in make rules (GH-100328)Michał Górny2023-04-071-0/+4
* gh-99069: Consolidate checks for static_assert (#94766)Joshua Root2023-04-051-0/+1
* Python 3.12.0a7v3.12.0a7Thomas Wouters2023-04-042-3/+0
* GH-102973: add a dev container (GH-102975)Brett Cannon2023-03-291-0/+2
* GH-102711: Fix warnings found by clang (#102712)Chenxi Mao2023-03-281-0/+1
* Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-074-9/+0
* gh-96821: Add config option `--with-strict-overflow` (#96823)Matthias Görgens2023-03-041-0/+3
* gh-99942: python.pc on android/cygwin should link to libpython per configure....Eli Schwartz2023-02-221-0/+2
* gh-99942: correct the pkg-config/python-config flags for cygwin/androidEli Schwartz2023-02-161-0/+2
* gh-100221: Fix creating dirs in `make sharedinstall` (GH-100329)Michał Górny2023-02-081-0/+2
* Python 3.12.0a5v3.12.0a5Thomas Wouters2023-02-079-19/+0
* gh-101282: Update BOLT --split-functions flag not to use deprecated u… (gh-...Dong-hee Na2023-02-041-0/+2
* gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower2023-02-031-0/+2
* gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)Ayappan Perumal2023-02-021-0/+2
* gh-96305: Fix AIX build by avoiding subprocess during bootstrap (#96429)Ayappan Perumal2023-02-021-0/+2
* gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...Steve Dower2023-01-271-0/+1
* gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)Gregory Szorc2023-01-241-0/+3
* gh-101152: Implement PEP 699 (GH-101193)ram vikram singh2023-01-241-0/+3
* gh-100340: Allows -Wno-int-conversion for wasm (#100341)Kushal Das2023-01-181-0/+2
* gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)Michał Górny2023-01-111-0/+2
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-103-11/+0
* gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX...Dustin Spicuzza2023-01-051-0/+2
* gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)Zachary Ware2022-12-281-0/+8
* gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)Christian Rendina2022-12-091-0/+1
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-065-10/+0
* gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings i...Sam James2022-11-261-0/+1
* gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)SQLPATCH2022-11-241-0/+1
* gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if comput...Skip Montanaro2022-11-221-0/+3
* gh-99337: Fix compile errors with gcc 12 on macOS (#99470)Ronald Oussoren2022-11-211-0/+1
* Merge the 3.12.0a2 release into main.Thomas Wouters2022-11-151-0/+4
|\
| * gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)Victor Stinner2022-11-141-0/+4