cpython/Lib/distutils
Benjamin Peterson a7be9d240a bump version to 2.7a3 2010-02-06 16:37:32 +00:00
..
command leaving global attributes for backward compat 2010-02-03 15:38:12 +00:00
tests added local get_platform/set_platform APIs in distutils.sysconfig 2010-01-26 22:46:15 +00:00
README
__init__.py bump version to 2.7a3 2010-02-06 16:37:32 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
cmd.py
config.py
core.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
cygwinccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
debug.py
dep_util.py
dir_util.py
dist.py Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings 2010-01-24 00:33:32 +00:00
emxccompiler.py
errors.py
extension.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py added local get_platform/set_platform APIs in distutils.sysconfig 2010-01-26 22:46:15 +00:00
msvccompiler.py
spawn.py
sysconfig.py fixed a typo on distutils.sysconfig. thanks arfever 2010-02-02 22:55:00 +00:00
text_file.py
unixccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
util.py added local get_platform/set_platform APIs in distutils.sysconfig 2010-01-26 22:46:15 +00:00
version.py
versionpredicate.py

README

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$