cpython/Lib/distutils
Éric Araujo 70798be6f6 Remove unneeded executable bit on two distutils files 2011-06-04 20:47:26 +02:00
..
command Issue #10419: Fix build_scripts command of distutils to handle correctly 2011-05-11 00:57:29 +02:00
tests Remove unneeded executable bit on two distutils files 2011-06-04 20:47:26 +02:00
README
__init__.py Bump to 3.2.1rc1. 2011-05-15 17:52:42 +02:00
archive_util.py On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no 2011-03-15 21:02:59 +01:00
bcppcompiler.py
ccompiler.py
cmd.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
config.py
core.py
cygwinccompiler.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
spawn.py
sysconfig.py Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 2011-05-15 16:46:11 +02:00
text_file.py
unixccompiler.py
util.py Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 2011-05-15 16:46:11 +02: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$