cpython/Lib/distutils
2010-12-19 10:30:28 +00:00
..
command Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). 2010-12-15 21:07:22 +00:00
tests Fix two NameErrors in distutils (#10407) 2010-11-20 19:35:27 +00:00
__init__.py Bump to 3.2b2. 2010-12-19 10:30:28 +00:00
archive_util.py Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. 2010-12-15 20:26:30 +00:00
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py Fix two NameErrors in distutils (#10407) 2010-11-20 19:35:27 +00:00
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py And now for something completely different: Finish fixing #10252 again. 2010-11-12 22:25:23 +00:00
msvccompiler.py
README
spawn.py
sysconfig.py Final patch for issue 9807. 2010-11-24 19:43:47 +00:00
text_file.py
unixccompiler.py
util.py
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$