summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* bpo-46429: Merge all deepfrozen files into one (GH-30572)Kumar Aditya2022-01-201-0/+1
* bpo-46443: deepfreeze: use small ints and singleton zero bytes (GH-30715)Kumar Aditya2022-01-201-0/+1
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-01-141-0/+5
|\
| * bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)Mark Dickinson2022-01-141-0/+5
* | Python 3.11.0a4v3.11.0a4Pablo Galindo2022-01-1312-25/+0
|/
* bpo-44133: Link Python executable with object files (GH-30556)Victor Stinner2022-01-132-0/+7
* bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)Christian Heimes2022-01-131-0/+2
* bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)Christian Heimes2022-01-121-0/+2
* bpo-45723: Fix detection of epoll (#30449)Christian Heimes2022-01-071-0/+1
* bpo-46263: Don't use MULTIARCH on FreeBSD (#30410)Christian Heimes2022-01-051-0/+1
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)Kumar Aditya2021-12-221-0/+2
* bpo-40280: Add Tools/wasm with helpers for cross building (GH-29984)Christian Heimes2021-12-181-0/+1
* bpo-46088: Automatically detect or install bootstrap Python runtime when buil...Steve Dower2021-12-181-0/+2
* bpo-46072: Add --with-pystats configure option to simplify gathering of VM st...Mark Shannon2021-12-151-0/+2
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-0/+3
* bpo-46023: Fix makesetup handling of disabled rule (GH-30001)Christian Heimes2021-12-101-0/+2
* Python 3.11.0a3v3.11.0a3Pablo Galindo2021-12-0833-75/+0
* bpo-44035: Check autoconf files thoroughly (GH-29935)Christian Heimes2021-12-061-0/+2
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Crowthebird2021-12-031-0/+1
* bpo-45950: Introduce Bootstrap Python again (#29859)Christian Heimes2021-12-031-0/+4
* bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)Christian Heimes2021-11-291-0/+2
* bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)Christian Heimes2021-11-291-0/+1
* bpo-40280: Disable unusable core extension modules on emscripten (GH-29834)Erlend Egeberg Aasland2021-11-291-0/+1
* bpo-45866: Fix typo in the NEWS entry (GH-29798)Victor Stinner2021-11-261-1/+1
* bpo-40280: Move hard-coded feature checks to configure (GH-29789)Christian Heimes2021-11-261-0/+3
* bpo-40280: Add configure check for socket shutdown (GH-29795)Christian Heimes2021-11-261-0/+3
* bpo-45866: pegen strips directory of "generated from" header (GH-29777)Victor Stinner2021-11-261-0/+4
* bpo-40280: Add wasm cross build targets (GH-29771)Christian Heimes2021-11-251-0/+3
* bpo-33393: Update config.guess and config.sub (GH-29781)Christian Heimes2021-11-251-0/+3
* bpo-41498: Fix build on platforms without sigset_t (GH-29770)Christian Heimes2021-11-251-0/+4
* bpo-45881: Use CC from env first for cross building (GH-29752)Christian Heimes2021-11-241-0/+2
* bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)Christian Heimes2021-11-241-0/+2
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-231-0/+1
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Neil Schemenauer2021-11-231-0/+1
* bpo-45723: Add helpers for save/restore env (GH-29637)Erlend Egeberg Aasland2021-11-221-0/+10
* bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)Christian Heimes2021-11-191-0/+1
* bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)Christian Heimes2021-11-191-0/+2
* bpo-45774: Autoconfiscate SQLite detection (GH-29507)Erlend Egeberg Aasland2021-11-191-0/+2
* bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)Christian Heimes2021-11-181-0/+2
* bpo-45573: Introduce extension module flags in Makefile (GH-29594)Christian Heimes2021-11-181-0/+3
* bpo-45800: Move pyexpat build setup into configure (GH-29547)Christian Heimes2021-11-141-0/+2
* bpo-45798: Move _decimal build setup into configure (GH-29541)Christian Heimes2021-11-131-0/+2
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-0/+1
* bpo-45723: Add --with-pkg-config to configure (GH-29517)Christian Heimes2021-11-101-0/+2
* bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)Christian Heimes2021-11-101-0/+1
* bpo-45763: Detect compression build deps in configure (GH-29483)Christian Heimes2021-11-091-0/+2
* bpo-45743: -Wl,-search_paths_first is no longer needed (GH-29464)Christian Heimes2021-11-091-0/+2
* bpo-45723: Prepare support for autoconf 2.71 (GH-29441)Christian Heimes2021-11-081-0/+2
* bpo-45723: Add helper macros and more caching to configure.ac (GH-29429)Christian Heimes2021-11-081-0/+2
* bpo-45723: Detect missing pkg-config (GH-29442)Christian Heimes2021-11-071-0/+1