Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |