cpython/Lib/distutils
Christian Heimes cbf3b5cb76 Merged revisions 59275-59303 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NOTE: The merge does NOT contain the modified file Python/import.c from
      r59288. I can't get it running. Nick, please check in the PEP 366
      manually.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

........
  r59279 | georg.brandl | 2007-12-02 19:17:50 +0100 (Sun, 02 Dec 2007) | 2 lines

  Fix a sentence I missed before. Do not merge to 3k.
........
  r59281 | georg.brandl | 2007-12-02 22:58:54 +0100 (Sun, 02 Dec 2007) | 3 lines

  Add documentation for PySys_* functions.
  Written by Charlie Shepherd for GHOP. Also fixes #1245.
........
  r59288 | nick.coghlan | 2007-12-03 13:55:17 +0100 (Mon, 03 Dec 2007) | 1 line

  Implement PEP 366
........
  r59290 | christian.heimes | 2007-12-03 14:47:29 +0100 (Mon, 03 Dec 2007) | 3 lines

  Applied my patch #1455 with some extra fixes for VS 2005
  The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier.
  I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
........
  r59291 | christian.heimes | 2007-12-03 14:55:16 +0100 (Mon, 03 Dec 2007) | 1 line

  Added comment to Misc/NEWS for r59290
........
  r59292 | christian.heimes | 2007-12-03 15:28:04 +0100 (Mon, 03 Dec 2007) | 1 line

  I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots.
........
  r59293 | facundo.batista | 2007-12-03 17:29:52 +0100 (Mon, 03 Dec 2007) | 3 lines


  Speedup and cleaning of __str__.  Thanks Mark Dickinson.
........
  r59294 | facundo.batista | 2007-12-03 18:55:00 +0100 (Mon, 03 Dec 2007) | 4 lines


  Faster _fix function, and some reordering for a more elegant
  coding. Thanks Mark Dickinson.
........
  r59295 | martin.v.loewis | 2007-12-03 20:20:02 +0100 (Mon, 03 Dec 2007) | 5 lines

  Issue #1727780: Support loading pickles of random.Random objects created
  on 32-bit systems on 64-bit systems, and vice versa. As a consequence
  of the change, Random pickles created by Python 2.6 cannot be loaded
  in Python 2.5.
........
  r59297 | facundo.batista | 2007-12-03 20:49:54 +0100 (Mon, 03 Dec 2007) | 3 lines


  Two small fixes. Issue 1547.
........
  r59299 | georg.brandl | 2007-12-03 20:57:02 +0100 (Mon, 03 Dec 2007) | 2 lines

  #1548: fix apostroph placement.
........
  r59300 | christian.heimes | 2007-12-03 21:01:02 +0100 (Mon, 03 Dec 2007) | 3 lines

  Patch #1537 from Chad Austin
  Change GeneratorExit's base class from Exception to BaseException
  (This time I'm applying the patch to the correct sandbox.)
........
  r59302 | georg.brandl | 2007-12-03 21:03:46 +0100 (Mon, 03 Dec 2007) | 3 lines

  Add examples to the xmlrpclib docs.
  Written for GHOP by Josip Dzolonga.
........
2007-12-03 21:02:03 +00:00
..
command Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
tests SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
README Update file 2002-11-13 13:26:59 +00:00
__init__.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
archive_util.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
bcppcompiler.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
ccompiler.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
cmd.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
core.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +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 Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +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 General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
filelist.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
log.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
msvc9compiler.py Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
msvccompiler.py Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
mwerkscompiler.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
spawn.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
sysconfig.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
text_file.py General cleanup, raise normalization in Lib/distutils. 2007-08-30 03:52:21 +00:00
unixccompiler.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
util.py Stop using the find function on the string module, use the string method. 2007-08-30 05:35:41 +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$