cpython/Lib/distutils
Ezio Melotti c425f8fcb4 Merged revisions 82839 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82839 | ezio.melotti | 2010-07-12 22:49:41 +0300 (Mon, 12 Jul 2010) | 1 line

  #6026: skip test_get_file_list when zlib is not available.
........
2010-07-12 19:52:15 +00:00
..
command upgraded distutils docs w.r.t. the manifest regeneration 2010-05-17 10:54:43 +00:00
tests Merged revisions 82839 via svnmerge from 2010-07-12 19:52:15 +00:00
README
__init__.py prepare for 2.7.1 2010-07-03 14:51:25 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py
cygwinccompiler.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
errors.py
extension.py reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 2010-03-05 00:16:02 +00:00
fancy_getopt.py
file_util.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
filelist.py
log.py
msvc9compiler.py fix finding visual studio 2008 on 64 bit #8854 2010-06-21 15:27:46 +00:00
msvccompiler.py
spawn.py
sysconfig.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
text_file.py
unixccompiler.py Two small fixes for the support for SDKs on MacOSX: 2010-06-27 12:36:16 +00:00
util.py Fix for issue #9164: with this patch sysconfig and distuls don't break 2010-07-11 08:52:52 +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$