cpython/Lib/distutils
Antoine Pitrou f541378d13 Fix bootstrapping by removing uses of the copy module in distutils 2009-05-15 17:27:30 +00:00
..
command pep8-fied distutils.command.sdist + more tests 2009-05-14 14:56:14 +00:00
tests #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd 2009-05-14 20:14:13 +00:00
README Issue #5052: make Distutils compatible with 2.3 again. 2009-02-27 12:53:34 +00:00
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py Fix bootstrapping by removing uses of the copy module in distutils 2009-05-15 17:27:30 +00:00
cmd.py pep8-fied 2009-04-13 20:14:54 +00:00
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py Fix bootstrapping by removing uses of the copy module in distutils 2009-05-15 17:27:30 +00:00
emxccompiler.py
errors.py
extension.py #5583 Added optional Extensions in Distutils 2009-03-31 22:27:23 +00:00
fancy_getopt.py
file_util.py
filelist.py Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test 2009-04-05 21:44:08 +00:00
log.py using log.warn for sys.stderr 2009-03-31 20:48:31 +00:00
msvc9compiler.py Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler 2009-03-07 00:32:45 +00:00
msvccompiler.py
spawn.py
sysconfig.py Fixed #5941: added ARFLAGS for the archiver command. 2009-05-07 21:20:34 +00:00
text_file.py
unixccompiler.py Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used 2009-05-09 08:28:53 +00:00
util.py
version.py Fix typo. 2009-03-28 00:48:48 +00:00
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$