cpython/Lib/distutils
Guido van Rossum 9b1f5a4740 Patch #1696. Don't attempt to call None.close() in dry-run mode. 2008-01-02 18:59:36 +00:00
..
command Patch #1696. Don't attempt to call None.close() in dry-run mode. 2008-01-02 18:59:36 +00:00
tests Backport 55731: 2007-06-02 18:53:07 +00:00
README
__init__.py Bump the patch level version of distutils since there were a few bug fixes 2007-03-31 21:02:43 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvccompiler.py Backport 54644: 2007-04-01 18:29:47 +00:00
mwerkscompiler.py
spawn.py
sysconfig.py Backport of r52233 2006-10-08 17:50:26 +00:00
text_file.py
unixccompiler.py Whitespace normalization 2007-04-25 06:42:41 +00:00
util.py A test that should test for osx >= 10.4.0 actually tested for os versions <= 10.4. The end result is that 2007-11-22 10:14:26 +00:00
version.py
versionpredicate.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$