summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_msi.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-071-7/+13
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* [ 1761786 ] distutils.util.get_platform() return value on 64bit WindowsMark Hammond2007-08-211-2/+3
| | | | | | As discussed on distutils-sig: Allows the generated installer name on 64bit Windows platforms to be different than the name generated for 32bit Windows platforms.
* Rename parameters to match the documentation (whichMartin v. Löwis2006-05-011-8/+8
| | | | | in turn matches Microsoft's documentation). Drop unused parameter in CAB.append.
* Whitespace normalization.Tim Peters2006-03-091-6/+6
|
* Import bdist_msiMartin v. Löwis2006-03-051-0/+639