Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added local get_platform/set_platform APIs in distutils.sysconfig | Tarek Ziadé | 2010-01-26 | 1 | -1/+2 |
| | |||||
* | fixed bdist_msi imports and added a test module for distutils.command.bdist_msi | Tarek Ziadé | 2010-01-26 | 1 | -3/+3 |
| | |||||
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 1 | -2/+0 |
| | |||||
* | Fix memory bug in bdist_msi. (Commit okayed in issue6319.) | Steven Bethard | 2009-06-21 | 1 | -2/+1 |
| | |||||
* | Support AMD64 in msilib. Set Win64 on reglocator. | Martin v. Löwis | 2009-06-12 | 1 | -2/+7 |
| | | | | Fixes #6258. | ||||
* | reverting r72823 : Python trunk has to use latin-1 encoding | Tarek Ziadé | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | Issue #6065: Do not try to build a version-independent | Martin v. Löwis | 2009-05-24 | 1 | -0/+2 |
| | | | | | | installer if the package has extension modules. Also add NEWS entry for #5311. | ||||
* | fixed encoding | Tarek Ziadé | 2009-05-22 | 1 | -2/+2 |
| | |||||
* | Update bdist_msi so that the generated MSIs for pure Python modules can ↵ | Steven Bethard | 2009-05-05 | 1 | -75/+162 |
| | | | | install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.) | ||||
* | Issue #2513: enable 64bit cross compilation on windows. | Mark Hammond | 2008-04-07 | 1 | -7/+13 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows | Mark Hammond | 2007-08-21 | 1 | -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 (which | Martin v. Löwis | 2006-05-01 | 1 | -8/+8 |
| | | | | | in turn matches Microsoft's documentation). Drop unused parameter in CAB.append. | ||||
* | Whitespace normalization. | Tim Peters | 2006-03-09 | 1 | -6/+6 |
| | |||||
* | Import bdist_msi | Martin v. Löwis | 2006-03-05 | 1 | -0/+639 |