cpython/Lib/distutils
Ronald Oussoren 593e4ca7a5 Fix for issue #7724: ensure that distutils and python's own setup.py
honor the MacOSX SDK when one is specified.

This is needed to be able to build using the 10.4u SDK while running
on OSX 10.6.

This is a fixed version of the patch in r80963, I've tested this patch
on OSX and Linux.
2010-06-03 09:47:21 +00:00
..
command upgraded distutils docs w.r.t. the manifest regeneration 2010-05-17 10:54:43 +00:00
tests Fixed #8688: Distutils now recalculates MANIFEST everytime. 2010-05-17 10:06:20 +00:00
README
__init__.py bump version to 2.7 beta 2 2010-05-08 17:08:17 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py
errors.py
extension.py
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
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 Fix for issue #7724: ensure that distutils and python's own setup.py 2010-06-03 09:47:21 +00:00
util.py In a number of places code still revers 2010-05-05 19:09:31 +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$