cpython/Lib/distutils
2013-11-10 20:28:18 -05:00
..
command Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835. 2013-11-10 18:59:44 -05:00
tests Fix failing test incorrectly merged in b1244046f37a 2013-11-10 20:28:18 -05:00
__init__.py Bump to 3.3.3rc1. 2013-10-27 09:22:59 +01:00
archive_util.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04:00
bcppcompiler.py
ccompiler.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04:00
cmd.py
config.py use the HTTPS for pypi upload 2013-03-18 15:20:56 -07:00
core.py
cygwinccompiler.py Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. 2013-09-30 22:29:48 +02:00
debug.py
dep_util.py
dir_util.py
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
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04:00
README
spawn.py
sysconfig.py Issue #18080: merge from 3.3 2013-05-28 16:45:06 -07:00
text_file.py
unixccompiler.py
util.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -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$