cpython/Lib/distutils
Ezio Melotti 1036a7f7e1 #6026 - fix tests that failed without zlib 2009-09-12 14:43:43 +00:00
..
command reverted changes for #6459 (doesn't apply on 2.x) 2009-07-11 17:21:00 +00:00
tests #6026 - fix tests that failed without zlib 2009-09-12 14:43:43 +00:00
README Issue #5052: make Distutils compatible with 2.3 again. 2009-02-27 12:53:34 +00:00
__init__.py Fix comment for #1835 2009-02-05 09:06:23 +00:00
archive_util.py Fixed #6048: Distutils uses the tarfile module instead of the tar command now 2009-05-28 12:53:54 +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 pep8-fied 2009-04-13 20:14:54 +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 #3987 : removed unused import 2009-02-06 08:20:15 +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 pep8-fied distutils.dir_util 2009-05-17 11:22:36 +00:00
dist.py using print statements when used for user interaction 2009-07-04 02:59:19 +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 Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +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 added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed 2009-08-18 08:16:33 +00:00
log.py using log.warn for sys.stderr 2009-03-31 20:48:31 +00:00
msvc9compiler.py Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler 2009-03-07 00:32:45 +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 removed the last string.split() call 2009-06-11 08:43:26 +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 #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +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$