bpo-34977: Add Windows App Store package (GH-10245)
authorSteve Dower <steve.dower@microsoft.com>
Fri, 7 Dec 2018 05:09:20 +0000 (21:09 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 05:09:20 +0000 (21:09 -0800)
commit468a15aaf9206448a744fc5eab3fc21f51966aad
tree75c8f2aae7835ae7ca718ef8660a4c0899837bd3
parentc9566b8c454120e3d0ddb5ab970f262a6cd80077
bpo-34977: Add Windows App Store package (GH-10245)
52 files changed:
.azure-pipelines/windows-appx-test.yml [new file with mode: 0644]
.gitattributes
Doc/make.bat
Lib/test/test_pathlib.py
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Windows/2018-10-30-13-39-17.bpo-34977.0l7_QV.rst [new file with mode: 0644]
PC/classicAppCompat.can.xml [new file with mode: 0644]
PC/classicAppCompat.cat [new file with mode: 0644]
PC/classicAppCompat.sccd [new file with mode: 0644]
PC/getpathp.c
PC/icons/pythonwx150.png [new file with mode: 0644]
PC/icons/pythonwx44.png [new file with mode: 0644]
PC/icons/pythonx150.png [new file with mode: 0644]
PC/icons/pythonx44.png [new file with mode: 0644]
PC/icons/pythonx50.png [new file with mode: 0644]
PC/launcher.c
PC/layout/__init__.py [new file with mode: 0644]
PC/layout/__main__.py [new file with mode: 0644]
PC/layout/main.py [new file with mode: 0644]
PC/layout/support/__init__.py [new file with mode: 0644]
PC/layout/support/appxmanifest.py [new file with mode: 0644]
PC/layout/support/catalog.py [new file with mode: 0644]
PC/layout/support/constants.py [new file with mode: 0644]
PC/layout/support/distutils.command.bdist_wininst.py [new file with mode: 0644]
PC/layout/support/filesets.py [new file with mode: 0644]
PC/layout/support/logging.py [new file with mode: 0644]
PC/layout/support/options.py [new file with mode: 0644]
PC/layout/support/pip.py [new file with mode: 0644]
PC/layout/support/props.py [new file with mode: 0644]
PC/layout/support/python.props [moved from Tools/nuget/python.props with 100% similarity]
PC/pylauncher.rc
PC/python_uwp.cpp [new file with mode: 0644]
PC/store_info.txt [new file with mode: 0644]
PCbuild/_tkinter.vcxproj
PCbuild/find_msbuild.bat
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/python.props
PCbuild/python_uwp.vcxproj [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythonw_uwp.vcxproj [new file with mode: 0644]
PCbuild/venvlauncher.vcxproj [new file with mode: 0644]
PCbuild/venvwlauncher.vcxproj [new file with mode: 0644]
Tools/msi/buildrelease.bat
Tools/msi/make_appx.ps1 [new file with mode: 0644]
Tools/msi/make_cat.ps1 [new file with mode: 0644]
Tools/msi/make_zip.proj
Tools/msi/make_zip.py [deleted file]
Tools/msi/sdktools.psm1 [new file with mode: 0644]
Tools/msi/sign_build.ps1 [new file with mode: 0644]
Tools/nuget/make_pkg.proj