cpython/Lib/distutils
2009-10-24 15:51:30 +00:00
..
command fixed warning and error message 2009-10-24 15:51:30 +00:00
tests fixed warning and error message 2009-10-24 15:51:30 +00:00
__init__.py
archive_util.py #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd 2009-10-24 13:29:44 +00:00
bcppcompiler.py
ccompiler.py
cmd.py #6516 added owner/group support for tarfiles in Distutils 2009-10-02 23:49:48 +00:00
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py removing the last remaning apply() calls 2009-10-03 00:07:35 +00:00
dist.py replace callable() 2009-10-09 22:05:45 +00:00
emxccompiler.py
errors.py Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode 2009-10-24 15:10:37 +00:00
extension.py
fancy_getopt.py
file_util.py
filelist.py removing the last remaning apply() calls 2009-10-03 00:07:35 +00:00
log.py
msvc9compiler.py
msvccompiler.py
README
spawn.py
sysconfig.py
text_file.py
unixccompiler.py
util.py fixed warning and error message 2009-10-24 15:51:30 +00:00
version.py
versionpredicate.py

This directory contains the Distutils package.

There's a full documentation available at:

    http://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

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

WARNING : Distutils must remain compatible with 2.3

$Id$