Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39930: Fix MSBuild detection for Build Tools (GH-18938) | Steve Dower | 2020-03-11 | 1 | -8/+1 |
| | | | Ensure we detect Build Tools installs using the newer logic, and skip looking in the registry for VS 2017. | ||||
* | bpo-33125: Add support for building and releasing Windows ARM64 packages ↵ | Steve Dower | 2019-11-20 | 1 | -1/+1 |
| | | | | | (GH-16828) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable. | ||||
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 1 | -0/+10 |
| | | | Also adds the PC/layout script for generating layouts on Windows. | ||||
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 1 | -10/+0 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 1 | -0/+10 |
| | |||||
* | bro-33614: Override exit code in find_msbuild.bat (GH-7169) | Steve Dower | 2018-05-28 | 1 | -0/+1 |
| | |||||
* | bpo-33614: Ensures module definition files for the stable ABI on Windows are ↵ | Steve Dower | 2018-05-28 | 1 | -1/+9 |
| | | | | correctly regenerated. (GH-7165) | ||||
* | Minor improvements to the Windows build/release process (GH-5935) | Steve Dower | 2018-02-28 | 1 | -8/+7 |
| | |||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -7/+8 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵ | Steve Dower | 2017-06-19 | 1 | -0/+51 |
vcvarsall.bat (#2252) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name. |