cpython/Lib/distutils
Xtreak 0d70227e41 Fix typos in docs and docstrings (GH-13745) 2019-06-03 01:12:33 +02:00
..
command bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) 2019-05-24 17:33:47 +02:00
tests bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) 2019-04-17 16:26:36 +02:00
README
__init__.py
_msvccompiler.py bpo-35920: Windows 10 ARM32 platform support (GH-11774) 2019-04-25 18:36:45 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py Fix typos in docs and docstrings (GH-13745) 2019-06-03 01:12:33 +02:00
cmd.py
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
msvccompiler.py
spawn.py bpo-35920: Windows 10 ARM32 platform support (GH-11774) 2019-04-25 18:36:45 +00:00
sysconfig.py bpo-35920: Windows 10 ARM32 platform support (GH-11774) 2019-04-25 18:36:45 +00:00
text_file.py
unixccompiler.py bpo-35198 Fix C++ extension compilation on AIX (GH-10437) 2019-03-04 15:48:40 +01:00
util.py bpo-35920: Windows 10 ARM32 platform support (GH-11774) 2019-04-25 18:36: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/

$Id$