cpython/Lib/distutils
Tarek Ziadé 92e68af56a added local get_platform/set_platform APIs in distutils.sysconfig 2010-01-26 22:46:15 +00:00
..
command added local get_platform/set_platform APIs in distutils.sysconfig 2010-01-26 22:46:15 +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.7a2 2010-01-09 16:34:06 +00:00
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 massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
ccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
cmd.py
config.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
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 added test coverage for distutils.dep_util, and cleaned up the module 2009-12-10 15:29:03 +00:00
dir_util.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
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 massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
errors.py removed spurious spaces 2009-10-28 06:45:18 +00:00
extension.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
fancy_getopt.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
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 massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
spawn.py
sysconfig.py reintroduced the names in Distutils for APIs that were relocated 2010-01-26 21:21:54 +00:00
text_file.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
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$