Miss Islington (bot)
00e2fe4f21
bpo-39012: Fix RC version suffix for nuget release files (GH-17564)
...
(cherry picked from commit d0802d07d2
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-12-10 15:40:02 -08:00
Miss Islington (bot)
c5a2a974d3
Fix APPX registry key generation (GH-17489)
...
(cherry picked from commit e89e159b18
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-12-09 09:02:22 -08:00
Steve Dower
c9f480d2cc
bpo-33125: Add support for building and releasing Windows ARM64 packages (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.
2019-12-06 09:40:39 -08:00
Miss Skeleton (bot)
07eee640cb
bpo-38519: Internal include files missing on Windows (GH-16921)
...
(cherry picked from commit edb172a872
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2019-10-28 10:23:07 -07:00
Miss Islington (bot)
a11df75269
bpo-38343: Fixes version handling for nuget packages (GH-16527)
...
(cherry picked from commit b9a8b8296c
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-10-01 17:00:49 -07:00
Miss Islington (bot)
436cd2c20b
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
...
(cherry picked from commit 19f6940cd7
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-09-11 08:57:54 -07:00
Miss Islington (bot)
a150feeeb8
Remove versioned executables from non-APPX packages (GH-15237)
...
(cherry picked from commit c1aeb292d2
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-08-12 15:16:36 -07:00
Miss Islington (bot)
84d31bbf1f
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
...
(cherry picked from commit 0378d98678
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-08-07 11:59:09 -07:00
Miss Islington (bot)
dc6653fd06
bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150)
...
(cherry picked from commit 87ce9588ce
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-08-07 11:15:15 -07:00
Miss Islington (bot)
eab76c3c75
bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146)
...
(cherry picked from commit 1fab9cbfba
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-08-07 11:07:43 -07:00
Miss Islington (bot)
0f211979c2
bpo-37641 preserve relative file location in embeddable zip (GH-14884)
...
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 c4cda4369f
)
Co-authored-by: Bill Collins <bilbocollins@gmail.com>
2019-07-25 14:55:43 -07:00
Miss Islington (bot)
4b7ce105ff
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
...
(cherry picked from commit 123536fdab
)
Co-authored-by: Steve Dower <steve.dower@python.org>
2019-07-24 15:31:48 -07:00
Steve Dower
f78e66c3c9
Implement Windows release builds in Azure Pipelines (GH-14065)
...
Includes backported fixes from GH-14091
2019-06-14 14:20:16 -07:00
Steve Dower
4c3efd9cd0
bpo-36649: Remove trailing spaces for registry keys when installed via the Store (GH-12865)
2019-04-17 14:31:32 -07:00
Paul Monson
f4e5661e85
bpo-36509: Add iot layout for Windows IoT containers (GH-12663)
...
This enables using the `--preset-iot` option with the PC/layout script, but does not enable IoT builds as part of any normal release.
2019-04-12 09:55:57 -07:00
Paul Moore
e724152796
bpo-36010: Add venv to the nuget distribution (GH-12367)
2019-03-30 09:32:05 -07:00
Paul Monson
32119e10b7
bpo-35947: Update Windows to the current version of libffi (GH-11797)
...
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
2019-03-29 16:30:10 -07:00
Steve Dower
28f6cb34f6
bpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-22 10:49:52 -08:00
Steve Dower
872bd2b57c
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport 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.
2019-01-08 02:38:01 -08:00
Steve Dower
59c2aa25ff
bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329)
...
https://bugs.python.org/issue35596
2018-12-27 12:44:25 -08:00
Steve Dower
0cd6391fd8
bpo-34977: Add Windows App Store package (GH-11027)
...
Also adds the PC/layout script for generating layouts on Windows.
2018-12-10 18:52:57 -08:00
Victor Stinner
cb0b78a070
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
...
This reverts commit 468a15aaf9
.
2018-12-07 12:57:43 +01:00
Steve Dower
468a15aaf9
bpo-34977: Add Windows App Store package (GH-10245)
2018-12-06 21:09:20 -08:00