summaryrefslogtreecommitdiffstats
path: root/Tools/msi/make_zip.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Steve Dower2015-09-221-2/+21
| | | | embeddable distro.
* Fixes handling of read-only files when creating zip package.Steve Dower2015-09-101-2/+8
|
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-091-3/+6
| | | | to Windows installation.
* Fixes make_zip.py to create temporary .pyc files in a separate directory. ↵Steve Dower2015-08-051-11/+12
| | | | This avoids polluting tests that run code from TEMP.
* 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-241-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 ↵Steve Dower2015-05-221-0/+3
| | | | | | for generating sys.path. Also cleans up and secures getpathp.c
* Replaces use of WinRAR to generate ZIP file with Python scriptSteve Dower2015-05-031-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-201-3/+10
|
* Generates and signs a self-extracting executable containing an embedded Python.Steve Dower2015-04-141-0/+160