[Python-checkins] python/dist/src/Lib/distutils archive_util.py,1.12,1.13 ccompiler.py,1.52,1.53 cmd.py,1.31,1.32 core.py,1.54,1.55 cygwinccompiler.py,1.19,1.20 dep_util.py,1.4,1.5 dir_util.py,1.9,1.10 dist.py,1.58,1.59 emxccompiler.py,1.9,1.10 extension.py,1.14,1.15 fancy_getopt.py,1.25,1.26 file_util.py,1.13,1.14 filelist.py,1.13,1.14 msvccompiler.py,1.50,1.51 spawn.py,1.13,1.14 sysconfig.py,1.55,1.56 text_file.py,1.14,1.15 unixccompiler.py,1.49,1.50 util.py,1.70,1.71 version.py,1.6,1.7

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 13 Nov 2002 18:25:44 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv2783

Modified Files:
	archive_util.py ccompiler.py cmd.py core.py cygwinccompiler.py 
	dep_util.py dir_util.py dist.py emxccompiler.py extension.py 
	fancy_getopt.py file_util.py filelist.py msvccompiler.py 
	spawn.py sysconfig.py text_file.py unixccompiler.py util.py 
	version.py 
Log Message:
Remove 'created by' lines; people can use CVS for this, and the information is often out of date

Index: archive_util.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/archive_util.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** archive_util.py	4 Jun 2002 20:14:42 -0000	1.12
--- archive_util.py	14 Nov 2002 02:25:41 -0000	1.13
***************
*** 4,9 ****
  that sort of thing)."""
  
- # created 2000/04/03, Greg Ward (extracted from util.py)
- 
  __revision__ = "$Id$"
  
--- 4,7 ----

Index: ccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/ccompiler.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** ccompiler.py	14 Nov 2002 01:29:00 -0000	1.52
--- ccompiler.py	14 Nov 2002 02:25:41 -0000	1.53
***************
*** 4,9 ****
  for the Distutils compiler abstraction model."""
  
- # created 1999/07/05, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 4,7 ----

Index: cmd.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/cmd.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** cmd.py	11 Sep 2002 16:31:52 -0000	1.31
--- cmd.py	14 Nov 2002 02:25:41 -0000	1.32
***************
*** 5,11 ****
  """
  
- # created 2000/04/03, Greg Ward
- # (extricated from core.py; actually dates back to the beginning)
- 
  __revision__ = "$Id$"
  
--- 5,8 ----

Index: core.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/core.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** core.py	8 Nov 2002 16:18:24 -0000	1.54
--- core.py	14 Nov 2002 02:25:41 -0000	1.55
***************
*** 7,12 ****
  """
  
- # created 1999/03/01, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 7,10 ----

Index: cygwinccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/cygwinccompiler.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** cygwinccompiler.py	5 Nov 2002 16:11:54 -0000	1.19
--- cygwinccompiler.py	14 Nov 2002 02:25:41 -0000	1.20
***************
*** 42,47 ****
  #   *** only the version of June 2000 shows these problems
  
- # created 2000/05/05, Rene Liebscher
- 
  __revision__ = "$Id$"
  
--- 42,45 ----

Index: dep_util.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/dep_util.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dep_util.py	4 Jun 2002 18:55:54 -0000	1.4
--- dep_util.py	14 Nov 2002 02:25:41 -0000	1.5
***************
*** 5,10 ****
  timestamp dependency analysis."""
  
- # created 2000/04/03, Greg Ward (extracted from util.py)
- 
  __revision__ = "$Id$"
  
--- 5,8 ----

Index: dir_util.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/dir_util.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** dir_util.py	4 Jun 2002 20:14:42 -0000	1.9
--- dir_util.py	14 Nov 2002 02:25:41 -0000	1.10
***************
*** 3,8 ****
  Utility functions for manipulating directories and directory trees."""
  
- # created 2000/04/03, Greg Ward (extracted from util.py)
- 
  __revision__ = "$Id$"
  
--- 3,6 ----

Index: dist.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/dist.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** dist.py	31 Oct 2002 13:39:33 -0000	1.58
--- dist.py	14 Nov 2002 02:25:41 -0000	1.59
***************
*** 5,11 ****
  """
  
- # created 2000/04/03, Greg Ward
- # (extricated from core.py; actually dates back to the beginning)
- 
  __revision__ = "$Id$"
  
--- 5,8 ----

Index: emxccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/emxccompiler.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** emxccompiler.py	5 Nov 2002 16:11:54 -0000	1.9
--- emxccompiler.py	14 Nov 2002 02:25:41 -0000	1.10
***************
*** 20,25 ****
  # * EMX gcc 2.81/EMX 0.9d fix03
  
- # created 2001/5/7, Andrew MacIntyre, from Rene Liebscher's cywinccompiler.py
- 
  __revision__ = "$Id$"
  
--- 20,23 ----

Index: extension.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/extension.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** extension.py	13 Nov 2002 20:54:21 -0000	1.14
--- extension.py	14 Nov 2002 02:25:41 -0000	1.15
***************
*** 4,9 ****
  modules in setup scripts."""
  
- # created 2000/05/30, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 4,7 ----

Index: fancy_getopt.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/fancy_getopt.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** fancy_getopt.py	4 Jun 2002 21:11:56 -0000	1.25
--- fancy_getopt.py	14 Nov 2002 02:25:41 -0000	1.26
***************
*** 9,14 ****
  """
  
- # created 1999/03/03, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 9,12 ----

Index: file_util.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/file_util.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** file_util.py	4 Jun 2002 20:14:42 -0000	1.13
--- file_util.py	14 Nov 2002 02:25:41 -0000	1.14
***************
*** 4,9 ****
  """
  
- # created 2000/04/03, Greg Ward (extracted from util.py)
- 
  __revision__ = "$Id$"
  
--- 4,7 ----

Index: filelist.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/filelist.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** filelist.py	11 Sep 2002 16:31:52 -0000	1.13
--- filelist.py	14 Nov 2002 02:25:41 -0000	1.14
***************
*** 5,13 ****
  """
  
- # 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$"
  
--- 5,8 ----

Index: msvccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/msvccompiler.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** msvccompiler.py	5 Nov 2002 16:11:56 -0000	1.50
--- msvccompiler.py	14 Nov 2002 02:25:41 -0000	1.51
***************
*** 5,9 ****
  
  
! # created 1999/08/19, Perry Stoll
  # hacked by Robin Becker and Thomas Heller to do a better job of
  #   finding DevStudio (through the registry)
--- 5,9 ----
  
  
! # Written by Perry Stoll
  # hacked by Robin Becker and Thomas Heller to do a better job of
  #   finding DevStudio (through the registry)

Index: spawn.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/spawn.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** spawn.py	4 Jun 2002 20:14:42 -0000	1.13
--- spawn.py	14 Nov 2002 02:25:41 -0000	1.14
***************
*** 7,12 ****
  """
  
- # created 1999/07/24, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 7,10 ----

Index: sysconfig.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/sysconfig.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** sysconfig.py	14 Nov 2002 01:43:00 -0000	1.55
--- sysconfig.py	14 Nov 2002 02:25:41 -0000	1.56
***************
*** 8,12 ****
  Written by:   Fred L. Drake, Jr.
  Email:        <fdrake@acm.org>
- Initial date: 17-Dec-1998
  """
  
--- 8,11 ----

Index: text_file.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/text_file.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** text_file.py	6 Dec 2001 20:51:35 -0000	1.14
--- text_file.py	14 Nov 2002 02:25:41 -0000	1.15
***************
*** 5,10 ****
  lines, and joining lines with backslashes."""
  
- # created 1999/01/12, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 5,8 ----

Index: unixccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/unixccompiler.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** unixccompiler.py	5 Nov 2002 16:11:59 -0000	1.49
--- unixccompiler.py	14 Nov 2002 02:25:42 -0000	1.50
***************
*** 14,19 ****
  """
  
- # created 1999/07/05, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 14,17 ----

Index: util.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/util.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** util.py	13 Aug 2002 17:42:57 -0000	1.70
--- util.py	14 Nov 2002 02:25:42 -0000	1.71
***************
*** 5,10 ****
  """
  
- # created 1999/03/08, Greg Ward
- 
  __revision__ = "$Id$"
  
--- 5,8 ----

Index: version.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/version.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** version.py	6 Dec 2001 20:51:35 -0000	1.6
--- version.py	14 Nov 2002 02:25:42 -0000	1.7
***************
*** 5,10 ****
  # Python Module Distribution Utilities.
  #
- # written by Greg Ward, 1998/12/17
- #
  # $Id$
  #
--- 5,8 ----