cpython/Lib/distutils
Greg Ward 9c0ea13ece *Very* belated application of Thomas Heller's patch to handle
resource files.  The gist of the patch is to treat ".rc" and ".mc"
files as source files; ".mc" files are compiled to ".rc" and then
".res", and ".rc" files are compiled to ".res".  Wish I knew what
all these things stood for...
2000-09-19 23:56:43 +00:00
..
command Set the 'nt' installation scheme for the install command even if run 2000-09-19 11:10:23 +00:00
README
__init__.py Bump version to 0.9.3pre. 2000-09-13 00:44:09 +00:00
archive_util.py
bcppcompiler.py Rene Liebscher: 2000-09-01 01:28:33 +00:00
ccompiler.py
cmd.py In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the 2000-09-16 15:25:55 +00:00
core.py
cygwinccompiler.py Rene Liebscher: comment fixes. 2000-09-01 01:24:31 +00:00
dep_util.py
dir_util.py
dist.py Remove some debugging output from the last change. 2000-09-16 15:27:17 +00:00
errors.py
extension.py Added 'read_setup_file()' to read old-style Setup files. Could make life 2000-09-17 00:45:18 +00:00
fancy_getopt.py
file_util.py
filelist.py
msvccompiler.py *Very* belated application of Thomas Heller's patch to handle 2000-09-19 23:56:43 +00:00
spawn.py
sysconfig.py Added 'expand_makefile_vars()' to (duh) expand make-style variables 2000-09-17 00:53:02 +00:00
text_file.py Changed so lines that are all comment (or just whitespace + comment) 2000-09-16 18:33:36 +00:00
unixccompiler.py
util.py Revamped 'get_platform()' to try and do something reasonably smart on 2000-09-15 01:16:14 +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$