summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-34245: install Python shared library with more standard 0755 mode (GH-8492)jdemeyer2018-12-091-0/+2
* bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)stratakis2018-12-041-0/+2
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)Siddhesh Poyarekar2018-11-301-0/+3
* closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...Max Bélanger2018-11-021-0/+1
* bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)Victor Stinner2018-10-261-0/+4
* bpo-28015: Support LTO build with clang (GH-9908)serge-sans-paille2018-10-241-0/+1
* bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)Xtreak2018-10-211-0/+1
* bpo-34765: Update the install-sh file (GH-9592)stratakis2018-10-181-0/+2
* bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)Gregory P. Smith2018-10-181-0/+4
* closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085)Ross Burton2018-09-191-0/+3
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Steve Dower2018-09-181-0/+1
* bpo-34710: fix SSL module build (GH-9347)Alexandru Ardelean2018-09-171-0/+1
* closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...Thomas Herzog2018-09-011-0/+2
* bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)Antoine Pitrou2018-07-161-0/+2
* bpo-34121: Fix detection of C11 atomic support on clang. (GH-8288)Benjamin Peterson2018-07-161-0/+1
* bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)Eitan Adler2018-07-111-0/+2
* bpo-29442: Replace optparse with argparse in setup.py (GH-139)Chih-Hsuan Yen2018-07-111-0/+1
* bpo-30345: Add -g to LDFLAGS for LTO (GH-7709)Victor Stinner2018-06-191-0/+1
* bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)INADA Naoki2018-06-051-0/+3
* bpo-33614: Ensures module definition files for the stable ABI on Windows are ...Steve Dower2018-05-281-0/+2
* bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)Steve Dower2018-05-161-0/+2
* closes bpo-33512: use standard for detecting long double (GH-6847)Eitan Adler2018-05-161-0/+1
* bpo-33483: more correctly handle finding the C compiler (GH-6780)Eitan Adler2018-05-151-0/+2
* Enable the verbose build for extension modules with GNU make (#6659)Matthias Klose2018-04-301-0/+2
* bpo-33393: Update config.guess and config.sub files (#6658)Matthias Klose2018-04-301-0/+1
* bpo-33377: add triplets for mips-r6 and riscv (#6655)Matthias Klose2018-04-301-0/+2
* bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...Siddhesh Poyarekar2018-04-291-0/+5
* bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...xdegaye2018-04-201-0/+3
* bpo-33182: Fix pointer types in _testembed (GH-6310)Nick Coghlan2018-03-301-0/+1
* bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6282)Ned Deily2018-03-281-0/+1
* closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)Eddie Elizondo2018-02-221-0/+1
* Update NEWS, docs, and patchlevel for 3.7.0b1Ned Deily2018-01-314-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-051-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
* bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479)xdegaye2017-11-231-0/+2
* bpo-31934: Abort when building out of a not clean source tree (GH-4255)xdegaye2017-11-081-0/+1
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)Mariatta2017-11-071-0/+1
* bpo-31957: Fixes version detection. (#4298)Steve Dower2017-11-061-0/+1
* bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)Steve Dower2017-11-041-0/+1
* bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)Tal Einat2017-11-031-0/+2
* bpo-28643: Record profile-opt build progress with stamp files (#4223)Neil Schemenauer2017-11-021-0/+1
* fixes bpo-31866: remove code pertaining to AtheOS support (#4115)Benjamin Peterson2017-10-261-0/+1
* Update NEWS and topics for 3.7.0a2Ned Deily2017-10-176-7/+0