cpython/Lib/distutils
Antoine Pitrou 24319ac407 Issue #10571: Fix the "--sign" option of distutils' upload command.
Patch by Jakub Wilk.
2012-06-29 01:05:26 +02:00
..
command Issue #10571: Fix the "--sign" option of distutils' upload command. 2012-06-29 01:05:26 +02:00
tests Backout buggy patch committed for #13719 2012-03-07 20:48:55 +01:00
README
__init__.py Bump to 3.2.3 final. 2012-04-10 19:28:09 +02:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
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
spawn.py
sysconfig.py Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building 2012-02-10 13:01:08 +01:00
text_file.py
unixccompiler.py
util.py And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name 2012-01-18 05:04:49 +01: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$