cpython/Lib/distutils
Benjamin Peterson 86c3a3b0b7 merge 3.2
2015-05-25 21:24:26 -05:00
..
command Issue #20363. Fixed BytesWarning triggerred by test suite. 2014-02-06 22:49:45 +02:00
tests - Issue #17752: Fix distutils tests when run from the installed location. 2014-05-07 04:44:42 +02:00
__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
cmd.py
config.py Fix bootstrap issue by importing the cgi module lazily 2013-12-22 19:37:17 +01:00
core.py Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:34:02 -04:00
cygwinccompiler.py Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. 2013-09-30 22:28:10 +02:00
debug.py
dep_util.py
dir_util.py Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:34:02 -04:00
dist.py Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. 2013-11-10 18:15:03 -05:00
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:28:05 +01:00
log.py
msvc9compiler.py
msvccompiler.py
README
spawn.py Make distutils error messages more helpful (#11599). 2014-03-13 04:55:35 -04:00
sysconfig.py Issue #18080: When building a C extension module on OS X, if the compiler 2013-05-28 16:35:30 -07:00
text_file.py
unixccompiler.py Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:28:23 -08:00
util.py Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:34:02 -04:00
version.py
versionpredicate.py

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$