Home | History | Annotate | only in /external/python/cpython2/Lib/distutils
Up to higher level directory
NameDateSize
__init__.py22-Oct-2020236
archive_util.py22-Oct-20207.6K
bcppcompiler.py22-Oct-202014.6K
ccompiler.py22-Oct-202045.6K
cmd.py22-Oct-202018.8K
command/22-Oct-2020
config.py22-Oct-20204K
core.py22-Oct-20208.8K
cygwinccompiler.py22-Oct-202017.3K
debug.py22-Oct-2020162
dep_util.py22-Oct-20203.4K
dir_util.py22-Oct-20207.7K
dist.py22-Oct-202048.9K
emxccompiler.py22-Oct-202011.7K
errors.py22-Oct-20203.4K
extension.py22-Oct-202010.6K
fancy_getopt.py22-Oct-202017.5K
file_util.py22-Oct-20207.9K
filelist.py22-Oct-202012.4K
log.py22-Oct-20201.6K
msvc9compiler.py22-Oct-202030.3K
msvccompiler.py22-Oct-202023.1K
README22-Oct-2020295
spawn.py22-Oct-20208.4K
sysconfig.py22-Oct-202016.7K
tests/22-Oct-2020
text_file.py22-Oct-202012.1K
unixccompiler.py22-Oct-202013.4K
util.py22-Oct-202017.6K
version.py22-Oct-202011.2K
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