cpython/Lib/distutils
Steve Dower 5fcd5e64ee bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) 2017-09-06 10:01:38 -07:00
..
command bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) 2017-09-06 10:01:38 -07:00
tests remove IRIX support (closes bpo-31341) (#3310) 2017-09-04 16:36:05 -07:00
README
__init__.py
_msvccompiler.py
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py Issue #29218: Remove unused install_misc command 2017-02-01 04:42:48 +03:00
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 2017-05-18 07:35:54 -07:00
msvccompiler.py
spawn.py
sysconfig.py bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) 2017-05-09 17:24:13 +02:00
text_file.py
unixccompiler.py remove IRIX support (closes bpo-31341) (#3310) 2017-09-04 16:36:05 -07:00
util.py remove IRIX support (closes bpo-31341) (#3310) 2017-09-04 16:36:05 -07: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$