cpython/Lib/distutils
Jason R. Coombs ad039f7548 Issue #20120: Merge with 3.5 2016-05-04 12:00:32 -04:00
..
command Removed unused imports. 2016-04-25 00:12:32 +03:00
tests Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
README
__init__.py
_msvccompiler.py
archive_util.py
bcppcompiler.py
ccompiler.py Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 2016-02-25 00:56:38 +11:00
cmd.py
config.py Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. 2016-05-04 11:57:32 -04:00
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py Issue #26089: Remove duplicate field 'license' from DistributionMetadata 2016-04-24 01:55:09 +03:00
errors.py
extension.py Removed unused imports. 2016-04-25 00:12:32 +03:00
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
spawn.py
sysconfig.py Issue #25985: sys.version_info is now used instead of sys.version 2016-02-11 13:10:36 +02:00
text_file.py Removed unused imports. 2016-04-25 00:12:32 +03:00
unixccompiler.py Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 2016-02-25 00:56:38 +11:00
util.py subprocess._optim_args_from_interpreter_flags() 2016-01-18 12:15:08 +01: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$