cpython/Lib/distutils
Benjamin Peterson 846466d2a6 build_ext: correctly parse the link_objects user option (closes #1703178)
Patch by Valerie Lambert.
2016-09-28 23:13:58 -07:00
..
command build_ext: correctly parse the link_objects user option (closes #1703178) 2016-09-28 23:13:58 -07:00
tests build_ext: correctly parse the link_objects user option (closes #1703178) 2016-09-28 23:13:58 -07:00
README
__init__.py keep distutils version in sync with python version automatically 2015-05-25 21:24:00 -05:00
archive_util.py
bcppcompiler.py
ccompiler.py Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 2016-02-25 00:55:24 +11:00
cmd.py
config.py Switch upload.pypi.io to upload.pypi.org 2016-08-03 18:58:12 -04:00
core.py
cygwinccompiler.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
debug.py
dep_util.py
dir_util.py fix instances of consecutive articles (closes #23221) 2015-01-13 09:17:24 -05:00
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
msvccompiler.py
spawn.py
sysconfig.py
text_file.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
unixccompiler.py Issue #20767: Fix -R option for FreeBSD/clang. 2016-08-03 11:23:31 +02:00
util.py
version.py
versionpredicate.py

README

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$