| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115... | adang1345 | 2024-02-08 | 1 | -1/+1 |
|
|
* | gh-112984 Update Windows build and installer for free-threaded builds (GH-113... | Steve Dower | 2024-01-17 | 1 | -3/+10 |
|
|
* | gh-113650: Add workaround option for MSVC ARM64 bug affecting string encoding... | Steve Dower | 2024-01-09 | 1 | -0/+2 |
|
|
* | gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828) | Steve Dower | 2024-01-08 | 1 | -1/+1 |
|
|
* | gh-113258: Write frozen modules to the build tree on Windows (GH-113303) | Itamar Oren | 2024-01-03 | 1 | -0/+1 |
|
|
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 1 | -2/+4 |
|
|
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -1/+1 |
|
|
* | gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#... | Michael Droettboom | 2023-11-09 | 1 | -0/+1 |
|
|
* | gh-90815: Add mimalloc memory allocator (#109914) | Dino Viehland | 2023-10-30 | 1 | -1/+1 |
|
|
* | gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D... | Steve Dower | 2023-10-09 | 1 | -1/+4 |
|
|
* | gh-108374: Add --disable-gil option to PCbuild/build.bat (#108729) | Sam Gross | 2023-09-02 | 1 | -0/+1 |
|
|
* | ARM64 clamping bug also exists in MSVC 14.35 (GH-105679) | Steve Dower | 2023-06-12 | 1 | -1/+1 |
|
|
* | gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) | Steve Dower | 2023-03-28 | 1 | -0/+9 |
|
|
* | gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win... | Steve Dower | 2023-01-27 | 1 | -2/+5 |
|
|
* | gh-92348: Add quotes to support building on Windows with spaces in directory ... | Steve Dower | 2022-07-17 | 1 | -1/+1 |
|
|
* | gh-92984: Explicitly disable incremental linking for Windows Release and PGO ... | David Machaj | 2022-05-19 | 1 | -0/+1 |
|
|
* | bpo-46778: Enable multiprocess compilation for source files when building on ... | Jeremy Kloth | 2022-02-17 | 1 | -0/+1 |
|
|
* | bpo-46088: Automatically detect or install bootstrap Python runtime when buil... | Steve Dower | 2021-12-18 | 1 | -0/+13 |
|
|
* | bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d... | Steve Dower | 2021-12-08 | 1 | -1/+1 |
|
|
* | bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577) | Crowthebird | 2021-12-03 | 1 | -1/+1 |
|
|
* | bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) | Christian Heimes | 2021-10-22 | 1 | -1/+0 |
|
|
* | bpo-44381: Windows build now allows enabling control flow guard (GH-26645) | Steve Dower | 2021-06-11 | 1 | -2/+2 |
|
|
* | bpo-42825: Enable /OPT:REF (GH-24098) | Austin Lamb | 2021-02-19 | 1 | -0/+1 |
|
|
* | bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498) | Inada Naoki | 2021-02-12 | 1 | -0/+1 |
|
|
* | Enable signing of nuget.org packages and update to supported timestamp server... | Steve Dower | 2020-11-03 | 1 | -2/+2 |
|
|
* | bpo-29778: Ensure python3.dll is loaded from correct locations when Python is... | Steve Dower | 2020-07-06 | 1 | -1/+2 |
|
|
* | bpo-41054: Simplify resource compilation on Windows (GH-21004) | Nikita Nemkin | 2020-06-23 | 1 | -16/+1 |
|
|
* | bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) | Steve Dower | 2020-03-11 | 1 | -8/+26 |
|
|
* | bpo-39930: Convert error to warning for more silent failure (GH-18921) | Steve Dower | 2020-03-11 | 1 | -1/+1 |
|
|
* | bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18... | Steve Dower | 2020-03-11 | 1 | -0/+21 |
|
|
* | bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) | animalize | 2019-06-24 | 1 | -1/+0 |
|
|
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 1 | -8/+10 |
|
|
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+1 |
|
|
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+2 |
|
|
* | Enable signing Windows builds with SHA1 environment variable (GH-11279) | Steve Dower | 2018-12-21 | 1 | -2/+3 |
|
|
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -2/+2 |
|
|
* | bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094) | Victor Stinner | 2018-10-26 | 1 | -0/+2 |
|
|
* | bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) | Jeremy Kloth | 2018-10-23 | 1 | -10/+25 |
|
|
* | bpo-31944: Fixes build and Modify button (#4278) | Steve Dower | 2017-11-04 | 1 | -0/+1 |
|
|
* | bpo-31523: Reliability improvements to the Windows build files (#3900) | Steve Dower | 2017-10-05 | 1 | -1/+1 |
|
|
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201... | Steve Dower | 2017-09-06 | 1 | -1/+17 |
|
|
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -1/+1 |
|
|
* | Issue #28402: Adds signed catalog files for stdlib on Windows. | Steve Dower | 2016-10-10 | 1 | -5/+7 |
|
|
* | Make PGO use usual build directory on Windows. | Steve Dower | 2016-09-12 | 1 | -1/+0 |
|
|
* | Fixes default intermediate directory when building on Windows. | Steve Dower | 2016-07-25 | 1 | -1/+1 |
|
|
* | Issue #27469: Adds a shell extension to the launcher so that drag and drop wo... | Steve Dower | 2016-07-16 | 1 | -2/+3 |
|
|
* | Fixes use of Py_IntDir and Py_OutDir to control build directories. | Steve Dower | 2016-07-16 | 1 | -7/+4 |
|
|
* | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 1 | -7/+7 |
|
|
* | Updates build to use SHA256 hash when signing files. | Steve Dower | 2016-02-08 | 1 | -1/+1 |
|
|
* | Issue #25934: Default to /fp:strict for ICC builds | Zachary Ware | 2016-01-30 | 1 | -0/+3 |
|
|