summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Steve Dower2021-06-301-0/+1
* bpo-43298: Improved error message when building without the Windows SDK insta...Steve Dower2021-06-191-0/+1
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Steve Dower2021-06-111-0/+2
* bpo-41282: Fix broken `make install` (GH-26329)Petr Viktorin2021-05-241-0/+3
* Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)Ned Deily2021-05-082-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
* bpo-38823: Always build _ctypes with wchar_t (GH-23248)Victor Stinner2020-11-121-0/+3
* Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-031-3/+0
* bpo-38980: Add -fno-semantic-interposition when building with optimizations (...Pablo Galindo2020-10-211-0/+3
* Python 3.10.0a1v3.10.0a1Pablo Galindo2020-10-056-11/+0
* bpo-41875: Use __builtin_unreachable when possible (GH-22433)Dong-hee Na2020-09-281-0/+2
* bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)Victor Stinner2020-09-011-0/+2
* bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)Ned Deily2020-06-251-0/+1
* bpo-36020: Require vsnprintf() to build Python (GH-20899)Victor Stinner2020-06-151-0/+2
* bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)Victor Stinner2020-06-091-0/+2
* bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)Paul Ganssle2020-05-191-0/+2
* Consolidate 3.9.0b1 NEWS in the master branchŁukasz Langa2020-05-192-3/+0
* bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)Minmin Gong2020-05-181-0/+1