cosmopolitan/third_party/python/Lib/distutils
2022-07-21 21:46:07 -07:00
..
command Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
tests Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
__init__.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
_msvccompiler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
archive_util.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
bcppcompiler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
ccompiler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
cmd.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
config.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
core.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
cygwinccompiler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
debug.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dep_util.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dir_util.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
dist.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
errors.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
extension.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
fancy_getopt.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
file_util.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
filelist.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
log.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
msvc9compiler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
msvccompiler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
README python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
spawn.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sysconfig.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
text_file.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
unixccompiler.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
util.py Improve Python tree-shaking 2021-09-06 19:24:10 -07:00
version.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
versionpredicate.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00

This directory contains the Distutils package.

There's a full documentation available at:

    http://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

    http://www.python.org/sigs/distutils-sig/

WARNING : Distutils must remain compatible with 2.3

$Id$