cpython/Lib/distutils
Fred Drake b3d55d31d9 elaborate package data test to make sure get_outputs() gives the right
results when byte-code compilation is requested (in particular, make
sure that package data doesn't get a bogus byte-code listing
generated)
2004-07-21 18:53:06 +00:00
..
command The binary layout of cfgdata has changed, so the magic number has to 2004-07-19 10:07:28 +00:00
tests elaborate package data test to make sure get_outputs() gives the right 2004-07-21 18:53:06 +00:00
__init__.py The new distutils features justify a new version number, imo. 2004-07-16 18:14:37 +00:00
archive_util.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
bcppcompiler.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
ccompiler.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
cmd.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
core.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
cygwinccompiler.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
debug.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
dep_util.py
dir_util.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
dist.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
filelist.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
log.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
msvccompiler.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
mwerkscompiler.py
README
spawn.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
sysconfig.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
text_file.py
unixccompiler.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
util.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
version.py

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$