summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-225-13/+0
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-0/+5
* gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)Miro Hrončok2023-11-151-0/+1
* gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)Ayappan Perumal2023-10-221-0/+1
* gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)YAMAMOTO Takashi2023-10-201-0/+1
* gh-85283: Build posixshmem extension with Limited C API (#111087)Victor Stinner2023-10-191-2/+3
* gh-85283: Build _uuid extension with limited C API (#111010)Victor Stinner2023-10-171-2/+2
* gh-85283: Build _scproxy extension with limited C API (#111008)Victor Stinner2023-10-171-3/+3
* gh-85283: Build resource extension with limited C API (#110989)Victor Stinner2023-10-171-3/+3
* gh-85283: Build winsound extension with limited C API (#110978)Victor Stinner2023-10-171-3/+4
* gh-85283: Build md5 extension with limited C API (#110967)Victor Stinner2023-10-171-3/+3
* gh-85283: Build errno and _ctypes_test with limited C API (#110955)Victor Stinner2023-10-171-2/+3
* gh-85283: Build _testimportmultiple with limited C API (#110954)Victor Stinner2023-10-171-0/+2
* Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-1323-51/+0
* gh-85283: _stat extension now uses the limited C API (#110711)Victor Stinner2023-10-111-0/+2
* gh-109191: Fix build with newer editline (gh-110239)Bo Anderson2023-10-091-0/+1
* gh-103053: Fix make check-clean-src: check "python" program (#110449)Victor Stinner2023-10-061-0/+3
* gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)Victor Stinner2023-10-031-0/+2
* gh-109566: Remove make testall (#110122)Victor Stinner2023-09-291-0/+2
* gh-109740: Use 't' in `--disable-gil` SOABI (#109922)Sam Gross2023-09-271-0/+2
* gh-109054: configure checks if libatomic is needed (#109101)Victor Stinner2023-09-081-0/+6
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-0/+4
* gh-63760: Don't declare gethostname() on Solaris (#108817)Victor Stinner2023-09-021-0/+3
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-0/+3
* gh-108447: Detect platform triplets for x86_64 GNU/Hurd (#108045)Samuel Thibault2023-08-241-0/+1
* gh-95855: Refactor platform triplet detection code, add detection for MIPS so...Jeffery To2023-08-241-0/+2
* Run sphinx-lint on Misc/NEWS.d/next/ (#108212)Hugo van Kemenade2023-08-211-1/+1
* 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