cpython/Lib/distutils
Ezio Melotti 3b3499ba69 #11565: Merge with 3.1. 2011-03-16 11:35:38 +02:00
..
command Merged revisions 87280 via svnmerge from 2010-12-15 21:12:12 +00:00
tests #11565: Merge with 3.1. 2011-03-16 11:35:38 +02:00
README
__init__.py Version bump to 3.2 final. 2011-02-20 10:29:04 +00:00
archive_util.py On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no 2011-03-15 21:02:59 +01:00
bcppcompiler.py
ccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
cmd.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
config.py
core.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
cygwinccompiler.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
debug.py
dep_util.py
dir_util.py Merged revisions 86601,86605 via svnmerge from 2010-11-20 19:45:32 +00:00
dist.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
emxccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
errors.py
extension.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
fancy_getopt.py
file_util.py Remove traces of Mac OS 9 support, again (#9508). 2010-11-06 06:00:54 +00:00
filelist.py
log.py
msvc9compiler.py Merged revisions 86438 via svnmerge from 2010-11-12 22:26:37 +00:00
msvccompiler.py
spawn.py
sysconfig.py Final patch for issue 9807. 2010-11-24 19:43:47 +00:00
text_file.py Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error 2010-10-23 17:02:31 +00:00
unixccompiler.py
util.py Remove traces of Mac OS 9 support, again (#9508). 2010-11-06 06:00:54 +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$