summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...Gregory P. Smith2023-06-053-5/+5
* [3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101751)Steve Dower2023-03-073-15/+22
* [3.9] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (#100...Steve Dower2023-01-202-4/+4
* [3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions &...Miss Islington (bot)2022-05-101-11/+9
* bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)Miss Islington (bot)2022-04-204-5/+5
* bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...Steve Dower2022-04-081-4/+11
* bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)Jeremy Kloth2022-04-051-1/+3
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-04-022-2/+2
* [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)Christian Heimes2022-03-152-4/+4
* bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower2022-03-073-3/+3
* bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)Miss Islington (bot)2022-01-283-3/+3
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)Ned Deily2021-12-222-4/+4
* bpo-45931: Prevent Directory.Build.props/targets from leaking from directorie...Miss Islington (bot)2021-11-293-2/+10
* bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)Steve Dower2021-11-092-4/+4
* bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)Miss Islington (bot)2021-11-061-1/+1
* bpo-45220: Remove invalid include from resource definition files on Windows (...Miss Islington (bot)2021-11-041-3/+0
* [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)Łukasz Langa2021-10-131-2/+0
* bpo-45055: Add retry when downloading externals on Windows (GH-28399)Miss Islington (bot)2021-09-201-1/+18
* bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Miss Islington (bot)2021-09-161-0/+3
* [3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) ...Łukasz Langa2021-08-292-4/+4
* bpo-45022: Pin current libffi build to fixed version in preparation for upcom...Miss Islington (bot)2021-08-273-9/+17
* bpo-43298: Improved error message when building without the Windows SDK insta...Miss Islington (bot)2021-07-121-3/+12
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Miss Islington (bot)2021-06-301-0/+1
* bpo-44381: Windows build now allows enabling control flow guard (GH-26645)Miss Islington (bot)2021-06-111-2/+2
* [3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)Erlend Egeberg Aasland2021-04-273-3/+3
* bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) ...Miss Islington (bot)2021-04-261-2/+2
* bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)Steve Dower2021-04-062-2/+2
* [3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)Christian Heimes2021-03-303-5/+5
* bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)Miss Islington (bot)2021-02-121-0/+1
* bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)Steve Dower2021-01-063-3/+3
* bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)Steve Dower2021-01-053-5/+5
* bpo-42336: Improve PCbuild batch files (GH-23275)Miss Islington (bot)2020-11-186-20/+56
* Enable signing of nuget.org packages and update to supported timestamp server...Miss Skeleton (bot)2020-11-031-2/+2
* bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)Miss Skeleton (bot)2020-10-083-3/+3
* bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)Miss Islington (bot)2020-07-213-3/+3
* bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...Miss Islington (bot)2020-07-062-1/+4
* bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)Steve Dower2020-06-2344-268/+1097
* bpo-41054: Simplify resource compilation on Windows (GH-21004)Miss Islington (bot)2020-06-231-16/+1
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Miss Islington (bot)2020-06-122-4/+4
* bpo-40939: Generate keyword.py using the new parser (GH-20800)Miss Islington (bot)2020-06-111-2/+3
* Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20...Miss Islington (bot)2020-06-082-5/+1
* bpo-40861: Enable optimizations when building liblzma (GH-20724)Miss Islington (bot)2020-06-081-5/+2
* bpo-17005: Move topological sort functionality to its own module (GH-20558)Miss Islington (bot)2020-06-011-0/+1
* bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)Batuhan Taskaya2020-05-181-9/+4
* bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)Paul Ganssle2020-05-166-1/+137
* bpo-40501: Replace ctypes code in uuid with native module (GH-19948)Steve Dower2020-05-124-3/+166
* bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)Victor Stinner2020-05-122-4/+8
* bpo-38787: C API for module state access from extension methods (PEP 573) (GH...Petr Viktorin2020-05-072-0/+4
* bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...Steve Dower2020-05-052-0/+2
* bpo-40432 Fix MSBuild project for Pegen grammars (#GH-9785)Anthony Shaw2020-04-291-1/+2