summaryrefslogtreecommitdiff
path: root/Tools/msi/make_zip.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-101-250/+0
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-0/+250
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-061-250/+0
|
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-2/+0
|
* Fix build batch files (#2750)Steve Dower2017-07-261-14/+17
| | | | | | | | | | * Enable building MSI, zip and nuget packages when Py_OutDir is set. * Restore the --build option, which got reverted at some point. * Ensure output directory is created. * Enables BuildForDaily and DailyBuildVersion options for nuget package.
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+1
| | | Make also minor PEP8 coding style fixes on modified imports.
* Includes ensurepip and venv packages in nuget package.Steve Dower2017-02-061-2/+11
|\
| * Includes ensurepip and venv packages in nuget package.Steve Dower2017-02-061-2/+11
| |
* | Issue #28783: Replaces bdist_wininst in nuget packages with stubSteve Dower2016-12-111-6/+2
|\ \ | |/
| * Issue #28783: Replaces bdist_wininst in nuget packages with stubSteve Dower2016-12-111-6/+2
| |
* | Issue #28783: Embedded and nuget packages incorrect reference missing ↵Steve Dower2016-11-231-3/+16
|\ \ | |/ | | | | bdist_wininst command.
| * Issue #28783: Embedded and nuget packages incorrect reference missing ↵Steve Dower2016-11-231-3/+15
| | | | | | | | bdist_wininst command.
* | 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
| | | | | | | | Issue #28138: Windows ._pth file should allow import site
* | 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
|/
* 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 ↵Steve Dower2015-09-221-2/+21
| | | | embeddable distro.
* 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
| | | | 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-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 ↵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-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