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

This commit is contained in:
Andrew M. Kuchling 2002-11-14 02:25:42 +00:00
parent ef67956139
commit a6483d2e9a
34 changed files with 1 additions and 72 deletions

View file

@ -3,8 +3,6 @@
Implements the Distutils 'bdist' command (create a built [binary]
distribution)."""
# created 2000/03/29, Greg Ward
__revision__ = "$Id$"
import os, string

View file

@ -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
$exec_prefix)."""
# created 2000/03/29, Greg Ward
__revision__ = "$Id$"
import os

View file

@ -3,8 +3,6 @@
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

View file

@ -3,8 +3,6 @@
Implements the Distutils 'bdist_wininst' command: create a windows installer
exe-program."""
# created 2000/06/02, Thomas Heller
__revision__ = "$Id$"
import sys, os, string

View file

@ -2,8 +2,6 @@
Implements the Distutils 'build' command."""
# created 1999/03/08, Greg Ward
__revision__ = "$Id$"
import sys, os

View file

@ -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
module."""
# created (an empty husk) 1999/12/18, Greg Ward
# fleshed out 2000/02/03-04
__revision__ = "$Id$"

View file

@ -4,8 +4,6 @@ Implements the Distutils 'build_ext' command, for building extension
modules (currently limited to C extensions, should accommodate C++
extensions ASAP)."""
# created 1999/08/09, Greg Ward
__revision__ = "$Id$"
import sys, os, string, re

View file

@ -2,8 +2,6 @@
Implements the Distutils 'build_py' command."""
# created 1999/03/08, Greg Ward
__revision__ = "$Id$"
import sys, string, os

View file

@ -2,8 +2,6 @@
Implements the Distutils 'build_scripts' command."""
# created 2000/05/23, Bastian Kleineidam
__revision__ = "$Id$"
import sys, os, re

View file

@ -9,8 +9,6 @@ configure-like tasks: "try to compile this C code", or "figure out where
this header file lives".
"""
# created 2000/05/29, Greg Ward
__revision__ = "$Id$"
import sys, os, string, re

View file

@ -4,8 +4,6 @@ Implements the Distutils 'install' command."""
from distutils import log
# created 1999/03/13, Greg Ward
__revision__ = "$Id$"
import sys, os, string

View file

@ -3,8 +3,6 @@
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

View file

@ -1,5 +1,3 @@
# created 1999/03/13, Greg Ward
__revision__ = "$Id$"
import sys, os, string

View file

@ -2,8 +2,6 @@
Implements the Distutils 'sdist' command (create a source distribution)."""
# created 1999/09/22, Greg Ward
__revision__ = "$Id$"
import sys, os, string