cpython/Lib/distutils
Serhiy Storchaka e73896241e
[3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277)
(cherry picked from commit 9355868458)
2020-07-02 10:05:35 +03:00
..
command [3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277) 2020-07-02 10:05:35 +03:00
tests bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946) 2020-06-17 19:09:49 +02:00
README
__init__.py
_msvccompiler.py bpo-38597: Never statically link extension initialization code on Windows (GH-18724) 2020-03-02 16:30:18 -08:00
archive_util.py
bcppcompiler.py
ccompiler.py
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
sysconfig.py
text_file.py
unixccompiler.py bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) 2020-04-22 10:13:47 -07:00
util.py
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$