cpython/Lib/distutils/command
Thomas Heller 5cba76df7b SWIGing a source file <name>.i silently overwrites <name>.c if it is
present - at least the swigged file should be named <name>_wrap.c as
this is also SWIG's default. (Even better would be to generate the
wrapped sources in a different location, but I'll leave this for
later).

Newer versions of SWIG don't accept the -dnone flag any more.

Since virtually nobody uses SWIG with distutils, this should do no
harm.

Suggested be Martin Bless on c.l.p.
2002-01-18 20:30:53 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Patch #414775: Add --skip-build option to bdist command. 2002-01-12 11:27:42 +00:00
bdist_dumb.py Patch #414775: Add --skip-build option to bdist command. 2002-01-12 11:27:42 +00:00
bdist_rpm.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
bdist_wininst.py Patch #414775: Add --skip-build option to bdist command. 2002-01-12 11:27:42 +00:00
build.py Fix for 2001-12-10 15:28:30 +00:00
build_clib.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
build_ext.py SWIGing a source file <name>.i silently overwrites <name>.c if it is 2002-01-18 20:30:53 +00:00
build_py.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
build_scripts.py Joe VanAndel wrote: 2001-12-11 20:44:42 +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 Whitespace normalization. 2001-12-06 21:01:19 +00:00
install.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install_data.py [Bug #444589] Record empty directories in the install_data command 2001-09-04 20:42:08 +00:00
install_headers.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install_lib.py Whitespace normalization. 2001-12-06 21:01:19 +00:00
install_scripts.py Standardized whitespace around function calls. 2000-09-30 18:27:54 +00:00
sdist.py Whitespace normalization. 2001-12-06 21:01:19 +00:00