summaryrefslogtreecommitdiffstats
path: root/Tools/msi
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-111-1/+1
|\ | | | | | | Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
| * Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-1/+1
| | | | | | | | found by Serhiy Storchaka and Matthew Barnett
| * Merge 3.2.3 release clone.Georg Brandl2012-04-111-0/+1
| |\
| | * Add 3.2.3rc2 uuid.Martin v. Löwis2012-03-181-0/+1
| | |
| * | Package mime.typesMartin v. Löwis2012-02-251-0/+1
| |/
* | Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-272-2/+2
| |
* | Issue #16340: exclude venv/scripts from byte-compilation at installation ↵Vinay Sajip2012-10-281-1/+1
| | | | | | | | time on Windows.
* | 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-231-42/+4
| |
* | file was the old arg name from an earlier patch. command matches the ↵Brian Curtin2012-06-231-4/+42
| | | | | | | | implementation
* | 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-261-1/+1
| |
* | Fix #3561. Add an option to place the Python installation into the Windows ↵Brian Curtin2012-04-251-3/+19
| | | | | | | | Path environment variable.
* | Add _decimal and _testbuffer modules.Martin v. Löwis2012-04-011-1/+3
| |
* | Remove uuids, as they are now computed.Martin v. Löwis2012-03-061-38/+0
| |
* | 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
| |
* | Issue #12406: prevent case where shortened name could conflict with short name.Martin v. Löwis2012-02-211-8/+10
| |
* | merge 2.6Martin v. Löwis2012-02-211-2/+2
|\ \ | |/
| * Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-211-2/+2
| |
* | merge 3.2Martin v. Löwis2012-02-211-1/+1
|\ \ | |/
| * Issue #10580: Minor grammar change in Windows installer.Martin v. Löwis2012-02-211-1/+1
| |
* | Merge with 3.2Martin v. Löwis2011-09-041-0/+5
|\ \ | |/
| * Add 3.2.2 and 3.2.3 UUIDs.Martin v. Löwis2011-09-041-0/+5
| |
* | Issue #12406: Added upates for packaging's .exe files, command_template, and ↵Vinay Sajip2011-07-031-1/+6
| | | | | | | | sysconfig.cfg.
* | #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
| |
* | Drop old UUIDs.Martin v. Löwis2011-06-051-60/+0
|/
* merge:Do not add txt files twiceMartin v. Löwis2011-06-051-2/+0
|\
| * Do not add txt files twice.Martin v. Löwis2011-06-051-2/+0
| |
* | (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-241-0/+2
|\ \ | |/ | | | | Tools/msi/msi.py
| * Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-241-0/+2
| |
* | Add 3.2.1rc2 uuid.Martin v. Loewis2011-05-221-0/+1
| |
* | Add 3.2.1 UUIDsMartin v. Löwis2011-05-161-0/+2
| |
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| |
| * Add updated .hgeol file and fix newlines in the 3.1 branch.Georg Brandl2011-03-051-84/+84
| |
| * Backport the distutils part of r83399 to fix #7645.Brian Curtin2010-11-221-0/+2
| |
| * Merged revisions 84339,84487 via svnmerge fromMartin v. Löwis2010-11-141-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84339 | martin.v.loewis | 2010-08-28 15:40:10 +0200 (Sa, 28 Aug 2010) | 1 line Stop packaging versioncheck. ........ r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines Issue #1303434: Include PDBs in release. Patch by James Lee and Daniel Stutzbach. ........
| * Add 3.1.3 UUIDs.Martin v. Löwis2010-10-251-0/+3
| |
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-56/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
| * Merged revisions 78991-78992,78994 via svnmerge fromMartin v. Löwis2010-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78991 | martin.v.loewis | 2010-03-16 12:03:13 +0100 (Di, 16 Mär 2010) | 9 lines Merged revisions 78976 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line Issue #6716: Quote -x arguments of compileall in MSI installer. ........ ................ r78992 | martin.v.loewis | 2010-03-16 14:19:21 +0100 (Di, 16 Mär 2010) | 2 lines Issue #6716/2: Backslash-replace error output in compilall. ................ r78994 | martin.v.loewis | 2010-03-16 17:19:47 +0100 (Di, 16 Mär 2010) | 1 line Issue #6716/3: Exclude 2to3 tests from compileall. ................