cpython/Lib/distutils
Thomas Heller cd494adc3b Fix for sf # 749210, wininst isn't build correctly after building zip.
The problem was that subcommands were not reinitialized.

Bugfix candidate, will backport myself.
2003-06-12 17:23:58 +00:00
..
command Fix for sf # 749210, wininst isn't build correctly after building zip. 2003-06-12 17:23:58 +00:00
README
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py new method: has_function() - returns a boolean indicating whether the 2003-04-24 19:49:23 +00:00
cmd.py announce(): use the level argument to control the log level. 2003-02-20 02:10:08 +00:00
core.py [Patch #683939] Add download_url field to metadata 2003-02-19 14:16:01 +00:00
cygwinccompiler.py Patch #709178: remove -static option from cygwinccompiler 2003-04-14 12:51:26 +00:00
debug.py
dep_util.py
dir_util.py
dist.py [Bug #693470] 'licence' as an alias for 'license' doesn't work. 2003-03-03 20:07:27 +00:00
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py set_verbosity(): do something reasonable for out-of-range verbosity 2003-02-20 02:09:30 +00:00
msvccompiler.py Restore Python 1.5.2 compatibility. 2003-05-14 19:48:57 +00:00
mwerkscompiler.py
spawn.py
sysconfig.py
text_file.py
unixccompiler.py Fixed indentation error. Closes bug #746953. 2003-06-01 19:27:40 +00:00
util.py
version.py

README

This directory contains only a subset of the Distutils, specifically
the Python modules in the 'distutils' and 'distutils.command'
packages.  This is all you need to distribute and install Python
modules using the Distutils.  There is also a separately packaged
standalone version of the Distutils available for people who want to
upgrade the Distutils without upgrading Python, available from the
Distutils web page:

    http://www.python.org/sigs/distutils-sig/

The standalone version includes all of the code in this directory,
plus documentation, test scripts, examples, etc.

The Distutils documentation is divided into two documents, "Installing
Python Modules", which explains how to install Python packages, and
"Distributing Python Modules", which explains how to write setup.py
files.  Both documents are part of the standard Python documentation
set, and are available from http://www.python.org/doc/current/ .

        Greg Ward (gward@python.net)

$Id$