summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)Christian Heimes2021-11-181-0/+2
* bpo-45573: Introduce extension module flags in Makefile (GH-29594)Christian Heimes2021-11-181-0/+3
* bpo-45800: Move pyexpat build setup into configure (GH-29547)Christian Heimes2021-11-141-0/+2
* bpo-45798: Move _decimal build setup into configure (GH-29541)Christian Heimes2021-11-131-0/+2
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-0/+1
* bpo-45723: Add --with-pkg-config to configure (GH-29517)Christian Heimes2021-11-101-0/+2
* bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)Christian Heimes2021-11-101-0/+1
* bpo-45763: Detect compression build deps in configure (GH-29483)Christian Heimes2021-11-091-0/+2
* bpo-45743: -Wl,-search_paths_first is no longer needed (GH-29464)Christian Heimes2021-11-091-0/+2
* bpo-45723: Prepare support for autoconf 2.71 (GH-29441)Christian Heimes2021-11-081-0/+2
* bpo-45723: Add helper macros and more caching to configure.ac (GH-29429)Christian Heimes2021-11-081-0/+2
* bpo-45723: Detect missing pkg-config (GH-29442)Christian Heimes2021-11-071-0/+1
* bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)Christian Heimes2021-11-061-0/+1
* Python 3.11.0a2v3.11.0a2Pablo Galindo2021-11-0515-33/+0
* bpo-43158: Use configure values for building _uuid extension (GH-29353)Christian Heimes2021-11-021-0/+2
* bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307)Nikita Sobolev2021-10-311-0/+1
* bpo-45548: Some test modules must be built as shared libs (GH-29268)Christian Heimes2021-10-291-0/+4
* bpo-45595: Make extensions depend on header files (GH-29198)Christian Heimes2021-10-251-0/+2
* bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)Christian Heimes2021-10-251-0/+3
* bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)Christian Heimes2021-10-221-0/+2
* bpo-45570: Simplify setup macros for pyexpat (GH-29159)Christian Heimes2021-10-221-0/+1
* bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)Christian Heimes2021-10-221-0/+2
* bpo-45548: add some missing entries to `Modules/Setup` (GH-29115)Brett Cannon2021-10-211-0/+1
* bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)Jeong YunWon2021-10-201-0/+2
* bpo-45536: Check OpenSSL APIs in configure (GH-29088)Christian Heimes2021-10-201-0/+3
* bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031)andrei kulakov2021-10-181-0/+3
* bpo-45440: Remove pymath.c fallbacks (GH-28977)Victor Stinner2021-10-151-1/+3
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-131-0/+2
* bpo-45405: Prevent ``internal configure error`` when running ``configure`` w...David Bohman2021-10-131-0/+2
* bpo-45433: Do not link libpython against libcrypt (GH-28881)Mike Gilbert2021-10-111-0/+1
* Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-0511-30/+0
* Remove news entry without bpo issue number. (GH-28703)Julien Palard2021-10-031-1/+0
* Makefile: Fix missing slashes (GH-28659)native-api2021-10-021-0/+1
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-211-2/+4
* bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Steve Dower2021-09-161-0/+3
* bpo-45188: Windows now regenerates frozen modules at the start of build inste...Steve Dower2021-09-151-0/+3
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-0/+4
* bpo-45163: Haiku build fix. (GH-28269)David CARLIER2021-09-111-0/+1
* bpo-45067 - Verify the version of ncurses for extended color support feature ...Senthil Kumaran2021-09-091-0/+5
* bpo-45019: Add a tool to generate list of modules to include for frozen modul...Eric Snow2021-08-301-0/+3
* bpo-44340: Add support for building with clang full/thin lto (GH-27231)Dong-hee Na2021-07-191-0/+2
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Steve Dower2021-06-301-0/+1
* bpo-43298: Improved error message when building without the Windows SDK insta...Steve Dower2021-06-191-0/+1
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Steve Dower2021-06-111-0/+2
* bpo-41282: Fix broken `make install` (GH-26329)Petr Viktorin2021-05-241-0/+3
* Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)Ned Deily2021-05-082-2/+0
* bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes2021-04-171-0/+1
* bpo-43567: Improved generated code refresh on Windows (GH-25120)Steve Dower2021-04-061-0/+1
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-055-12/+0
* Document GH-24624Ɓukasz Langa2021-03-311-0/+3