Home | History | Annotate | only in /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils
Up to higher level directory
NameDateSize
__init__.py05-Oct-2017337
__init__.pyo05-Oct-2017436
archive_util.py05-Oct-20177.6K
archive_util.pyo05-Oct-20177.7K
bcppcompiler.py05-Oct-201714.6K
bcppcompiler.pyo05-Oct-20178.1K
ccompiler.py05-Oct-201745.6K
ccompiler.pyo05-Oct-201738.6K
cmd.py05-Oct-201718.8K
cmd.pyo05-Oct-201718.3K
command/05-Oct-2017
config.py05-Oct-20174K
config.pyo05-Oct-20173.8K
core.py05-Oct-20178.9K
core.pyo05-Oct-20177.7K
cygwinccompiler.py05-Oct-201718.8K
cygwinccompiler.pyo05-Oct-201710.2K
debug.py05-Oct-2017162
debug.pyo05-Oct-2017305
dep_util.py05-Oct-20173.4K
dep_util.pyo05-Oct-20173.3K
dir_util.py05-Oct-20177.8K
dir_util.pyo05-Oct-20177.1K
dist.py05-Oct-201748.9K
dist.pyo05-Oct-201742K
emxccompiler.py05-Oct-201711.7K
emxccompiler.pyo05-Oct-20177.7K
errors.py05-Oct-20173.4K
errors.pyo05-Oct-20177.1K
extension.py05-Oct-201710.6K
extension.pyo05-Oct-20177.2K
fancy_getopt.py05-Oct-201717.5K
fancy_getopt.pyo05-Oct-201712.6K
file_util.py05-Oct-20177.6K
file_util.pyo05-Oct-20176.7K
filelist.py05-Oct-201712.4K
filelist.pyo05-Oct-201711.4K
log.py05-Oct-20171.6K
log.pyo05-Oct-20173.3K
msvc9compiler.py05-Oct-201730.3K
msvc9compiler.pyo05-Oct-201722.5K
msvccompiler.py05-Oct-201723.1K
msvccompiler.pyo05-Oct-201718.4K
README05-Oct-2017295
spawn.py05-Oct-20177.6K
spawn.pyo05-Oct-20176.4K
sysconfig.py05-Oct-201717.2K
sysconfig.pyo05-Oct-201714.1K
tests/05-Oct-2017
text_file.py05-Oct-201712.1K
text_file.pyo05-Oct-20179.6K
unixccompiler.py05-Oct-201712.1K
unixccompiler.pyo05-Oct-20178K
util.py05-Oct-201718.7K
util.pyo05-Oct-201715.4K
version.py05-Oct-201711.2K
version.pyo05-Oct-20177.8K
versionpredicate.py05-Oct-20175K
versionpredicate.pyo05-Oct-20175.8K

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