summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...Miss Islington (bot)2021-11-021-0/+2
* bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)Miss Islington (bot)2021-10-221-0/+2
* bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)Miss Islington (bot)2021-10-201-0/+2
* bpo-45536: Check OpenSSL APIs in configure (GH-29088)Miss Islington (bot)2021-10-201-0/+3
* [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (G...Miss Islington (bot)2021-10-181-0/+3
* [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...Miss Islington (bot)2021-10-131-0/+2
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-211-2/+4
* bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Miss Islington (bot)2021-09-161-0/+3
* bpo-45067 - Verify the version of ncurses for extended color support feature ...Miss Islington (bot)2021-09-091-0/+5
* Python 3.10.0b4v3.10.0b4Pablo Galindo2021-07-102-2/+0
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Miss Islington (bot)2021-06-301-0/+1
* bpo-43298: Improved error message when building without the Windows SDK insta...Miss Islington (bot)2021-06-201-0/+1
* Python 3.10.0b3v3.10.0b3Pablo Galindo2021-06-171-2/+0
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Miss Islington (bot)2021-06-111-0/+2
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-311-3/+0
* bpo-41282: Fix broken `make install` (GH-26329)Miss Islington (bot)2021-05-241-0/+3
* Python 3.10.0b1v3.10.0b1Pablo Galindo2021-05-032-2/+0
* bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes2021-04-171-0/+1
* bpo-43567: Improved generated code refresh on Windows (GH-25120)Steve Dower2021-04-061-0/+1
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-055-12/+0
* Document GH-24624Łukasz Langa2021-03-311-0/+3
* bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)Christian Heimes2021-03-301-0/+1
* bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)Christian Heimes2021-03-271-0/+2
* bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes2021-03-191-0/+1
* bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)Neil Schemenauer2021-03-061-0/+5
* Python 3.10.0a6Pablo Galindo2021-03-015-15/+0
* bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)Manolis Stamatogiannakis2021-03-011-0/+7
* bpo-39448: Add regen-frozen makefile target. (GH-18174)Neil Schemenauer2021-02-191-0/+2
* bpo-43103: Add configure --without-static-libpython (GH-24418)Victor Stinner2021-02-171-0/+3
* bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)Inada Naoki2021-02-121-0/+1
* bpo-13501: allow choosing between readline and libedit (GH-24189)Roland Hieber2021-02-091-0/+2
* Python 3.10.0a5Pablo Galindo2021-02-025-16/+0
* bpo-43031: Set a timeout when running tests in PGO build (GH-24339)Victor Stinner2021-01-271-0/+2
* bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)pxinwr2021-01-221-0/+1
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)Victor Stinner2021-01-201-0/+9
* bpo-36143: make regen-all now also runs regen-keyword (GH-24245)Victor Stinner2021-01-181-0/+1
* bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)Paul Ganssle2021-01-121-0/+3
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-046-12/+0
* bpo-42692: fix __builtin_available check on older compilers (GH-23873)Joshua Root2021-01-041-0/+1
* bpo-27640: Add --disable-test-modules configure option (GH-23886)pxinwr2020-12-301-0/+3
* bpo-29076: Add fish support to macOS installer (GH-23302)Erlend Egeberg Aasland2020-12-251-0/+1
* bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...Matti Picus2020-12-201-0/+4
* bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)pxinwr2020-12-141-0/+1
* bpo-42598: Fix implicit function declarations in configure (GH-23690)Joshua Root2020-12-131-0/+2
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-076-14/+0
* bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)pxinwr2020-11-281-0/+1
* bpo-40998: Address compiler warnings found by ubsan (GH-20929)Christian Heimes2020-11-181-0/+2
* bpo-42398: Fix "make regen-all" race condition (GH-23362)Victor Stinner2020-11-181-0/+4
* bpo-42087: Remove support for AIX 5.3 and below (GH-22830)Kevin Adler2020-11-161-0/+1
* bpo-41617: Add _Py__has_builtin() macro (GH-23260)Victor Stinner2020-11-131-0/+3