cpython/Lib/distutils
Hirokazu Yamamoto 7968f26bcb Merged revisions 84765 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84765 | hirokazu.yamamoto | 2010-09-13 16:18:30 +0900 | 2 lines

  get_build_version() is needed even where sys.platform != "win32".
  Try to fix buildbot error in other way.
........
2010-09-13 08:14:41 +00:00
..
command Merged revisions 84711 via svnmerge from 2010-09-11 15:31:13 +00:00
tests Merged revisions 84765 via svnmerge from 2010-09-13 08:14:41 +00:00
README
__init__.py prepare for 2.7.1 2010-07-03 14:51:25 +00:00
archive_util.py
bcppcompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
ccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
cmd.py
config.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
core.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
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 massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
dist.py Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings 2010-01-24 00:33:32 +00:00
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 massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
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 massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
spawn.py
sysconfig.py In a number of places code still revers 2010-05-05 19:09:31 +00:00
text_file.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
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$