Home | History | Annotate | only in /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils
Up to higher level directory
NameDateSize
__init__.py08-Oct-2015337
__init__.pyo08-Oct-2015436
archive_util.py08-Oct-20157.6K
archive_util.pyo08-Oct-20157.7K
bcppcompiler.py08-Oct-201514.6K
bcppcompiler.pyo08-Oct-20158.1K
ccompiler.py08-Oct-201545.6K
ccompiler.pyo08-Oct-201538.6K
cmd.py08-Oct-201518.8K
cmd.pyo08-Oct-201518.3K
command/08-Oct-2015
config.py08-Oct-20154K
config.pyo08-Oct-20153.8K
core.py08-Oct-20158.9K
core.pyo08-Oct-20157.7K
cygwinccompiler.py08-Oct-201518.8K
cygwinccompiler.pyo08-Oct-201510.2K
debug.py08-Oct-2015162
debug.pyo08-Oct-2015305
dep_util.py08-Oct-20153.4K
dep_util.pyo08-Oct-20153.3K
dir_util.py08-Oct-20157.8K
dir_util.pyo08-Oct-20157.1K
dist.py08-Oct-201548.9K
dist.pyo08-Oct-201542K
emxccompiler.py08-Oct-201511.7K
emxccompiler.pyo08-Oct-20157.7K
errors.py08-Oct-20153.4K
errors.pyo08-Oct-20157.1K
extension.py08-Oct-201510.6K
extension.pyo08-Oct-20157.2K
fancy_getopt.py08-Oct-201517.5K
fancy_getopt.pyo08-Oct-201512.6K
file_util.py08-Oct-20157.6K
file_util.pyo08-Oct-20156.7K
filelist.py08-Oct-201512.4K
filelist.pyo08-Oct-201511.4K
log.py08-Oct-20151.6K
log.pyo08-Oct-20153.3K
msvc9compiler.py08-Oct-201530.3K
msvc9compiler.pyo08-Oct-201522.5K
msvccompiler.py08-Oct-201523.1K
msvccompiler.pyo08-Oct-201518.4K
README08-Oct-2015295
spawn.py08-Oct-20157.6K
spawn.pyo08-Oct-20156.4K
sysconfig.py08-Oct-201517.2K
sysconfig.pyo08-Oct-201514.1K
tests/08-Oct-2015
text_file.py08-Oct-201512.1K
text_file.pyo08-Oct-20159.6K
unixccompiler.py08-Oct-201512.1K
unixccompiler.pyo08-Oct-20158K
util.py08-Oct-201518.7K
util.pyo08-Oct-201515.4K
version.py08-Oct-201511.2K
version.pyo08-Oct-20157.8K
versionpredicate.py08-Oct-20155K
versionpredicate.pyo08-Oct-20155.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