cpython/Lib/distutils
Amaury Forgeot d'Arc 3b4e479d88 Follow-up of PEP 3121:
Correct the exported symbol for extension modules built by distutils
2008-06-11 17:46:10 +00:00
..
command Follow-up of PEP 3121: 2008-06-11 17:46:10 +00:00
tests Merged revisions 63670 via svnmerge from 2008-05-26 11:51:44 +00:00
README Update file 2002-11-13 13:26:59 +00:00
__init__.py Bumping versions for 3.0a5 2008-05-08 11:54:13 +00:00
archive_util.py Merged revisions 62873,62887,62892-62896,62904 via svnmerge from 2008-05-08 22:27:58 +00:00
bcppcompiler.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
ccompiler.py Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from 2008-02-22 16:37:40 +00:00
cmd.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
config.py Merged revisions 63575 via svnmerge from 2008-05-26 17:01:57 +00:00
core.py Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from 2008-05-16 00:03:33 +00:00
cygwinccompiler.py Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
debug.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
dep_util.py Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
dir_util.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
dist.py Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from 2008-05-16 00:03:33 +00:00
emxccompiler.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
errors.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
extension.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
fancy_getopt.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
file_util.py Fix more exception slicing. 2008-01-06 21:13:42 +00:00
filelist.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
log.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
msvc9compiler.py #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
msvccompiler.py #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
mwerkscompiler.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
spawn.py Fix more exception slicing. 2008-01-06 21:13:42 +00:00
sysconfig.py Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from 2008-03-19 21:50:51 +00:00
text_file.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
unixccompiler.py Merged revisions 60990-61002 via svnmerge from 2008-02-23 18:30:17 +00:00
util.py Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from 2008-04-09 08:37:03 +00:00
version.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
versionpredicate.py Fix a bunch of doctests with the -d option of refactor.py. 2007-02-09 20:13:25 +00:00

README

This directory contains only a subset of the Distutils, specifically
the Python modules in the 'distutils' and 'distutils.command'
packages.  This is all you need to distribute and install Python
modules using the Distutils.  There is also a separately packaged
standalone version of the Distutils available for people who want to
upgrade the Distutils without upgrading Python, available from the
Distutils web page:

    http://www.python.org/sigs/distutils-sig/

The standalone version includes all of the code in this directory,
plus documentation, test scripts, examples, etc.

The Distutils documentation is divided into two documents, "Installing
Python Modules", which explains how to install Python packages, and
"Distributing Python Modules", which explains how to write setup.py
files.  Both documents are part of the standard Python documentation
set, and are available from http://www.python.org/doc/current/ .

        Greg Ward (gward@python.net)

$Id$