cpython/Lib/distutils
Antoine Pitrou 58dab67f2d Merged revisions 85353 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85353 | antoine.pitrou | 2010-10-10 11:37:12 +0200 (dim., 10 oct. 2010) | 3 lines

  Issue #9437: Fix building C extensions with non-default LDFLAGS.
........
2010-10-10 09:54:59 +00:00
..
command Merged revisions 84711 via svnmerge from 2010-09-11 15:31:13 +00:00
tests Merged revisions 84889 via svnmerge from 2010-09-19 03:12:28 +00:00
__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
debug.py
dep_util.py
dir_util.py Merged revisions 84861 via svnmerge from 2010-09-17 16:40:01 +00:00
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 fix finding visual studio 2008 on 64 bit #8854 2010-06-21 15:27:46 +00:00
msvccompiler.py
README
spawn.py
sysconfig.py Merged revisions 85353 via svnmerge from 2010-10-10 09:54:59 +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

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$