cpython/Lib/distutils
2012-06-30 20:42:45 +02:00
..
command Issue #10571: Fix the "--sign" option of distutils' upload command. 2012-06-29 01:06:51 +02:00
tests Merge 3.2 2012-03-07 20:50:06 +01:00
__init__.py Bump version to 3.3.0b1. 2012-06-26 09:43:40 +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
README
spawn.py
sysconfig.py Issue #13590: Improve support for OS X Xcode 4: 2012-06-23 16:02:19 -07:00
text_file.py
unixccompiler.py Issue #13590: Improve support for OS X Xcode 4: 2012-06-23 16:02:19 -07:00
util.py - Issue #14330: For cross builds, don't use host python, use host search paths 2012-06-30 20:42:45 +02:00
version.py
versionpredicate.py

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$