summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.11v3.10.11Pablo Galindo2023-04-041-1/+0
* [3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)Miss Islington (bot)2023-03-281-0/+1
* Python 3.10.10v3.10.10Pablo Galindo2023-02-071-2/+0
* gh-101522: Allow overriding Windows dependencies versions and paths using MSB...Steve Dower2023-02-031-0/+2
* Python 3.10.9v3.10.9Pablo Galindo2022-12-064-7/+0
* [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...Sam James2022-12-011-0/+1
* [3.10] Remove trailing space to fix azure failures (#99611)Stanley2022-11-201-2/+2
* [3.10] gh-99086: Fix implicit int compiler warning in configure check for PTH...Erlend E. Aasland2022-11-061-0/+1
* [3.10] gh-97731: Specify the full path to the docs for `make docclean` (GH-98...Miss Islington (bot)2022-11-021-0/+2
* [3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677)samypr1002022-10-281-0/+3
* Python 3.10.8v3.10.8Pablo Galindo2022-10-111-2/+0
* gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...Miss Islington (bot)2022-09-121-0/+2
* Python 3.10.7v3.10.7Pablo Galindo2022-09-051-1/+0
* [3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)Christian Heimes2022-08-291-0/+1
* Python 3.10.6v3.10.6Pablo Galindo2022-08-012-2/+0
* [3.10] gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)Neil Schemenauer2022-07-151-0/+1
* bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)Miss Islington (bot)2022-06-231-0/+1
* Python 3.10.5v3.10.5Pablo Galindo2022-06-061-2/+0
* bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...Steve Dower2022-04-071-0/+2
* Python 3.10.3v3.10.3Pablo Galindo2022-03-165-8/+0
* [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zer...Steve Dower2022-03-161-0/+2
* [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes2022-03-151-0/+1
* bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)Steve Dower2022-01-281-0/+1
* bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)Miss Islington (bot)2022-01-261-0/+2
* [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...Christian Heimes2022-01-261-0/+2
* Python 3.10.2v3.10.2Pablo Galindo2022-01-132-3/+0
* bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)Miss Islington (bot)2022-01-051-0/+1
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)Ned Deily2021-12-221-0/+2
* Python 3.10.1v3.10.1Pablo Galindo2021-12-0614-40/+0
* [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937)Miss Islington (bot)2021-12-061-0/+2
* [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29...Christian Heimes2021-11-271-0/+2
* bpo-45866: Fix typo in the NEWS entry (GH-29798)Miss Islington (bot)2021-11-261-1/+1
* bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...Victor Stinner2021-11-261-0/+4
* [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)Christian Heimes2021-11-251-0/+3
* [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)Miss Islington (bot)2021-11-251-0/+4
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Miss Islington (bot)2021-11-231-0/+1
* [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...Miss Islington (bot)2021-11-021-0/+2
* bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)Miss Islington (bot)2021-10-221-0/+2
* bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)Miss Islington (bot)2021-10-201-0/+2
* bpo-45536: Check OpenSSL APIs in configure (GH-29088)Miss Islington (bot)2021-10-201-0/+3
* [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (G...Miss Islington (bot)2021-10-181-0/+3
* [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...Miss Islington (bot)2021-10-131-0/+2
* [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-211-2/+4
* bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Miss Islington (bot)2021-09-161-0/+3
* bpo-45067 - Verify the version of ncurses for extended color support feature ...Miss Islington (bot)2021-09-091-0/+5
* Python 3.10.0b4v3.10.0b4Pablo Galindo2021-07-102-2/+0
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Miss Islington (bot)2021-06-301-0/+1
* bpo-43298: Improved error message when building without the Windows SDK insta...Miss Islington (bot)2021-06-201-0/+1
* Python 3.10.0b3v3.10.0b3Pablo Galindo2021-06-171-2/+0
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Miss Islington (bot)2021-06-111-0/+2