Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343) | Chris Martinez | 2020-04-03 | 1 | -2/+1 |
| | | | Fix default Python home path relative to the NuGet package | ||||
* | bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) | Steve Dower | 2020-02-29 | 1 | -5/+5 |
| | | | Also fixes some potential Nuget build issues. | ||||
* | bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657) | Steve Dower | 2020-02-25 | 1 | -0/+6 |
| | |||||
* | bpo-39012: Fix RC version suffix for nuget release files (GH-17564) | Steve Dower | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | Fix APPX registry key generation (GH-17489) | Steve Dower | 2019-12-09 | 1 | -11/+11 |
| | |||||
* | bpo-33125: Add support for building and releasing Windows ARM64 packages ↵ | Steve Dower | 2019-11-20 | 4 | -45/+92 |
| | | | | | (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-38343: Fixes version handling for nuget packages (GH-16527) | Steve Dower | 2019-10-01 | 1 | -1/+1 |
| | |||||
* | bpo-38114: Do not include pip.ini in Nuget package (GH-15964) | Steve Dower | 2019-09-11 | 2 | -5/+8 |
| | |||||
* | bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165) | Steve Dower | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | bpo-37778: Fixes the icons used for file associations to the Microsoft Store ↵ | Steve Dower | 2019-08-07 | 1 | -14/+19 |
| | | | | package (GH-15150) | ||||
* | bpo-37734: Fix use of registry values to launch Python from Microsoft Store ↵ | Steve Dower | 2019-08-07 | 1 | -7/+7 |
| | | | | app (GH-15146) | ||||
* | bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) | Steve Dower | 2019-07-24 | 1 | -1/+5 |
| | |||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 5 | -65/+118 |
| | |||||
* | bpo-36649: Remove trailing spaces for registry keys when installed via the ↵ | Steve Dower | 2019-04-17 | 1 | -7/+6 |
| | | | | Store (GH-12865) | ||||
* | bpo-36509: Add iot layout for Windows IoT containers (GH-12663) | Paul Monson | 2019-04-12 | 1 | -0/+4 |
| | | | This enables using the `--preset-iot` option with the PC/layout script, but does not enable IoT builds as part of any normal release. | ||||
* | bpo-36010: Add venv to the nuget distribution (GH-12367) | Paul Moore | 2019-03-30 | 1 | -1/+9 |
| | |||||
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-10 | 11 | -0/+1144 |
| | | | 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 | 11 | -1144/+0 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-06 | 11 | -0/+1144 |