summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* 3.7.4rc1v3.7.4rc1Ned Deily2019-06-182-5/+0
* bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748)Miss Islington (bot)2019-04-161-0/+3
* bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12814)Victor Stinner2019-04-131-0/+2
* 3.7.3rc1v3.7.3rc1Ned Deily2019-03-126-10/+0
* bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)Miss Islington (bot)2019-02-021-0/+1
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-021-0/+2
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+1
* bpo-35550: Fix incorrect Solaris define guards (GH-11275)Miss Islington (bot)2018-12-301-0/+1
* bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)Victor Stinner2018-12-201-0/+2
* bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179)Miss Islington (bot)2018-12-161-0/+3
* 3.7.2rc1v3.7.2rc1Ned Deily2018-12-116-13/+0
* bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)Victor Stinner2018-12-041-0/+2
* bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)Miss Islington (bot)2018-12-041-0/+2
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)Miss Islington (bot)2018-11-301-0/+3
* closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...Miss Islington (bot)2018-11-011-0/+1
* bpo-28015: Support LTO build with clang (GH-9908)Miss Islington (bot)2018-10-241-0/+1
* [3.7] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9940)Miss Islington (bot)2018-10-171-0/+4
* 3.7.1rc1v3.7.1rc1Ned Deily2018-09-266-8/+0
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-181-0/+1
* bpo-34710: fix SSL module build (GH-9347)Miss Islington (bot)2018-09-171-0/+1
* closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...Miss Islington (bot)2018-09-011-0/+2
* bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)Miss Islington (bot)2018-07-151-0/+1
* bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)Miss Islington (bot)2018-07-111-0/+2
* bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7824)Miss Islington (bot)2018-06-221-0/+1
* 3.7.0rc1v3.7.0rc1Ned Deily2018-06-121-3/+0
* bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)Miss Islington (bot)2018-06-051-0/+3
* 3.7.0b5v3.7.0b5Ned Deily2018-05-303-6/+0
* bpo-33614: Ensures module definition files for the stable ABI on Windows are ...Miss Islington (bot)2018-05-281-0/+2
* bpo-33012: Add -Wno-cast-function-type for gcc 8. (GH-6757)Serhiy Storchaka2018-05-251-0/+2
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)Miss Islington (bot)2018-05-171-0/+2
* 3.7.0b4v3.7.0b4Ned Deily2018-05-025-9/+0
* Enable the verbose build for extension modules with GNU make (GH-6659) (#6662)Miss Islington (bot)2018-05-021-0/+2
* bpo-33393: Update config.guess and config.sub files (GH-6658) (#6661)Miss Islington (bot)2018-05-021-0/+1
* bpo-33377: add triplets for mips-r6 and riscv (GH-6655) (GH-6660)Miss Islington (bot)2018-05-011-0/+2
* bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...Miss Islington (bot)2018-04-201-0/+3
* bpo-33182: Fix pointer types in _testembed (GH-6310) (GH-6311)Miss Islington (bot)2018-03-301-0/+1
* 3.7.0b3v3.7.0b3Ned Deily2018-03-291-1/+0
* [3.7] bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6283)Miss Islington (bot)2018-03-281-0/+1
* Update NEWS, docs, and patchlevel for 3.7.0b2v3.7.0b2Ned Deily2018-02-271-1/+0
* closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)Miss Islington (bot)2018-02-211-0/+1
* Update NEWS, docs, and patchlevel for 3.7.0b1v3.7.0b1Ned Deily2018-01-304-8/+0
* bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)Bernhard M. Wiedemann2018-01-241-0/+2
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#...stratakis2018-01-231-0/+2
* bpo-32593: Drop FreeBSD 9 and older support (#5232)Victor Stinner2018-01-221-0/+1
* bpo-32598: Use autoconf to detect usable OpenSSL (#5242)Christian Heimes2018-01-201-0/+3
* Update NEWS and pydoc topics.Ned Deily2017-12-0512-16/+0
* bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245)Mariatta2017-12-041-0/+1
* bpo-32059: setup.py now also searches the sysroot paths (GH-4452)xdegaye2017-11-251-0/+2
* bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488)xdegaye2017-11-231-0/+1
* bpo-29040: Support building Android with Unified Headers (GH-4492)xdegaye2017-11-231-0/+2