cpython/Lib/distutils
Victor Stinner 0b5e049ea0 (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode
to read the encoding cookie, instead of opening it in UTF-8.
2011-06-30 15:41:56 +02:00
..
command Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging 2011-05-19 15:18:36 +02:00
tests Issue #9516: Merge Distutils changes from 3.2 2011-06-28 20:01:52 -07:00
README
__init__.py Bump to 3.2.1rc1. 2011-05-15 17:52:42 +02:00
archive_util.py On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no 2011-03-15 21:02:59 +01:00
bcppcompiler.py
ccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
cmd.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
config.py
core.py Issue #12451: distutils now opens the setup script in binary mode to read the 2011-06-30 15:40:22 +02:00
cygwinccompiler.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 11:05:33 +02:00
debug.py
dep_util.py
dir_util.py Merged revisions 86601,86605 via svnmerge from 2010-11-20 19:45:32 +00:00
dist.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
emxccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
errors.py
extension.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 02:58:56 +00:00
fancy_getopt.py
file_util.py Remove traces of Mac OS 9 support, again (#9508). 2010-11-06 06:00:54 +00:00
filelist.py
log.py
msvc9compiler.py Merged revisions 86438 via svnmerge from 2010-11-12 22:26:37 +00:00
msvccompiler.py
spawn.py Issue #9516: Change distutils to no longer globally attempt to check and 2011-06-28 19:44:24 -07:00
sysconfig.py Issue #9516: Change distutils to no longer globally attempt to check and 2011-06-28 19:44:24 -07:00
text_file.py
unixccompiler.py
util.py Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 2011-05-15 16:46:11 +02: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$