summaryrefslogtreecommitdiffstats
path: root/Tools/msi/make_zip.py
Commit message (Collapse)AuthorAgeFilesLines
* 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