summaryrefslogtreecommitdiffstats
path: root/PC/layout/support
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by ↵Miss Skeleton (bot)2020-10-201-2/+7
| | | | | | | Andrew Clover (GH-22817) (cherry picked from commit 6d883fbe14751b58d9ed2fd708322613d8931035) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)Miss Islington (bot)2020-04-031-2/+1
| | | | | | Fix default Python home path relative to the NuGet package (cherry picked from commit 6e623ff9d251e0ce86e9b18a01bfd6f067079d7a) Co-authored-by: Chris Martinez <sydefekt@hotmail.com>
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Miss Islington (bot)2020-02-291-5/+5
| | | | | | Also fixes some potential Nuget build issues. (cherry picked from commit 03153dd1459fab94f294a118ed1525e34d58601a) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)Miss Islington (bot)2020-02-251-0/+6
| | | | | (cherry picked from commit d6448919702142123d937a54f20a81aeaf8d2acc) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-39012: Fix RC version suffix for nuget release files (GH-17564)Miss Islington (bot)2019-12-101-1/+1
| | | | | (cherry picked from commit d0802d07d2c864b95480a9b24c7cc050e19189d5) Co-authored-by: Steve Dower <steve.dower@python.org>
* Fix APPX registry key generation (GH-17489)Miss Islington (bot)2019-12-091-11/+11
| | | | | (cherry picked from commit e89e159b18cc9f32a0a4a818d080eb6a63d888a7) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-12-064-45/+92
| | | | | (GH-17480) 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)Miss Islington (bot)2019-10-021-1/+1
| | | | | (cherry picked from commit b9a8b8296cd7be22f8b5bf92af686a788c47c7bf) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-38114: Do not include pip.ini in Nuget package (GH-15964)Miss Islington (bot)2019-09-112-5/+8
| | | | | (cherry picked from commit 19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)Miss Islington (bot)2019-08-071-1/+1
| | | | | (cherry picked from commit 0378d98678f3617fd44d9a6266e7c17ebce62755) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37778: Fixes the icons used for file associations to the Microsoft Store ↵Miss Islington (bot)2019-08-071-14/+19
| | | | | | | package (GH-15150) (cherry picked from commit 87ce9588ceb4b4dd625913344844390f0b991b0c) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37734: Fix use of registry values to launch Python from Microsoft Store ↵Miss Islington (bot)2019-08-071-7/+7
| | | | | | | app (GH-15146) (cherry picked from commit 1fab9cbfbaf19a7bc79cef382136fcf9491e3183) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)Miss Islington (bot)2019-07-241-1/+5
| | | | | (cherry picked from commit 123536fdab7b8def15c859aa70232bc55ec73096) Co-authored-by: Steve Dower <steve.dower@python.org>
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-145-65/+118
| | | Includes backported fixes from GH-14091
* bpo-36649: Remove trailing spaces for registry keys when installed via the ↵Steve Dower2019-04-171-7/+6
| | | | Store (GH-12865)
* bpo-36509: Add iot layout for Windows IoT containers (GH-12663)Paul Monson2019-04-121-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 Moore2019-03-301-1/+9
|
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-1111-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 Stinner2018-12-0711-1144/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-0711-0/+1144