cpython/Lib/distutils
2004-08-03 12:41:42 +00:00
..
command Since build_py handles package data installation, the list of outputs 2004-07-28 14:55:10 +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 Make the distutils version number the same as the python version. It 2004-07-23 19:47:32 +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 Patch #870382: Automatically add msvcr71 to the list of libraries if 2004-08-03 12:41:42 +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 use same compiler switches as core for extensions 2003-12-02 12:17:59 +00:00
errors.py
extension.py Remove the recently-added get_distutil_options(), and just 2003-01-27 16:30:36 +00:00
fancy_getopt.py - fix description of option table entries 2004-08-02 17:58:51 +00:00
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$