Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 1 | -4/+5 |
| | | | 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 | -5/+4 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 1 | -4/+5 |
| | |||||
* | Fix build batch files (#2750) | Steve Dower | 2017-07-26 | 1 | -1/+2 |
| | | | | | | | | | | * Enable building MSI, zip and nuget packages when Py_OutDir is set. * Restore the --build option, which got reverted at some point. * Ensure output directory is created. * Enables BuildForDaily and DailyBuildVersion options for nuget package. | ||||
* | Takes vcruntime140.dll from the correct source. (#679) | Steve Dower | 2017-03-16 | 1 | -6/+3 |
| | |||||
* | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -1/+1 |
|\ | |||||
| * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -2/+2 |
| | | |||||
* | | Revert incorrect file merge from 3.5. | Steve Dower | 2016-10-27 | 1 | -1/+1 |
|/ | |||||
* | Updates release build to collect symbols and binaries, and create nuget package. | Steve Dower | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit | Steve Dower | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Fixes use of Py_IntDir and Py_OutDir to control build directories. | Steve Dower | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | Closes #25085 and #25086: Exclude distutils and test directories from ↵ | Steve Dower | 2015-09-22 | 1 | -0/+2 |
| | | | | embeddable distro. | ||||
* | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵ | Steve Dower | 2015-09-09 | 1 | -1/+2 |
| | | | | to Windows installation. | ||||
* | Prevents attempt to sign ZIP file when building embeddable version. | Steve Dower | 2015-05-24 | 1 | -0/+1 |
| | |||||
* | Replaces use of WinRAR to generate ZIP file with Python script | Steve Dower | 2015-05-03 | 1 | -1/+0 |
| | |||||
* | Makes embedded distribution a plain ZIP file and corrects pyd exclusion. | Steve Dower | 2015-05-02 | 1 | -1/+2 |
| | |||||
* | Generates and signs a self-extracting executable containing an embedded Python. | Steve Dower | 2015-04-14 | 1 | -0/+37 |