cpython/Lib/distutils
Florent Xicluna 1f3b4e12e8 Fix some py3k warnings in the standard library. 2010-03-07 12:14:25 +00:00
..
command 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
tests fixed various failures and environment alterations in distutils.test_build_ext 2010-03-06 02:11:14 +00:00
README
__init__.py bump version to 2.7a4 2010-03-06 20:34:14 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py taking sysconfig out of distutils 2010-01-23 09:23:15 +00:00
cmd.py
config.py
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
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
file_util.py
filelist.py
log.py
msvc9compiler.py search in the alternative location for VCExpress 2010-03-06 02:17:28 +00:00
msvccompiler.py
spawn.py
sysconfig.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
text_file.py
unixccompiler.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
util.py Fix some py3k warnings in the standard library. 2010-03-07 12:14:25 +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$