summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...Ned Deily2020-05-181-1/+0
* bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)Ned Deily2020-05-181-0/+1
* bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)Victor Stinner2020-05-051-0/+2
* Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-273-4/+0
* bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Joshua Root2020-04-221-0/+1
* bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)Chris Martinez2020-04-031-0/+1
* bpo-38527: fix configure script for Solaris (GH-16845)Arnon Yaari2020-04-011-0/+2
* Python 3.9.0a5v3.9.0a5Łukasz Langa2020-03-233-10/+0
* bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960)Raúl Cumplido2020-03-121-1/+1
* bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)Petr Viktorin2020-03-111-0/+1
* bpo-1294959: Add sys.platlibdir attribute (GH-18381)Victor Stinner2020-03-101-0/+6
* bpo-39763: distutils.spawn now uses subprocess (GH-18743)Victor Stinner2020-03-041-0/+3
* Python 3.9.0a4v3.9.0a4Łukasz Langa2020-02-251-1/+0
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-0/+1
* Python 3.9.0a3v3.9.0a3Łukasz Langa2020-01-243-4/+0
* bpo-39395: putenv() and unsetenv() always available (GH-18135)Victor Stinner2020-01-241-0/+2
* bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-...Anthony Shaw2020-01-141-0/+1
* bpo-39144 Align ctags and etags behaviours in the makefile and include Python...Anthony Shaw2019-12-281-0/+1
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-182-4/+0
* bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen...Anthony Shaw2019-12-171-0/+2
* bpo-37404: Raising value error if an SSLSocket is passed to asyncio function...idomic2019-12-071-0/+2
* Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-1916-54/+0
* bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)Tal Einat2019-11-181-0/+2
* bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)Alexandru Ardelean2019-11-041-0/+1
* bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)Victor Stinner2019-10-221-0/+2