cpython/Lib/distutils
Benjamin Peterson aa7e51f006 bump version to 2.7a2 2010-01-09 16:34:06 +00:00
..
command massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
tests Fixed #7617: all flavors of gcc should be recognized now 2010-01-08 23:42:23 +00:00
README
__init__.py bump version to 2.7a2 2010-01-09 16:34:06 +00:00
archive_util.py #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd 2009-10-24 13:29:44 +00:00
bcppcompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
ccompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
cmd.py
config.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
core.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
cygwinccompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
debug.py
dep_util.py added test coverage for distutils.dep_util, and cleaned up the module 2009-12-10 15:29:03 +00:00
dir_util.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
dist.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
emxccompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
errors.py removed spurious spaces 2009-10-28 06:45:18 +00:00
extension.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
fancy_getopt.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
file_util.py
filelist.py removing the last remaning apply() calls 2009-10-03 00:07:35 +00:00
log.py
msvc9compiler.py backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing 2009-12-21 23:31:55 +00:00
msvccompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
spawn.py
sysconfig.py Fix an issue with the detection of a non-existing SDK 2009-12-10 10:27:09 +00:00
text_file.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
unixccompiler.py Fixed #7617: all flavors of gcc should be recognized now 2010-01-08 23:42:23 +00:00
util.py On OSX the output of "uname -m" always reflects the 32-bit architecture 2009-12-24 13:06:39 +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$