Utility functions for creating archive files (tarballs, zip files,
that sort of thing)."""
-# created 2000/04/03, Greg Ward (extracted from util.py)
-
__revision__ = "$Id$"
import os
Contains CCompiler, an abstract base class that defines the interface
for the Distutils compiler abstraction model."""
-# created 1999/07/05, Greg Ward
-
__revision__ = "$Id$"
import sys, os, re
in the distutils.command package.
"""
-# created 2000/04/03, Greg Ward
-# (extricated from core.py; actually dates back to the beginning)
-
__revision__ = "$Id$"
import sys, os, string, re
Implements the Distutils 'bdist' command (create a built [binary]
distribution)."""
-# created 2000/03/29, Greg Ward
-
__revision__ = "$Id$"
import os, string
distribution -- i.e., just an archive to be unpacked under $prefix or
$exec_prefix)."""
-# created 2000/03/29, Greg Ward
-
__revision__ = "$Id$"
import os
Implements the Distutils 'bdist_rpm' command (create RPM source and binary
distributions)."""
-# created 2000/04/25, by Harry Henry Gebel
-
__revision__ = "$Id$"
import sys, os, string
Implements the Distutils 'bdist_wininst' command: create a windows installer
exe-program."""
-# created 2000/06/02, Thomas Heller
-
__revision__ = "$Id$"
import sys, os, string
Implements the Distutils 'build' command."""
-# created 1999/03/08, Greg Ward
-
__revision__ = "$Id$"
import sys, os
that is included in the module distribution and needed by an extension
module."""
-# created (an empty husk) 1999/12/18, Greg Ward
-# fleshed out 2000/02/03-04
-
__revision__ = "$Id$"
modules (currently limited to C extensions, should accommodate C++
extensions ASAP)."""
-# created 1999/08/09, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string, re
Implements the Distutils 'build_py' command."""
-# created 1999/03/08, Greg Ward
-
__revision__ = "$Id$"
import sys, string, os
Implements the Distutils 'build_scripts' command."""
-# created 2000/05/23, Bastian Kleineidam
-
__revision__ = "$Id$"
import sys, os, re
this header file lives".
"""
-# created 2000/05/29, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string, re
from distutils import log
-# created 1999/03/13, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string
Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory."""
-# created 2000/05/26, Greg Ward
-
__revision__ = "$Id$"
import os
-# created 1999/03/13, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string
Implements the Distutils 'sdist' command (create a source distribution)."""
-# created 1999/09/22, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string
really defined in distutils.dist and distutils.cmd.
"""
-# created 1999/03/01, Greg Ward
-
__revision__ = "$Id$"
import sys, os
# in the dlls.
# *** only the version of June 2000 shows these problems
-# created 2000/05/05, Rene Liebscher
-
__revision__ = "$Id$"
import os,sys,copy
and groups of files; also, function based entirely on such
timestamp dependency analysis."""
-# created 2000/04/03, Greg Ward (extracted from util.py)
-
__revision__ = "$Id$"
import os
Utility functions for manipulating directories and directory trees."""
-# created 2000/04/03, Greg Ward (extracted from util.py)
-
__revision__ = "$Id$"
import os
being built/installed/distributed.
"""
-# created 2000/04/03, Greg Ward
-# (extricated from core.py; actually dates back to the beginning)
-
__revision__ = "$Id$"
import sys, os, string, re
#
# * EMX gcc 2.81/EMX 0.9d fix03
-# created 2001/5/7, Andrew MacIntyre, from Rene Liebscher's cywinccompiler.py
-
__revision__ = "$Id$"
import os,sys,copy
Provides the Extension class, used to describe C/C++ extension
modules in setup scripts."""
-# created 2000/05/30, Greg Ward
-
__revision__ = "$Id$"
import os, string
* options set attributes of a passed-in object
"""
-# created 1999/03/03, Greg Ward
-
__revision__ = "$Id$"
import sys, string, re
Utility functions for operating on single files.
"""
-# created 2000/04/03, Greg Ward (extracted from util.py)
-
__revision__ = "$Id$"
import os
and building lists of files.
"""
-# created 2000/07/17, Rene Liebscher (as template.py)
-# most parts taken from commands/sdist.py
-# renamed 2000/07/29 (to filelist.py) and officially added to
-# the Distutils source, Greg Ward
-
__revision__ = "$Id$"
import os, string, re
for the Microsoft Visual Studio."""
-# created 1999/08/19, Perry Stoll
+# Written by Perry Stoll
# hacked by Robin Becker and Thomas Heller to do a better job of
# finding DevStudio (through the registry)
executable name.
"""
-# created 1999/07/24, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string
Written by: Fred L. Drake, Jr.
Email: <fdrake@acm.org>
-Initial date: 17-Dec-1998
"""
__revision__ = "$Id$"
that (optionally) takes care of stripping comments, ignoring blank
lines, and joining lines with backslashes."""
-# created 1999/01/12, Greg Ward
-
__revision__ = "$Id$"
from types import *
* link shared library handled by 'cc -shared'
"""
-# created 1999/07/05, Greg Ward
-
__revision__ = "$Id$"
import os, sys
one of the other *util.py modules.
"""
-# created 1999/03/08, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string, re
# Implements multiple version numbering conventions for the
# Python Module Distribution Utilities.
#
-# written by Greg Ward, 1998/12/17
-#
# $Id$
#