History log of /external/python/cpython3/Tools/msi/make_zip.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f007b49eb95b3b713f101008fdd5a1eb39d43443 06-Feb-2017 Steve Dower <steve.dower@microsoft.com> Includes ensurepip and venv packages in nuget package.
5288477cfd1528cc370439b7f3fbcf38f5d59781 06-Feb-2017 Steve Dower <steve.dower@microsoft.com> Includes ensurepip and venv packages in nuget package.
/external/python/cpython3/Tools/msi/make_zip.py
b227227cb574a7bad6ed6d5cfc3ef23b10b1919f 11-Dec-2016 Steve Dower <steve.dower@microsoft.com> Issue #28783: Replaces bdist_wininst in nuget packages with stub
e711cc0f222ce22bad0ee84b3d27eccc2ad8b63d 11-Dec-2016 Steve Dower <steve.dower@microsoft.com> Issue #28783: Replaces bdist_wininst in nuget packages with stub
/external/python/cpython3/Tools/msi/make_zip.py
f0888cd7340c3b714c8ec4540db652f8c30b9011 23-Nov-2016 Steve Dower <steve.dower@microsoft.com> Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
/external/python/cpython3/Tools/msi/make_zip.py
2a94301911e665bfa85e0976f72bd48dca52af15 23-Nov-2016 Steve Dower <steve.dower@microsoft.com> Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
4782ab3aa36554efb3f43f4f6ed70f8837801151 29-Oct-2016 Steve Dower <steve.dower@microsoft.com> Adds missing _asyncio.pyd to installer and generally tidies pyd management.
/external/python/cpython3/Tools/msi/make_zip.py
ed51b268580c1100b46bf5dbc4b4201146019644 17-Sep-2016 Steve Dower <steve.dower@microsoft.com> Issue #28137: Renames Windows path file to ._pth
Issue #28138: Windows ._pth file should allow import site
/external/python/cpython3/Tools/msi/make_zip.py
41fca9d166f42762407b534354d864a1aac8d95a 12-Sep-2016 Steve Dower <steve.dower@microsoft.com> Updates zip and nuget builds for Windows.
/external/python/cpython3/Tools/msi/make_zip.py
c4b53afce491142b80b228a21a05de5dcfd8d36f 10-Sep-2016 Zachary Ware <zachary.ware@gmail.com> Issue #28046: Remove platform-specific directories from sys.path
/external/python/cpython3/Tools/msi/make_zip.py
4db86bc1b465d6e5fa047ddafb9042fc12787459 09-Sep-2016 Steve Dower <steve.dower@microsoft.com> Changes pyvenv.cfg trick into an actual sys.path file.
/external/python/cpython3/Tools/msi/make_zip.py
6fd76bceda3fefc5e5814108c5fe819050613d33 17-Jul-2016 Steve Dower <steve.dower@microsoft.com> Fixes use of Py_IntDir and Py_OutDir to control build directories.
/external/python/cpython3/Tools/msi/make_zip.py
33128c815e8e7e35ab913e9eb176cf14842ea962 27-Jun-2016 Steve Dower <steve.dower@microsoft.com> Include libs folder in nuget package and allow preinstalling packages
/external/python/cpython3/Tools/msi/make_zip.py
33f7310c5eeedf12690c3548e3315dbbfff6b770 24-Jun-2016 Steve Dower <steve.dower@microsoft.com> Adds scripts for producing Nuget packages.
/external/python/cpython3/Tools/msi/make_zip.py
d8bf09c6cd1137b148a06a0283c060e3e1e6cc46 19-May-2016 Steve Dower <steve.dower@microsoft.com> Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
/external/python/cpython3/Tools/msi/make_zip.py
10cabcbe143060ab2f63c3528bb00b73e7590a2b 16-Jan-2016 Steve Dower <steve.dower@microsoft.com> Issue #26065: Excludes venv from library when generating embeddable distro.
/external/python/cpython3/Tools/msi/make_zip.py
2495faf8fcbe07ff5a6f422d002a9e39d7eb9e0a 23-Sep-2015 Steve Dower <steve.dower@microsoft.com> Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro.
/external/python/cpython3/Tools/msi/make_zip.py
ae69de658e7ca60c903b9e687ce3923617e058af 10-Sep-2015 Steve Dower <steve.dower@microsoft.com> Fixes handling of read-only files when creating zip package.
/external/python/cpython3/Tools/msi/make_zip.py
fcbe1df4afe10eed49e97bf08ba748f9140a5bf3 09-Sep-2015 Steve Dower <steve.dower@microsoft.com> Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation.
/external/python/cpython3/Tools/msi/make_zip.py
315b748cfc5d64d606d12a73ac81051da32419c3 05-Aug-2015 Steve Dower <steve.dower@microsoft.com> Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP.
/external/python/cpython3/Tools/msi/make_zip.py
08b1817fd88317243e143c64009da8f9d5474981 05-Aug-2015 Steve Dower <steve.dower@microsoft.com> Puts compiled pyc files into embedded library ZIP file instead of sources.
/external/python/cpython3/Tools/msi/make_zip.py
3805019c588dc9895348f5b8ffedbd0426169a71 24-May-2015 Steve Dower <steve.dower@microsoft.com> Exclude _testmultiphase.pyd from embeddable ZIP file.
/external/python/cpython3/Tools/msi/make_zip.py
bd0d91e706974b7810eaddb25a8b169e533fcb19 23-May-2015 Steve Dower <steve.dower@microsoft.com> Removes lingering references to RAR now that make_zip.py actually makes a ZIP
/external/python/cpython3/Tools/msi/make_zip.py
4a7fe7e3975062a939a4e7242f2a12b172befd8a 23-May-2015 Steve Dower <steve.dower@microsoft.com> Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path.
Also cleans up and secures getpathp.c
/external/python/cpython3/Tools/msi/make_zip.py
8c1cee92188872d860784c81dae54ca9d424a1e9 03-May-2015 Steve Dower <steve.dower@microsoft.com> Replaces use of WinRAR to generate ZIP file with Python script
/external/python/cpython3/Tools/msi/make_zip.py
6b4c63dea5a1e470849a6925c1b29faea2b01636 03-May-2015 Steve Dower <steve.dower@microsoft.com> Makes embedded distribution a plain ZIP file and corrects pyd exclusion.
/external/python/cpython3/Tools/msi/make_zip.py
777af30645432cacda5c9b5df940d8fb27a1479c 20-Apr-2015 Steve Dower <steve.dower@microsoft.com> Minor fixes to Windows build scripts
/external/python/cpython3/Tools/msi/make_zip.py
f70fdd2878b7294d08e21bc234ea3a51e84ded33 15-Apr-2015 Steve Dower <steve.dower@microsoft.com> Generates and signs a self-extracting executable containing an embedded Python.
/external/python/cpython3/Tools/msi/make_zip.py