summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* bpo-39144 Align ctags and etags behaviours in the makefile and include Python...Miss Islington (bot)2019-12-271-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-051-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-251-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
* bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)pxinwr2019-04-151-0/+1
* bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811)Victor Stinner2019-04-131-2/+2
* bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809)Victor Stinner2019-04-121-0/+8
* bpo-36605: make tags: parse Modules/_io directory (GH-12789)Victor Stinner2019-04-111-0/+2
* bpo-36577: setup.py reports missing OpenSSL again (GH-12746)Christian Heimes2019-04-091-0/+1
* bpo-36508: python-config don't export LINKFORSHARED (GH-12661)Victor Stinner2019-04-091-0/+3
* bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)xdegaye2019-04-091-0/+1
* bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)Michael Felt2019-04-081-0/+2
* v3.8.0a3v3.8.0a3Łukasz Langa2019-03-254-6/+0
* bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)btharper2019-03-191-0/+1
* bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)Victor Stinner2019-03-011-0/+2
* bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098)Victor Stinner2019-03-011-0/+2
* bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)pxinwr2019-02-271-0/+1
* [blurb] v3.8.0a1Łukasz Langa2019-02-0337-70/+0
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Steve Dower2019-02-021-0/+2
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+1
* bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)Gregory Szorc2019-01-071-0/+1
* bpo-35550: Fix incorrect Solaris define guards (GH-11275)Jakub Kulík2018-12-301-0/+1
* bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)stratakis2018-12-191-0/+2
* bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164)Victor Stinner2018-12-161-0/+3
* bpo-34245: install Python shared library with more standard 0755 mode (GH-8492)jdemeyer2018-12-091-0/+2