cpython/Lib/distutils
Éric Araujo 54274ad96a Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

To comply with the 2.x doc style, the methods in trace.rst use brackets around
optional arguments.  The rest is a mostly straight merge, modulo support changed
to test_support and use of the old super call style in test_tuple.

........
  r86236 | eric.araujo | 2010-11-06 03:44:43 +0100 (sam., 06 nov. 2010) | 2 lines

  Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
........
  r86240 | eric.araujo | 2010-11-06 05:11:59 +0100 (sam., 06 nov. 2010) | 2 lines

  Prevent ResourceWarnings in test_gettext
........
  r86332 | eric.araujo | 2010-11-08 19:15:17 +0100 (lun., 08 nov. 2010) | 4 lines

  Add missing NEWS entry for a fix committed by Senthil.

  All recent modifications to distutils should now be covered in NEWS.
........
  r86340 | eric.araujo | 2010-11-08 22:48:23 +0100 (lun., 08 nov. 2010) | 2 lines

  This was actually fixed for the previous alpha.
........
  r87271 | eric.araujo | 2010-12-15 20:09:58 +0100 (mer., 15 déc. 2010) | 2 lines

  Improve trace documentation (#9264).  Patch by Eli Bendersky.
........
  r87273 | eric.araujo | 2010-12-15 20:30:15 +0100 (mer., 15 déc. 2010) | 2 lines

  Use nested method directives, rewrap long lines, fix whitespace.
........
  r87447 | eric.araujo | 2010-12-23 20:13:05 +0100 (jeu., 23 déc. 2010) | 2 lines

  Fix typo in superclass method name
........
2011-02-03 00:12:18 +00:00
..
command Merged revisions 87280 via svnmerge from 2010-12-15 21:15:25 +00:00
tests Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
README Issue #5052: make Distutils compatible with 2.3 again. 2009-02-27 12:53:34 +00:00
__init__.py 2.7.1 final version bump 2010-11-27 14:40:29 +00:00
archive_util.py Merged revisions 87277 via svnmerge from 2010-12-15 20:33:50 +00:00
bcppcompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
ccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
cmd.py #6516 added owner/group support for tarfiles in Distutils 2009-10-02 23:49:48 +00:00
config.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
core.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
cygwinccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
debug.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
dep_util.py added test coverage for distutils.dep_util, and cleaned up the module 2009-12-10 15:29:03 +00:00
dir_util.py Merged revisions 86601,86605 via svnmerge from 2010-11-20 20:02:41 +00:00
dist.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
emxccompiler.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
errors.py removed spurious spaces 2009-10-28 06:45:18 +00:00
extension.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
fancy_getopt.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
file_util.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
filelist.py removing the last remaning apply() calls 2009-10-03 00:07:35 +00:00
log.py #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. 2009-09-21 13:41:08 +00:00
msvc9compiler.py Merged revisions 86438 via svnmerge from 2010-11-12 22:27:28 +00:00
msvccompiler.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
spawn.py improved distutils.spawn test coverage + cleaned it up 2009-06-02 15:58:43 +00:00
sysconfig.py Remove one trace of Mac OS 9 support (#7908 follow-up) 2010-11-06 14:16:30 +00:00
text_file.py massive import cleaning in Distutils 2009-12-21 01:22:46 +00:00
unixccompiler.py Two small fixes for the support for SDKs on MacOSX: 2010-06-27 12:36:16 +00:00
util.py Merged revisions 86223-86224,86226,86234 via svnmerge from 2010-11-06 04:06:18 +00:00
version.py Fix typo. 2009-03-28 00:48:48 +00:00
versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00

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$