summaryrefslogtreecommitdiffstats
path: root/PC/layout
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-39930: Convert error to warning for more silent failure (GH-18921)Miss Islington (bot)2020-03-111-0/+4
| | | | | | Makes it an error to create a layout without vcruntime DLL (cherry picked from commit fde44ae6d08d3df79554155b1cf079e73a8fabdd) Co-authored-by: Steve Dower <steve.dower@python.org>
* 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-065-48/+113
| | | | | (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-38519: Internal include files missing on Windows (GH-16921)Miss Skeleton (bot)2019-10-281-6/+1
| | | | | (cherry picked from commit edb172a87296d9359593a23cd9a09f5867ea1f0e) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
* 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>
* Remove versioned executables from non-APPX packages (GH-15237)Miss Islington (bot)2019-08-121-3/+0
| | | | | (cherry picked from commit c1aeb292d206e12b900dc4f7f816246c3a57c2ac) 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-072-9/+15
| | | | | | | app (GH-15146) (cherry picked from commit 1fab9cbfbaf19a7bc79cef382136fcf9491e3183) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37641 preserve relative file location in embeddable zip (GH-14884)Miss Islington (bot)2019-07-251-6/+5
| | | | | | | | | | | | | | | | Previously, pyc files in the embeddable distribution reported their location as <build path>/<file stem>.py. This causes a little confusion when interpreting stack traces as the file is in a (almost certainly) incorrect location, and lacks the full relative path to Lib (e.g. email/mime/image.py will only show image.py). This change preserves the Lib relative location of the source file as a path so that stack traces are (hopefully) less misleading and more informative. Co-Authored-By: Kyle Stanley <aeros167@gmail.com> (cherry picked from commit c4cda4369f4b8f33082890d16dfc364a90658ef6) Co-authored-by: Bill Collins <bilbocollins@gmail.com>
* bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)Miss Islington (bot)2019-07-242-2/+6
| | | | | (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-146-100/+154
| | | 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-122-2/+18
| | | 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-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-291-1/+1
| | | We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+2
|
* bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport ↵Steve Dower2019-01-081-7/+13
| | | | | restrictions (GH-11465) Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute.
* bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple ↵Steve Dower2018-12-271-1/+1
| | | | | times. (GH-11329) https://bugs.python.org/issue35596
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-1114-0/+1774
| | | 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-0714-1770/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-0714-0/+1770