Home | History | Annotate | only in /external/python/cpython2/Lib/distutils
Up to higher level directory
NameDateSize
__init__.py21-Aug-2018236
archive_util.py21-Aug-20187.6K
bcppcompiler.py21-Aug-201814.6K
ccompiler.py21-Aug-201845.6K
cmd.py21-Aug-201818.8K
command/21-Aug-2018
config.py21-Aug-20184K
core.py21-Aug-20188.8K
cygwinccompiler.py21-Aug-201817.3K
debug.py21-Aug-2018162
dep_util.py21-Aug-20183.4K
dir_util.py21-Aug-20187.7K
dist.py21-Aug-201848.9K
emxccompiler.py21-Aug-201811.7K
errors.py21-Aug-20183.4K
extension.py21-Aug-201810.6K
fancy_getopt.py21-Aug-201817.5K
file_util.py21-Aug-20187.9K
filelist.py21-Aug-201812.4K
log.py21-Aug-20181.6K
msvc9compiler.py21-Aug-201830.3K
msvccompiler.py21-Aug-201823.1K
README21-Aug-2018295
spawn.py21-Aug-20188.4K
sysconfig.py21-Aug-201816.7K
tests/21-Aug-2018
text_file.py21-Aug-201812.1K
unixccompiler.py21-Aug-201813.4K
util.py21-Aug-201817.6K
version.py21-Aug-201811.2K
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