summaryrefslogtreecommitdiff
path: root/Tools/msi/make_zip.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28783: Replaces bdist_wininst in nuget packages with stubSteve Dower2016-12-111-6/+2
* Issue #28783: Embedded and nuget packages incorrect reference missing bdist_w...Steve Dower2016-11-231-23/+31
|\
| * Adds missing _asyncio.pyd to installer and generally tidies pyd management.Steve Dower2016-10-291-0/+1
| * Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-5/+10
| * Updates zip and nuget builds for Windows.Steve Dower2016-09-121-21/+19
| * Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-091-2/+0
| * Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-3/+8
* | Issue #28783: Embedded and nuget packages incorrect reference missing bdist_w...Steve Dower2016-11-231-3/+15
|/
* Fixes use of Py_IntDir and Py_OutDir to control build directories.Steve Dower2016-07-161-15/+18
* Include libs folder in nuget package and allow preinstalling packagesSteve Dower2016-06-271-9/+25
* Adds scripts for producing Nuget packages.Steve Dower2016-06-241-12/+16
* Issue #27053: Updates make_zip.py to correctly generate library ZIP file.Steve Dower2016-05-191-1/+1
* Issue #26065: Excludes venv from library when generating embeddable distro.Steve Dower2016-01-161-0/+1
* Closes #25085 and #25086: Exclude distutils and test directories from embedda...Steve Dower2015-09-221-2/+21
* Fixes handling of read-only files when creating zip package.Steve Dower2015-09-091-2/+8
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ...Steve Dower2015-09-081-3/+6
* Fixes make_zip.py to create temporary .pyc files in a separate directory. Thi...Steve Dower2015-08-051-11/+12
* Puts compiled pyc files into embedded library ZIP file instead of sources.Steve Dower2015-08-041-1/+11
* Exclude _testmultiphase.pyd from embeddable ZIP file.Steve Dower2015-05-231-0/+1
* Removes lingering references to RAR now that make_zip.py actually makes a ZIPSteve Dower2015-05-221-3/+0
* Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...Steve Dower2015-05-221-0/+3
* Replaces use of WinRAR to generate ZIP file with Python scriptSteve Dower2015-05-021-14/+4
* Makes embedded distribution a plain ZIP file and corrects pyd exclusion.Steve Dower2015-05-021-11/+14
* Minor fixes to Windows build scriptsSteve Dower2015-04-191-3/+10
* Generates and signs a self-extracting executable containing an embedded Python.Steve Dower2015-04-141-0/+160