cpython/Lib/distutils
Tarek Ziadé 9132916efb fixed typo 2009-08-18 08:21:49 +00:00
..
command reverted changes for #6459 (doesn't apply on 2.x) 2009-07-11 17:21:00 +00:00
tests fixed typo 2009-08-18 08:21:49 +00:00
README
__init__.py
archive_util.py Fixed #6048: Distutils uses the tarfile module instead of the tar command now 2009-05-28 12:53:54 +00:00
bcppcompiler.py
ccompiler.py starting distutils.ccompiler test coverage and cleanup 2009-06-16 08:31:01 +00:00
cmd.py pep8-fied 2009-04-13 20:14:54 +00:00
config.py
core.py
cygwinccompiler.py #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +00:00
debug.py
dep_util.py
dir_util.py pep8-fied distutils.dir_util 2009-05-17 11:22:36 +00:00
dist.py using print statements when used for user interaction 2009-07-04 02:59:19 +00:00
emxccompiler.py #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +00:00
errors.py
extension.py Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O 2009-07-22 08:55:19 +00:00
fancy_getopt.py
file_util.py cleaned distutils.file_util 2009-07-03 19:14:49 +00:00
filelist.py added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed 2009-08-18 08:16:33 +00:00
log.py using log.warn for sys.stderr 2009-03-31 20:48:31 +00:00
msvc9compiler.py
msvccompiler.py
spawn.py improved distutils.spawn test coverage + cleaned it up 2009-06-02 15:58:43 +00:00
sysconfig.py removed the last string.split() call 2009-06-11 08:43:26 +00:00
text_file.py
unixccompiler.py Fixed #6164 AIX specific linker argument in Distutils unixcompiler 2009-06-20 13:57:20 +00:00
util.py #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +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$