cpython/Lib/distutils
Ronald Oussoren dc969e591e Merged revisions 82272 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines

  Two small fixes for the support for SDKs on MacOSX:

  1) The code that checks if an path should be located in the SDK
     explicitly excludes /usr/local. This fixes issue9046

  2) The SDK variant for filtering "db_dirs_to_check" in setup.py
     was not doing anything because of a missing assignment.
........
2010-06-27 12:37:46 +00:00
..
command Fix for issue #8577: without this patch test_distutils 2010-06-15 16:05:20 +00:00
tests Oops, add the new test_log.py for distutils test suite (missing part of r81359) 2010-05-19 17:15:50 +00:00
README
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py Merged revisions 77704,77752 via svnmerge from 2010-01-29 11:41:03 +00:00
cmd.py
config.py
core.py Merged revisions 77704,77752 via svnmerge from 2010-01-29 11:41:03 +00:00
cygwinccompiler.py Merged revisions 77704,77752 via svnmerge from 2010-01-29 11:41:03 +00:00
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py
errors.py
extension.py Merged revisions 77704,77752 via svnmerge from 2010-01-29 11:41:03 +00:00
fancy_getopt.py
file_util.py Remove traces of MacOS9 support. 2010-05-05 19:11:21 +00:00
filelist.py
log.py Issue #8663: distutils.log emulates backslashreplace error handler. Fix 2010-05-19 17:00:07 +00:00
msvc9compiler.py Merged revisions 82130 via svnmerge from 2010-06-21 15:37:16 +00:00
msvccompiler.py
spawn.py
sysconfig.py Merged revisions 77919,77921-77922 via svnmerge from 2010-02-02 23:16:13 +00:00
text_file.py
unixccompiler.py Merged revisions 82272 via svnmerge from 2010-06-27 12:37:46 +00:00
util.py Remove traces of MacOS9 support. 2010-05-05 19:11:21 +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$