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 |