Home | History | Annotate | only in /external/python/cpython3/Lib/distutils
Up to higher level directory
NameDateSize
__init__.py21-Aug-2018236
_msvccompiler.py21-Aug-201819.9K
archive_util.py21-Aug-20187.9K
bcppcompiler.py21-Aug-201814.6K
ccompiler.py21-Aug-201846.3K
cmd.py21-Aug-201818.7K
command/21-Aug-2018
config.py21-Aug-20184.8K
core.py21-Aug-20188.7K
cygwinccompiler.py21-Aug-201816.1K
debug.py21-Aug-2018139
dep_util.py21-Aug-20183.4K
dir_util.py21-Aug-20187.6K
dist.py21-Aug-201848.5K
errors.py21-Aug-20183.5K
extension.py21-Aug-201810.3K
fancy_getopt.py21-Aug-201817.4K
file_util.py21-Aug-20188K
filelist.py21-Aug-201812.5K
log.py21-Aug-20181.9K
msvc9compiler.py21-Aug-201829.9K
msvccompiler.py21-Aug-201823K
README21-Aug-2018295
spawn.py21-Aug-20187.2K
sysconfig.py21-Aug-201819.7K
tests/21-Aug-2018
text_file.py21-Aug-201812.2K
unixccompiler.py21-Aug-201814.1K
util.py21-Aug-201820.3K
version.py21-Aug-201812.1K
versionpredicate.py21-Aug-20185K

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