cpython/Lib/distutils
Ned Deily 9be578990e Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
due to possible uninitialized _config_vars.  Original patch by Alex Gaynor.
2014-07-06 16:11:44 -07:00
..
command Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. 2014-06-18 23:07:46 -04:00
tests Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler 2014-07-06 16:11:44 -07:00
README
__init__.py bump to 2.7.8 2014-06-29 18:58:16 -07:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py Issue #12226: HTTPS is now used by default when connecting to PyPI. 2013-12-22 01:35:53 +01:00
core.py Restore missing part of error message (#4931) 2014-03-12 03:19:33 -04:00
cygwinccompiler.py Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. 2013-09-30 22:13:17 +02:00
debug.py
dep_util.py
dir_util.py Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:14:48 -04:00
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
spawn.py Make distutils error messages more helpful (#11599). 2014-03-12 22:19:39 -04:00
sysconfig.py Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler 2014-07-06 16:11:44 -07:00
text_file.py
unixccompiler.py
util.py Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:14:48 -04:00
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$