cpython/Lib/distutils
Greg Ward 855dab9987 Added 'include_dirs' parameters all over the place.
Added 'check_lib()', which provides a subset of the functionality of
  'check_func()' with a simpler interface and implementation.
2000-06-27 01:21:22 +00:00
..
command Added 'include_dirs' parameters all over the place. 2000-06-27 01:21:22 +00:00
README
__init__.py
archive_util.py Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. 2000-06-24 00:23:20 +00:00
ccompiler.py Introduced some bureaucracy for setting and tracking the executables 2000-06-25 02:08:18 +00:00
cmd.py
core.py Oops, import 'grok_environment_error()'. 2000-06-21 02:59:14 +00:00
cygwinccompiler.py Implementation of the CCompiler class for Cygwin and Mingw32, ie. the two 2000-06-21 03:33:03 +00:00
dep_util.py
dir_util.py
dist.py More stylistic tweaks to the generic '--help-xxx' code. 2000-06-24 01:22:41 +00:00
errors.py Added PreprocessError and UnknownFileError (both used by CCompiler). 2000-06-25 02:12:14 +00:00
extension.py Revised docstring so 'sources' isn't necessarily all C/C++ files (to 2000-06-24 00:18:24 +00:00
fancy_getopt.py
file_util.py Bastian Kleineidam: 'copy_file()' now returns the output filename, rather 2000-06-23 01:42:40 +00:00
msvccompiler.py Define the 'executables' class attribute so the CCompiler constructor 2000-06-25 02:31:16 +00:00
spawn.py
sysconfig.py Added the 'customize_compiler()' function, which plugs in the essential 2000-06-25 02:09:14 +00:00
text_file.py
unixccompiler.py Got rid of direct dependence on the sysconfig module. Mainly, this 2000-06-25 02:05:29 +00:00
util.py Added 'split_quoted()' function to deal with strings that are quoted in 2000-06-24 20:40:02 +00:00
version.py

README

This directory contains only a subset of the Distutils, specifically the
Python modules in the 'distutils' and 'distutils.command' packages.
Technically, this is all you need to distribute and install Python modules
using the Distutils.  Most people will want some documentation and other
help, though.  Currently, everything can be found at the Distutils web page:

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

From there you can access the latest documentation, or download a standalone
Distutils release that includes all the code in this directory, plus
documentation, test scripts, examples, etc.

The Distutils documentation isn't yet part of the standard Python
documentation set, but will be soon.

        Greg Ward (gward@python.net)

$Id$