"""
-__revision__ = "$Id$"
-
from _curses import *
from curses.wrapper import wrapper
import os as _os
Module for using panels with curses.
"""
-__revision__ = "$Id$"
-
from _curses_panel import *
setup (...)
"""
-__revision__ = "$Id$"
-
# Distutils version
#
# Updated automatically by the Python release process.
Utility functions for creating archive files (tarballs, zip files,
that sort of thing)."""
-__revision__ = "$Id$"
-
import os
from warnings import warn
import sys
# someone should sit down and factor out the common code as
# WindowsCCompiler! --GPW
-__revision__ = "$Id$"
-
import os
from distutils.errors import \
Contains CCompiler, an abstract base class that defines the interface
for the Distutils compiler abstraction model."""
-__revision__ = "$Id$"
-
import sys, os, re
from distutils.errors import *
from distutils.spawn import spawn
in the distutils.command package.
"""
-__revision__ = "$Id$"
-
import sys, os, re
from distutils.errors import DistutilsOptionError
from distutils import util, dir_util, file_util, archive_util, dep_util
Package containing implementation of all the standard Distutils
commands."""
-__revision__ = "$Id$"
-
__all__ = ['build',
'build_py',
'build_ext',
Implements the Distutils 'bdist' command (create a built [binary]
distribution)."""
-__revision__ = "$Id$"
-
import os
from distutils.core import Command
from distutils.errors import *
distribution -- i.e., just an archive to be unpacked under $prefix or
$exec_prefix)."""
-__revision__ = "$Id$"
-
import os
from distutils.core import Command
from distutils.util import get_platform
Implements the Distutils 'bdist_rpm' command (create RPM source and binary
distributions)."""
-__revision__ = "$Id$"
-
import sys, os
from distutils.core import Command
from distutils.debug import DEBUG
Implements the Distutils 'bdist_wininst' command: create a windows installer
exe-program."""
-__revision__ = "$Id$"
-
import sys, os
from distutils.core import Command
from distutils.util import get_platform
Implements the Distutils 'build' command."""
-__revision__ = "$Id$"
-
import sys, os
from distutils.core import Command
from distutils.errors import DistutilsOptionError
that is included in the module distribution and needed by an extension
module."""
-__revision__ = "$Id$"
-
# XXX this module has *lots* of code ripped-off quite transparently from
# build_ext.py -- not surprisingly really, as the work required to build
modules (currently limited to C extensions, should accommodate C++
extensions ASAP)."""
-__revision__ = "$Id$"
-
import sys, os, re
from distutils.core import Command
from distutils.errors import *
Implements the Distutils 'build_py' command."""
-__revision__ = "$Id$"
-
import sys, os
import sys
from glob import glob
Implements the Distutils 'build_scripts' command."""
-__revision__ = "$Id$"
-
import os, re
from stat import ST_MODE
from distutils import sysconfig
Implements the Distutils 'check' command.
"""
-__revision__ = "$Id$"
-
from distutils.core import Command
from distutils.errors import DistutilsSetupError
# contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
-__revision__ = "$Id$"
-
import os
from distutils.core import Command
from distutils.dir_util import remove_tree
this header file lives".
"""
-__revision__ = "$Id$"
-
import sys, os, re
from distutils.core import Command
Implements the Distutils 'install' command."""
-__revision__ = "$Id$"
-
import sys
import os
# contributed by Bastian Kleineidam
-__revision__ = "$Id$"
-
import os
from distutils.core import Command
from distutils.util import change_root, convert_path
Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory."""
-__revision__ = "$Id$"
-
from distutils.core import Command
Implements the Distutils 'install_lib' command
(install all Python modules)."""
-__revision__ = "$Id$"
-
import os
import sys
# contributed by Bastian Kleineidam
-__revision__ = "$Id$"
-
import os
from distutils.core import Command
from distutils import log
# created 2002/10/21, Richard Jones
-__revision__ = "$Id$"
-
import os, string, getpass
import io
import urllib.parse, urllib.request
Implements the Distutils 'sdist' command (create a source distribution)."""
-__revision__ = "$Id$"
-
import os
import string
import sys
really defined in distutils.dist and distutils.cmd.
"""
-__revision__ = "$Id$"
-
import os
import sys
# * mingw gcc 3.2/ld 2.13 works
# (ld supports -shared)
-__revision__ = "$Id$"
-
import os
import sys
import copy
import os
-__revision__ = "$Id$"
-
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')
and groups of files; also, function based entirely on such
timestamp dependency analysis."""
-__revision__ = "$Id$"
-
import os
from distutils.errors import DistutilsFileError
Utility functions for manipulating directories and directory trees."""
-__revision__ = "$Id$"
-
import os, sys
import errno
from distutils.errors import DistutilsFileError, DistutilsInternalError
being built/installed/distributed.
"""
-__revision__ = "$Id$"
-
import sys, os, re
try:
#
# * EMX gcc 2.81/EMX 0.9d fix03
-__revision__ = "$Id$"
-
import os,sys,copy
from distutils.ccompiler import gen_preprocess_options, gen_lib_options
from distutils.unixccompiler import UnixCCompiler
This module is safe to use in "from ... import *" mode; it only exports
symbols whose names start with "Distutils" and end with "Error"."""
-__revision__ = "$Id$"
-
class DistutilsError (Exception):
"""The root of all Distutils evil."""
pass
Provides the Extension class, used to describe C/C++ extension
modules in setup scripts."""
-__revision__ = "$Id$"
-
import os
import sys
import warnings
* options set attributes of a passed-in object
"""
-__revision__ = "$Id$"
-
import sys, string, re
import getopt
from distutils.errors import *
Utility functions for operating on single files.
"""
-__revision__ = "$Id$"
-
import os
from distutils.errors import DistutilsFileError
from distutils import log
and building lists of files.
"""
-__revision__ = "$Id$"
-
import os, re
import fnmatch
from distutils.util import convert_path
# finding DevStudio (through the registry)
# ported to VS2005 and VS 2008 by Christian Heimes
-__revision__ = "$Id$"
-
import os
import subprocess
import sys
# hacked by Robin Becker and Thomas Heller to do a better job of
# finding DevStudio (through the registry)
-__revision__ = "$Id$"
-
import sys, os
from distutils.errors import \
DistutilsExecError, DistutilsPlatformError, \
executable name.
"""
-__revision__ = "$Id$"
-
import sys
import os
Email: <fdrake@acm.org>
"""
-__revision__ = "$Id$"
-
import os
import re
import sys
"""Tests for distutils.archive_util."""
-__revision__ = "$Id$"
-
import unittest
import os
import tarfile
that (optionally) takes care of stripping comments, ignoring blank
lines, and joining lines with backslashes."""
-__revision__ = "$Id$"
-
import sys, os, io
* link shared library handled by 'cc -shared'
"""
-__revision__ = "$Id$"
-
import os, sys, re
from distutils import sysconfig
one of the other *util.py modules.
"""
-__revision__ = "$Id$"
-
import sys, os, string, re
from distutils.errors import DistutilsPlatformError
from distutils.dep_util import newer
version = "0.9.0"
__author__ = "Lars Gust\u00e4bel (lars@gustaebel.de)"
-__date__ = "$Date$"
-__cvsid__ = "$Id$"
+__date__ = "$Date: 2011-02-25 17:42:01 +0200 (Fri, 25 Feb 2011) $"
+__cvsid__ = "$Id: tarfile.py 88586 2011-02-25 15:42:01Z marc-andre.lemburg $"
__credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend."
#---------
# Copyright (C) 2002, 2003 Python Software Foundation.
# Written by Greg Ward <gward@python.net>
-__revision__ = "$Id$"
-
import string, re
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']