cpython/Lib/distutils/command
Thomas Heller a146feaa10 Fix SF#983164.
Patch from Mark Hammond:

bdist_wininst attempts to use the correct MSVC runtime for the current
version of Python. This doesn't work correctly when --target-version
is set. In that case, bdist_wininst still uses the *current*
sys.version (ie, 2.4) rather than the version specified as
--target-version. Thus, the msvc7 runtime based executable stub is
*always* used.

This patch "hard-codes" knowledge of earlier Python versions,
providing the correct result when Python 2.4 is used to build Python
2.3 and earlier distributions.

Remove the short variant (-v) of the --target-version command line
options, it conflicts with the --verbose/-v standard distutils switch.
2004-07-06 19:23:27 +00:00
..
__init__.py Basic dependency checking. setup() has two new optional arguments 2004-03-22 22:22:05 +00:00
bdist.py Add comment to Distutil files about requiring 1.5.2 compatibility, as 2002-11-19 13:12:28 +00:00
bdist_dumb.py Fix for bug #410541: bdist builds bogus .zips 2002-11-26 17:45:19 +00:00
bdist_rpm.py Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases. 2004-06-11 17:16:46 +00:00
bdist_wininst.py Fix SF#983164. 2004-07-06 19:23:27 +00:00
build.py Add comment to Distutil files about requiring 1.5.2 compatibility, as 2002-11-19 13:12:28 +00:00
build_clib.py Add comment to Distutil files about requiring 1.5.2 compatibility, as 2002-11-19 13:12:28 +00:00
build_ext.py Reverting local change checked in by mistake. 2004-05-11 18:18:35 +00:00
build_py.py If self.packages is None (this can happen, I saw it), return 2004-06-18 20:39:11 +00:00
build_scripts.py make sure the default manifest generation includes files identified as 2004-03-25 22:04:52 +00:00
checkdep.py Basic dependency checking. setup() has two new optional arguments 2004-03-22 22:22:05 +00:00
clean.py Add comment to Distutil files about requiring 1.5.2 compatibility, as 2002-11-19 13:12:28 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py [Patch #681504] Call customize_compiler in config command 2003-02-18 01:28:51 +00:00
install.py Make distutils "install --home" support all platforms. 2004-06-25 23:02:59 +00:00
install_data.py Use "is" to test type objects, not "==". 2002-11-26 21:28:23 +00:00
install_headers.py Add comment to Distutil files about requiring 1.5.2 compatibility, as 2002-11-19 13:12:28 +00:00
install_lib.py Add comment to Distutil files about requiring 1.5.2 compatibility, as 2002-11-19 13:12:28 +00:00
install_scripts.py Fix mode on scripts to have the read bit set (noted by Nicholas Riley) 2002-11-29 19:45:58 +00:00
register.py Remove the --verify option in favor of the standard -n/--dry-run option 2003-04-09 12:35:51 +00:00
sdist.py SF patch 959726: sdist versus SVN 2004-05-31 19:27:59 +00:00
wininst-6.exe Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. 2004-07-02 08:02:40 +00:00
wininst-7.1.exe Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. 2004-07-02 08:02:40 +00:00