cpython/Lib/distutils
Benjamin Peterson 0c56bb97ea remove 2.2 and 2.6 compat code (closes #22200)
Patch from Thomas Kluyver.
2014-08-17 23:00:42 -05:00
..
command remove 2.2 and 2.6 compat code (closes #22200) 2014-08-17 23:00:42 -05:00
tests Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler 2014-07-06 16:14:33 -07:00
__init__.py Version bump for 3.4.1. 2014-05-17 21:46:35 -07:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py Merge 3.3 (#4931) 2014-03-12 04:10:51 -04:00
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py Merge 3.3 (#4931) 2014-03-12 04:10:51 -04:00
dist.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
README
spawn.py Issue #20978: Remove last part of OS/2 support in distutils 2014-03-20 08:50:33 +01:00
sysconfig.py Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler 2014-07-06 16:14:33 -07:00
text_file.py
unixccompiler.py
util.py Merge 3.3 (#4931) 2014-03-12 04:10:51 -04:00
version.py
versionpredicate.py

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$