Commit 4461f748 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove 'created by' lines; people can use CVS for this, and the information is often out of date

parent fdfa7f05
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Utility functions for creating archive files (tarballs, zip files, Utility functions for creating archive files (tarballs, zip files,
that sort of thing).""" that sort of thing)."""
# created 2000/04/03, Greg Ward (extracted from util.py)
__revision__ = "$Id$" __revision__ = "$Id$"
import os import os
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Contains CCompiler, an abstract base class that defines the interface Contains CCompiler, an abstract base class that defines the interface
for the Distutils compiler abstraction model.""" for the Distutils compiler abstraction model."""
# created 1999/07/05, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, re import sys, os, re
......
...@@ -4,9 +4,6 @@ Provides the Command class, the base class for the command classes ...@@ -4,9 +4,6 @@ Provides the Command class, the base class for the command classes
in the distutils.command package. in the distutils.command package.
""" """
# created 2000/04/03, Greg Ward
# (extricated from core.py; actually dates back to the beginning)
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string, re import sys, os, string, re
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Implements the Distutils 'bdist' command (create a built [binary] Implements the Distutils 'bdist' command (create a built [binary]
distribution).""" distribution)."""
# created 2000/03/29, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import os, string import os, string
......
...@@ -4,8 +4,6 @@ Implements the Distutils 'bdist_dumb' command (create a "dumb" built ...@@ -4,8 +4,6 @@ Implements the Distutils 'bdist_dumb' command (create a "dumb" built
distribution -- i.e., just an archive to be unpacked under $prefix or distribution -- i.e., just an archive to be unpacked under $prefix or
$exec_prefix).""" $exec_prefix)."""
# created 2000/03/29, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import os import os
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Implements the Distutils 'bdist_rpm' command (create RPM source and binary Implements the Distutils 'bdist_rpm' command (create RPM source and binary
distributions).""" distributions)."""
# created 2000/04/25, by Harry Henry Gebel
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string import sys, os, string
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Implements the Distutils 'bdist_wininst' command: create a windows installer Implements the Distutils 'bdist_wininst' command: create a windows installer
exe-program.""" exe-program."""
# created 2000/06/02, Thomas Heller
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string import sys, os, string
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
Implements the Distutils 'build' command.""" Implements the Distutils 'build' command."""
# created 1999/03/08, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os import sys, os
......
...@@ -4,9 +4,6 @@ Implements the Distutils 'build_clib' command, to build a C/C++ library ...@@ -4,9 +4,6 @@ Implements the Distutils 'build_clib' command, to build a C/C++ library
that is included in the module distribution and needed by an extension that is included in the module distribution and needed by an extension
module.""" module."""
# created (an empty husk) 1999/12/18, Greg Ward
# fleshed out 2000/02/03-04
__revision__ = "$Id$" __revision__ = "$Id$"
......
...@@ -4,8 +4,6 @@ Implements the Distutils 'build_ext' command, for building extension ...@@ -4,8 +4,6 @@ Implements the Distutils 'build_ext' command, for building extension
modules (currently limited to C extensions, should accommodate C++ modules (currently limited to C extensions, should accommodate C++
extensions ASAP).""" extensions ASAP)."""
# created 1999/08/09, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string, re import sys, os, string, re
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
Implements the Distutils 'build_py' command.""" Implements the Distutils 'build_py' command."""
# created 1999/03/08, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, string, os import sys, string, os
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
Implements the Distutils 'build_scripts' command.""" Implements the Distutils 'build_scripts' command."""
# created 2000/05/23, Bastian Kleineidam
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, re import sys, os, re
......
...@@ -9,8 +9,6 @@ configure-like tasks: "try to compile this C code", or "figure out where ...@@ -9,8 +9,6 @@ configure-like tasks: "try to compile this C code", or "figure out where
this header file lives". this header file lives".
""" """
# created 2000/05/29, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string, re import sys, os, string, re
......
...@@ -4,8 +4,6 @@ Implements the Distutils 'install' command.""" ...@@ -4,8 +4,6 @@ Implements the Distutils 'install' command."""
from distutils import log from distutils import log
# created 1999/03/13, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string import sys, os, string
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Implements the Distutils 'install_headers' command, to install C/C++ header Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory.""" files to the Python include directory."""
# created 2000/05/26, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import os import os
......
# created 1999/03/13, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string import sys, os, string
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
Implements the Distutils 'sdist' command (create a source distribution).""" Implements the Distutils 'sdist' command (create a source distribution)."""
# created 1999/09/22, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string import sys, os, string
......
...@@ -6,8 +6,6 @@ indirectly provides the Distribution and Command classes, although they are ...@@ -6,8 +6,6 @@ indirectly provides the Distribution and Command classes, although they are
really defined in distutils.dist and distutils.cmd. really defined in distutils.dist and distutils.cmd.
""" """
# created 1999/03/01, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os import sys, os
......
...@@ -41,8 +41,6 @@ cygwin in no-cygwin mode). ...@@ -41,8 +41,6 @@ cygwin in no-cygwin mode).
# in the dlls. # in the dlls.
# *** only the version of June 2000 shows these problems # *** only the version of June 2000 shows these problems
# created 2000/05/05, Rene Liebscher
__revision__ = "$Id$" __revision__ = "$Id$"
import os,sys,copy import os,sys,copy
......
...@@ -4,8 +4,6 @@ Utility functions for simple, timestamp-based dependency of files ...@@ -4,8 +4,6 @@ Utility functions for simple, timestamp-based dependency of files
and groups of files; also, function based entirely on such and groups of files; also, function based entirely on such
timestamp dependency analysis.""" timestamp dependency analysis."""
# created 2000/04/03, Greg Ward (extracted from util.py)
__revision__ = "$Id$" __revision__ = "$Id$"
import os import os
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
Utility functions for manipulating directories and directory trees.""" Utility functions for manipulating directories and directory trees."""
# created 2000/04/03, Greg Ward (extracted from util.py)
__revision__ = "$Id$" __revision__ = "$Id$"
import os import os
......
...@@ -4,9 +4,6 @@ Provides the Distribution class, which represents the module distribution ...@@ -4,9 +4,6 @@ Provides the Distribution class, which represents the module distribution
being built/installed/distributed. being built/installed/distributed.
""" """
# created 2000/04/03, Greg Ward
# (extricated from core.py; actually dates back to the beginning)
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string, re import sys, os, string, re
......
...@@ -19,8 +19,6 @@ handles the EMX port of the GNU C compiler to OS/2. ...@@ -19,8 +19,6 @@ handles the EMX port of the GNU C compiler to OS/2.
# #
# * EMX gcc 2.81/EMX 0.9d fix03 # * EMX gcc 2.81/EMX 0.9d fix03
# created 2001/5/7, Andrew MacIntyre, from Rene Liebscher's cywinccompiler.py
__revision__ = "$Id$" __revision__ = "$Id$"
import os,sys,copy import os,sys,copy
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Provides the Extension class, used to describe C/C++ extension Provides the Extension class, used to describe C/C++ extension
modules in setup scripts.""" modules in setup scripts."""
# created 2000/05/30, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import os, string import os, string
......
...@@ -8,8 +8,6 @@ additional features: ...@@ -8,8 +8,6 @@ additional features:
* options set attributes of a passed-in object * options set attributes of a passed-in object
""" """
# created 1999/03/03, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, string, re import sys, string, re
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
Utility functions for operating on single files. Utility functions for operating on single files.
""" """
# created 2000/04/03, Greg Ward (extracted from util.py)
__revision__ = "$Id$" __revision__ = "$Id$"
import os import os
......
...@@ -4,11 +4,6 @@ Provides the FileList class, used for poking about the filesystem ...@@ -4,11 +4,6 @@ Provides the FileList class, used for poking about the filesystem
and building lists of files. 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$" __revision__ = "$Id$"
import os, string, re import os, string, re
......
...@@ -4,7 +4,7 @@ Contains MSVCCompiler, an implementation of the abstract CCompiler class ...@@ -4,7 +4,7 @@ Contains MSVCCompiler, an implementation of the abstract CCompiler class
for the Microsoft Visual Studio.""" 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 # hacked by Robin Becker and Thomas Heller to do a better job of
# finding DevStudio (through the registry) # finding DevStudio (through the registry)
......
...@@ -6,8 +6,6 @@ Also provides the 'find_executable()' to search the path for a given ...@@ -6,8 +6,6 @@ Also provides the 'find_executable()' to search the path for a given
executable name. executable name.
""" """
# created 1999/07/24, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string import sys, os, string
......
...@@ -7,7 +7,6 @@ available. ...@@ -7,7 +7,6 @@ available.
Written by: Fred L. Drake, Jr. Written by: Fred L. Drake, Jr.
Email: <fdrake@acm.org> Email: <fdrake@acm.org>
Initial date: 17-Dec-1998
""" """
__revision__ = "$Id$" __revision__ = "$Id$"
......
...@@ -4,8 +4,6 @@ provides the TextFile class, which gives an interface to text files ...@@ -4,8 +4,6 @@ provides the TextFile class, which gives an interface to text files
that (optionally) takes care of stripping comments, ignoring blank that (optionally) takes care of stripping comments, ignoring blank
lines, and joining lines with backslashes.""" lines, and joining lines with backslashes."""
# created 1999/01/12, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
from types import * from types import *
......
...@@ -13,8 +13,6 @@ the "typical" Unix-style command-line C compiler: ...@@ -13,8 +13,6 @@ the "typical" Unix-style command-line C compiler:
* link shared library handled by 'cc -shared' * link shared library handled by 'cc -shared'
""" """
# created 1999/07/05, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import os, sys import os, sys
......
...@@ -4,8 +4,6 @@ Miscellaneous utility functions -- anything that doesn't fit into ...@@ -4,8 +4,6 @@ Miscellaneous utility functions -- anything that doesn't fit into
one of the other *util.py modules. one of the other *util.py modules.
""" """
# created 1999/03/08, Greg Ward
__revision__ = "$Id$" __revision__ = "$Id$"
import sys, os, string, re import sys, os, string, re
......
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
# Implements multiple version numbering conventions for the # Implements multiple version numbering conventions for the
# Python Module Distribution Utilities. # Python Module Distribution Utilities.
# #
# written by Greg Ward, 1998/12/17
#
# $Id$ # $Id$
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment