cpython/Lib/distutils
Tarek Ziadé 4f38317d5a Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field 2009-12-06 09:22:40 +00:00
..
command fixed warning and error message 2009-10-24 15:51:30 +00:00
tests Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field 2009-12-06 09:22:40 +00:00
README Issue #5052: make Distutils compatible with 2.3 again. 2009-02-27 12:53:34 +00:00
__init__.py bump version to 2.7a1 2009-12-05 17:47:56 +00:00
archive_util.py #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd 2009-10-24 13:29:44 +00:00
bcppcompiler.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
ccompiler.py starting distutils.ccompiler test coverage and cleanup 2009-06-16 08:31:01 +00:00
cmd.py #6516 added owner/group support for tarfiles in Distutils 2009-10-02 23:49:48 +00:00
config.py fixed #4394 make the storage of the password optional in .pypirc 2009-01-08 23:56:31 +00:00
core.py Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils 2009-10-27 23:06:10 +00:00
cygwinccompiler.py #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +00:00
debug.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
dep_util.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
dir_util.py removing the last remaning apply() calls 2009-10-03 00:07:35 +00:00
dist.py Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils 2009-10-27 23:06:10 +00:00
emxccompiler.py #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +00:00
errors.py removed spurious spaces 2009-10-28 06:45:18 +00:00
extension.py Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O 2009-07-22 08:55:19 +00:00
fancy_getopt.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
file_util.py cleaned distutils.file_util 2009-07-03 19:14:49 +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 Issue #4120: Drop reference to CRT from manifest when building 2009-12-03 20:53:51 +00:00
msvccompiler.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
spawn.py improved distutils.spawn test coverage + cleaned it up 2009-06-02 15:58:43 +00:00
sysconfig.py Half of the fix for issue 6957: ensure that distutils 2009-09-22 19:27:44 +00:00
text_file.py moved distutils.text_file tests into a real unittest class 2009-02-22 19:58:12 +00:00
unixccompiler.py Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler 2009-09-09 08:14:20 +00:00
util.py Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field 2009-12-06 09:22:40 +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$