cpython/Lib/distutils
Georg Brandl 260a788767 Version bump to 3.2 final. 2011-02-20 10:29:04 +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
README
__init__.py Version bump to 3.2 final. 2011-02-20 10:29:04 +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 Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
cmd.py
config.py
core.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
cygwinccompiler.py Fix #10252 again (hopefully definitely). Patch by Brian Curtin. 2010-11-06 18:03:52 +00:00
debug.py
dep_util.py
dir_util.py Fix two NameErrors in distutils (#10407) 2010-11-20 19:35:27 +00:00
dist.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
emxccompiler.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
errors.py
extension.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
fancy_getopt.py
file_util.py Remove traces of Mac OS 9 support, again (#9508). 2010-11-06 06:00:54 +00:00
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
spawn.py
sysconfig.py Final patch for issue 9807. 2010-11-24 19:43:47 +00:00
text_file.py Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error 2010-10-23 17:02:31 +00:00
unixccompiler.py
util.py Remove traces of Mac OS 9 support, again (#9508). 2010-11-06 06:00:54 +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$