COMMITS
/ PCbuild/pyproject.props January 29, 2026
P
gh-144319: Add huge pages support for pymalloc (#144320)
Pablo Galindo Salgado committed
November 29, 2025
June 9, 2025
May 30, 2025
S
gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)
Steve Dower committed
May 19, 2025
March 25, 2025
C
GH-131691: Fix exception handling setting for clang-cl on Windows (GH-131730)
Chris Eibl committed
March 19, 2025
S
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower committed
March 4, 2025
C
gh-130090: Support PGO for clang-cl on Windows (GH-129907)
Chris Eibl committed
February 11, 2025
K
gh-130004: Revert commit 9e52e55 (GH-130005)
Ken Jin committed
January 25, 2025
M
gh-129244: Remove workaround for MSVC compiler crash (#129263)
Michael Droettboom committed
December 19, 2024
P
gh-127951: Add build option to enable pystats on Windows (GH-127952)
Pieter Eendebak committed
October 18, 2024
W
gh-124102: Clean up unsupported VS and WiX detections (GH-124784)
Wulian committed
February 8, 2024
A
January 17, 2024
S
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
Steve Dower committed
January 9, 2024
S
January 8, 2024
S
gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)
Steve Dower committed
January 3, 2024
I
gh-113258: Write frozen modules to the build tree on Windows (GH-113303)
Itamar Oren committed
December 13, 2023
S
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 9, 2023
M
gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#111794)
Michael Droettboom committed
October 30, 2023
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 9, 2023
September 2, 2023
S
gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729)
Sam Gross committed
June 12, 2023
S
ARM64 clamping bug also exists in MSVC 14.35 (GH-105679)
Steve Dower committed
March 28, 2023
S
gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
Steve Dower committed
January 27, 2023
S
July 17, 2022
S
May 19, 2022
D
February 17, 2022
J
December 18, 2021
December 8, 2021
December 3, 2021
C
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
Crowthebird committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
June 11, 2021
S
bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
Steve Dower committed
February 19, 2021
A
bpo-42825: Enable /OPT:REF (GH-24098)
Austin Lamb committed
February 12, 2021
I
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
Inada Naoki committed
November 3, 2020
S
Enable signing of nuget.org packages and update to supported timestamp server (GH-23132)
Steve Dower committed
July 6, 2020
June 23, 2020
N
bpo-41054: Simplify resource compilation on Windows (GH-21004)
Nikita Nemkin committed
March 11, 2020
S
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
Steve Dower committed
S
bpo-39930: Convert error to warning for more silent failure (GH-18921)
Steve Dower committed
S
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18918)
Steve Dower committed
June 24, 2019
A
bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438)
animalize committed
June 14, 2019
S
Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower committed
May 17, 2019
P
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
Paul Monson committed
February 14, 2019
P
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
Paul Monson committed
December 21, 2018
S
Enable signing Windows builds with SHA1 environment variable (GH-11279)
Steve Dower committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 26, 2018
V
bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)
Victor Stinner committed
October 23, 2018
J
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
Jeremy Kloth committed