Home | History | Annotate | only in /external/python/cpython3/Lib/distutils
Up to higher level directory
NameDateSize
__init__.py22-Oct-2020236
_msvccompiler.py22-Oct-202021.1K
archive_util.py22-Oct-20208.3K
bcppcompiler.py22-Oct-202014.6K
ccompiler.py22-Oct-202046.3K
cmd.py22-Oct-202017.7K
command/22-Oct-2020
config.py22-Oct-20204.7K
core.py22-Oct-20208.7K
cygwinccompiler.py22-Oct-202016.1K
debug.py22-Oct-2020139
dep_util.py22-Oct-20203.4K
dir_util.py22-Oct-20207.6K
dist.py22-Oct-202049.2K
errors.py22-Oct-20203.5K
extension.py22-Oct-202010.3K
fancy_getopt.py22-Oct-202017.4K
file_util.py22-Oct-20208K
filelist.py22-Oct-202012.5K
log.py22-Oct-20201.9K
msvc9compiler.py22-Oct-202029.8K
msvccompiler.py22-Oct-202023K
README22-Oct-2020295
spawn.py22-Oct-20207.3K
sysconfig.py22-Oct-202019.8K
tests/22-Oct-2020
text_file.py22-Oct-202012.2K
unixccompiler.py22-Oct-202014.4K
util.py22-Oct-202019.9K
version.py22-Oct-202012.1K
versionpredicate.py22-Oct-20205K

README

      1 This directory contains the Distutils package.
      2 
      3 There's a full documentation available at:
      4 
      5     http://docs.python.org/distutils/
      6 
      7 The Distutils-SIG web page is also a good starting point:
      8 
      9     http://www.python.org/sigs/distutils-sig/
     10 
     11 WARNING : Distutils must remain compatible with 2.3
     12 
     13 $Id$
     14