summaryrefslogtreecommitdiff
path: root/Tools/msi/msi.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23260: Update Windows installerSteve Dower2015-02-051-1454/+0
* Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)Steve Dower2014-10-081-4/+1
* Issue #10747: Merge with 3.4Martin v. L?wis2014-06-221-2/+2
|\
| * Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms.Zachary Ware2014-04-231-2/+2
* | Issue #10747: Use versioned labels in the Windows start menu.Martin v. L?wis2014-06-221-10/+21
|/
* Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.Martin v. L?wis2014-03-021-2/+2
* Issue #20748: Uninstalling pip does not leave behind the pyc ofMartin v. L?wis2014-03-021-1/+1
* Issue #20568: Fix typo in pip option.Martin v. L?wis2014-03-021-1/+1
* Close #20568: install unversioned pip command on WindowsNick Coghlan2014-02-281-1/+1
* Issue #20641: Run custom actions with the NoImpersonate flag to support UAC.Martin v. L?wis2014-02-221-11/+9
* * Issue #16113: Remove sha3 module again.Martin v. L?wis2014-01-031-1/+0
* Issue #19728: Enable pip installation by default on Windows.Martin v. L?wis2014-01-021-8/+13
* Package _overlapped.Martin v. L?wis2013-11-231-0/+1
* Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip).Martin v. L?wis2013-11-191-5/+24
* Issue #16067: Merge with 3.3Martin v. L?wis2013-08-031-1/+4
|\
| * Issue #16067: Add description into MSI file to replace installer's temporary ...Martin v. L?wis2013-08-031-1/+4
* | Issue #18569: The installer now adds .py to the PATHEXT variableMartin v. L?wis2013-08-011-0/+4
* | Add UUID for 3.4.Martin v. L?wis2013-08-011-0/+1
* | Fix #14470. Remove w9xpopen per PEP 11.Brian Curtin2012-12-231-2/+0
* | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-141-0/+1
* | Issue #16340: Merged fix from 3.3.Vinay Sajip2012-10-281-1/+1
|\ \ | |/
| * Issue #16340: exclude venv/scripts from byte-compilation at installation time...Vinay Sajip2012-10-281-1/+1
* | Add _sha3.pyd to list of extension modules for MSIChristian Heimes2012-10-221-1/+2
|/
* Ajdust path to launcher for non-PGO-buildsMartin v. L?wis2012-09-291-0/+2
* Pick up 32-bit launcher from PGO directory on 64-bit PGO build.Martin v. L?wis2012-08-241-4/+7
* Don't package removed pysetup3 anymore.Martin v. L?wis2012-07-101-1/+0
* Revert unintended change in 973b4806f760Brian Curtin2012-06-221-42/+4
* file was the old arg name from an earlier patch. command matches the implemen...Brian Curtin2012-06-221-4/+42
* Build and bundle the 32-bit launcher in all configurations.Martin v. L?wis2012-06-211-2/+3
* Package the launcher.Martin v. L?wis2012-06-211-6/+30
* VS 2010 has the AMD64 redist files in VC\redist\x64.Martin v. L?wis2012-05-311-1/+1
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+1
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-18/+14
* Include micro version even if it is 0.Martin v. L?wis2012-05-011-3/+1
* Add a missing close parenBrian Curtin2012-04-251-1/+1
* Fix #3561. Add an option to place the Python installation into the Windows Pa...Brian Curtin2012-04-251-3/+19
* Add _decimal and _testbuffer modules.Martin v. L?wis2012-04-011-1/+3
* Use hg manifest to compute list of library files to include.Martin v. Löwis2012-03-061-126/+39
* Generate product code UUID from download URL.Martin v. Löwis2012-03-041-8/+11
* Issue #12406: Update list of files.Martin v. Löwis2012-02-211-7/+43
* merge 2.6Martin v. Löwis2012-02-211-4/+7
|\
| * merge 3.2Martin v. Löwis2012-02-211-1/+1
| |\
| * | Issue #12406: Added upates for packaging's .exe files, command_template, and ...Vinay Sajip2011-07-031-1/+6
| * | #11781: update windows build script to account for move of email testsR David Murray2011-06-181-2/+2
| * | Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)Éric Araujo2011-06-061-2/+0
* | | Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-211-2/+2
| |/ |/|
* | Issue #10580: Minor grammar change in Windows installer.Martin v. Löwis2012-02-211-1/+1
|/
* merge:Do not add txt files twiceMartin v. Löwis2011-06-051-20/+117
|\
| * (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-251-20/+117
| |\
| | * #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| | |\