cpython/Lib/distutils
Jesus Cea 5c1d814e6f MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 2012-01-18 05:05:41 +01:00
..
command Merge follow-up for #11254 and other changes from 3.2 2011-11-03 05:17:11 +01:00
tests Limit test scope to those platforms that can save the target filenames. Reference #11638. 2011-12-28 10:45:08 -05:00
README
__init__.py Bump to 3.2.2. 2011-09-03 11:17:55 +02: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 Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py Issue #13193: fix distutils.filelist.FileList under Windows 2011-11-12 01:20:45 +01:00
log.py
msvc9compiler.py normalize whitespace in Lib/distutils/msvc9compiler.py 2011-10-17 11:35:31 +11:00
msvccompiler.py
spawn.py
sysconfig.py Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix 2011-10-08 01:56:52 +02:00
text_file.py
unixccompiler.py
util.py And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 2012-01-18 05:04:49 +01: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$