summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msilib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23260: Update Windows installerSteve Dower2015-02-061-679/+0
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-251-1/+1
* Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-111-1/+1
|\
| * Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-1/+1
* | Issue #12406: prevent case where shortened name could conflict with short name.Martin v. Löwis2012-02-211-8/+10
|/
* Drop cabarc artifact.Martin v. Löwis2010-09-041-1/+0
* Replace cabarc with FCICreate.Martin v. Löwis2010-08-281-36/+4
* Change pyc removal to support __pycache__.Martin v. Löwis2010-08-061-3/+10
* Add various missing files.Martin v. Löwis2010-08-031-0/+11
* Revert 3k change to msilib, which is executed with Python 2.x.Georg Brandl2009-04-071-4/+4
* #5624: _winreg is winreg in Python 3.Georg Brandl2009-04-011-4/+4
* Revert r63378. These files need to stay compatible with Python 2.x (until Pyt...Martin v. Löwis2008-07-181-22/+27
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-171-2/+7
* Merged revisions 64185-64196 via svnmerge fromMartin v. Löwis2008-06-131-1/+2
* Merged revisions 63625-63629,63631-63633,63635-63638 via svnmerge fromMartin v. Löwis2008-06-021-0/+5
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-4/+4
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-13/+8
* Merged revisions 59321-59322 via svnmerge fromChristian Heimes2007-12-041-5/+10
* Port to Python 3.0.Martin v. Löwis2007-08-301-5/+5
* Convert raise statements in Tools/.Collin Winter2007-08-221-4/+4
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-6/+6
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-3/+5
* Open dll file in binary.Martin v. Löwis2006-03-051-3/+3
* Whitespace normalization.Tim Peters2006-02-181-1/+0
* Add build support for AMD64.Martin v. Löwis2006-02-141-7/+33
* Use lzx:21 for compression. Backported to 2.4Martin v. Löwis2005-09-271-1/+1
* Reuse componentids for *.dll across minor releases.Martin v. Löwis2005-03-151-2/+5
* Generate the product code properlyMartin v. Löwis2004-09-101-1/+1
* Support Python 2.2.Martin v. Löwis2004-09-071-0/+5
* Whitespace normalization.Tim Peters2004-08-221-4/+4
* Move msi from sandbox to Tools.Martin v. Löwis2004-08-221-0/+641