summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.9v3.8.9Łukasz Langa2021-04-022-3/+0
* [3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)Christian Heimes2021-03-301-0/+1
* [3.8] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...Christian Heimes2021-03-271-0/+2
* Python 3.8.8rc1v3.8.8rc1Łukasz Langa2021-02-161-1/+0
* bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23938)Miss Islington (bot)2021-01-281-0/+1
* Python 3.8.7v3.8.7Łukasz Langa2020-12-212-6/+0
* bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...Miss Islington (bot)2020-12-201-0/+4
* bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23757)Miss Islington (bot)2020-12-131-0/+2
* Python 3.8.7rc1v3.8.7rc1Łukasz Langa2020-12-071-4/+0
* bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)Miss Islington (bot)2020-11-181-0/+4
* Python 3.8.5v3.8.5Łukasz Langa2020-07-201-1/+0
* [3.8] bpo-41302: Support system libmpdec 2.5 for Python 3.8 (GH-21488)Felix Yan2020-07-151-0/+1
* Python 3.8.4rc1v3.8.4rc1Łukasz Langa2020-06-292-2/+0
* bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21...Ned Deily2020-06-251-0/+1
* bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)Miss Islington (bot)2020-05-181-0/+1
* Python 3.8.3rc1v3.8.3rc1Łukasz Langa2020-04-294-5/+0
* bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Miss Islington (bot)2020-04-221-0/+1
* bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)Victor Stinner2020-04-081-0/+1
* bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)Miss Islington (bot)2020-04-031-0/+1
* bpo-38527: fix configure script for Solaris (GH-16845)Miss Islington (bot)2020-04-011-0/+2
* Python 3.8.2rc1v3.8.2rc1Łukasz Langa2020-02-101-1/+0
* bpo-39144 Align ctags and etags behaviours in the makefile and include Python...Miss Islington (bot)2019-12-281-0/+1
* Python 3.8.1rc1v3.8.1rc1Łukasz Langa2019-12-094-7/+0
* [3.8] bpo-37404: Raising value error if an SSLSocket is passed to asyncio fun...Andrew Svetlov2019-12-071-0/+2
* bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164)Miss Islington (bot)2019-11-181-0/+2
* bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043)Miss Islington (bot)2019-11-061-0/+1
* bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)Miss Skeleton (bot)2019-10-221-0/+2
* v3.8.0rc1v3.8.0rc1Łukasz Langa2019-10-015-20/+0
* bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446...Miss Islington (bot)2019-09-281-0/+2
* bpo-36210: correct logic in setup.py for optional extensions for AIX (GH-1220...Michael Felt2019-09-251-0/+9
* closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)Miss Islington (bot)2019-09-131-0/+2
* [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore...Zachary Ware2019-09-111-0/+5
* bpo-37936: Avoid ignoring files that we actually do track. (GH-15451)Miss Islington (bot)2019-09-091-0/+2
* Python 3.8.0b4v3.8.0b4Łukasz Langa2019-08-291-3/+0
* bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024)Miss Islington (bot)2019-07-301-0/+3
* Python 3.8.0b3v3.8.0b3Łukasz Langa2019-07-291-9/+0
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Miss Islington (bot)2019-07-221-0/+9
* Python 3.8.0b2v3.8.0b2Łukasz Langa2019-07-041-3/+0
* bpo-37189: Export old PyRun_XXX() functions (GH-14142)Miss Islington (bot)2019-06-171-0/+3
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-042-17/+0
* bpo-36721: Add --embed option to python-config (GH-13500)Victor Stinner2019-05-231-0/+16
* bpo-36786: Run compileall in parallel during "make install" (GH-13078)Antoine Pitrou2019-05-151-0/+1
* Python 3.8.0a4v3.8.0a4Łukasz Langa2019-05-0612-45/+0
* bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)xdegaye2019-04-291-0/+1
* bpo-21536: On Android, C extensions are linked to libpython (GH-12989)xdegaye2019-04-291-1/+1
* bpo-36722: Style and grammar edits for ABI news entries (GH-12979)Paul Ganssle2019-04-272-9/+10
* bpo-21536: C extensions are no longer linked to libpython (GH-12946)Victor Stinner2019-04-251-0/+12
* bpo-36465: Make release and debug ABI compatible (GH-12615)Victor Stinner2019-04-241-0/+5
* bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931)Victor Stinner2019-04-241-0/+3
* bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)Victor Stinner2019-04-171-0/+5