Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
__init__.py | 05-Oct-2017 | 356 | |
archive_util.py | 05-Oct-2017 | 7.9K | |
bcppcompiler.py | 05-Oct-2017 | 15K | |
ccompiler.py | 05-Oct-2017 | 48.5K | |
cmd.py | 05-Oct-2017 | 19.3K | |
command/ | 05-Oct-2017 | ||
config.py | 05-Oct-2017 | 4.2K | |
core.py | 05-Oct-2017 | 9.1K | |
cygwinccompiler.py | 05-Oct-2017 | 17.3K | |
debug.py | 05-Oct-2017 | 169 | |
dep_util.py | 05-Oct-2017 | 3.5K | |
dir_util.py | 05-Oct-2017 | 7.9K | |
dist.py | 05-Oct-2017 | 50K | |
emxccompiler.py | 05-Oct-2017 | 12K | |
errors.py | 05-Oct-2017 | 3.5K | |
extension.py | 05-Oct-2017 | 10.9K | |
fancy_getopt.py | 05-Oct-2017 | 18K | |
file_util.py | 05-Oct-2017 | 7.8K | |
filelist.py | 05-Oct-2017 | 12.5K | |
log.py | 05-Oct-2017 | 1.7K | |
msvc9compiler.py | 05-Oct-2017 | 29.3K | |
msvccompiler.py | 05-Oct-2017 | 23.7K | |
README | 05-Oct-2017 | 308 | |
spawn.py | 05-Oct-2017 | 6.5K | |
sysconfig.py | 05-Oct-2017 | 21.4K | |
tests/ | 05-Oct-2017 | ||
text_file.py | 05-Oct-2017 | 12.4K | |
unixccompiler.py | 05-Oct-2017 | 14.4K | |
util.py | 05-Oct-2017 | 21.6K | |
version.py | 05-Oct-2017 | 11.5K | |
versionpredicate.py | 05-Oct-2017 | 5.1K |
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