cpython/Lib/distutils
Miss Islington (bot) 2fa53cfa89
bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495)
(cherry picked from commit b2dc4a3313)

Co-authored-by: Marc Schlaich <marc.schlaich@googlemail.com>
2019-01-20 11:06:08 -08:00
..
command bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) 2018-11-05 06:52:58 -08:00
tests bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) 2018-12-18 07:34:54 -08:00
__init__.py
_msvccompiler.py bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) 2019-01-20 11:06:08 -08:00
archive_util.py bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) 2018-12-05 12:29:31 -08:00
bcppcompiler.py
ccompiler.py
cmd.py
config.py bpo-32155: Revert distutils.config change (#4618) 2017-11-28 23:19:26 +01:00
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) 2017-12-04 18:58:12 -08:00
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506) 2018-09-23 10:31:53 +03:00
msvc9compiler.py
msvccompiler.py
README
spawn.py bpo-34530: Fix distutils find_executable() (GH-9049) 2018-09-04 05:19:13 -04:00
sysconfig.py
text_file.py
unixccompiler.py
util.py bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) 2018-12-18 07:34:54 -08: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$