cpython/Lib/distutils/command
Thomas Heller e09f63949d Enhancements to the bdist_wininst command:
--bitmap command line option allows to use a different bitmap file instead
of the build-in python powered logo.
--title lets you specify the text to display on the background.

The editbox in the first screen now longer is
selected (highlighted), it had the WS_TABSTOP flag.

This is the patch
http://sourceforge.net/patch/?func=detailpatch&patch_id=103687&group_id=5470
with two changes:
1. No messagebox displayed when the compilation to .pyc or .pyo files
failes, this will only confuse the user (and it will fail under certain
cases, where sys.path contains garbage).
2. A debugging print statement was removed from bdist_wininst.py.
2001-02-19 09:20:30 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Untabified. 2000-10-14 04:06:40 +00:00
bdist_dumb.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_rpm.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
bdist_wininst.py Enhancements to the bdist_wininst command: 2001-02-19 09:20:30 +00:00
build.py Untabified. 2000-10-14 04:06:40 +00:00
build_clib.py Untabified. 2000-10-14 04:06:40 +00:00
build_ext.py Split the rpath argument into multiple paths, turning it into a list. 2001-02-17 04:48:41 +00:00
build_py.py Added the ability to do byte-compilation at build time, currently off 2000-10-02 02:19:04 +00:00
build_scripts.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
clean.py Untabified. 2000-10-14 04:06:40 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding 2000-10-14 03:56:42 +00:00
install.py Modified version of a patch from Jeremy Kloth, to make .get_outputs() 2001-01-16 16:16:03 +00:00
install_data.py Patch #103587: Fix typo that broke the install_data command; caught by 2001-02-05 17:43:11 +00:00
install_headers.py Expect a tuple (dest_name, copied) from 'copy_file()'. 2000-09-30 17:34:50 +00:00
install_lib.py Remove some debugging prints. 2000-10-03 03:32:37 +00:00
install_scripts.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
sdist.py Untabified. 2000-10-14 04:06:40 +00:00