cpython/Lib/distutils
Georg Brandl 28aeb0d0ab Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
..
command leaving global attributes for backward compat 2010-02-03 15:38:12 +00:00
tests Add missing import when running these tests standalone. 2010-02-06 23:53:52 +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
cmd.py
config.py
core.py
cygwinccompiler.py
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
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
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$