cpython/Lib/distutils
Georg Brandl ab0ef20663 Bump to 3.3.0a3. 2012-05-01 09:35:18 +02:00
..
command Merge 3.2 2012-03-07 20:50:06 +01:00
tests Merge 3.2 2012-03-07 20:50:06 +01:00
README
__init__.py Bump to 3.3.0a3. 2012-05-01 09:35:18 +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 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:28:05 +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 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building 2012-02-10 13:01:08 +01: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$