[Zope-Checkins] SVN: Zope/trunk/ Tell subversion to expand the Id
keyword:
Philipp von Weitershausen
philikon at philikon.de
Mon May 17 01:59:31 EDT 2004
Log message for revision 24763:
Tell subversion to expand the Id keyword:
- replaced old CVS expansion with a clean $Id$
- set the svn:keywords property to "Id"
When you check-in files in the future and want $Id$ to be expanded,
make sure it reads "$Id$" in that file; then set svn:keywords to "Id".
ZODB, ZEO, Persistence and similar packages were not modified since they
are really maintained elsewhere. Right now, we use a copy of them in our
Zope/Zope3 trees. We should go back to the module sharing (using
svn:externals).
-=-
Modified: Zope/trunk/configure
===================================================================
--- Zope/trunk/configure 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/configure 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,8 +1,8 @@
#!/bin/sh
# Zope configure script
-# $Id: configure,v 1.24 2004/04/15 14:21:00 fdrake Exp $
-# $Revision: 1.24 $
+# $Id$
+# $Rev$
#####################################################################
# BEGIN EDITABLE PARAMETERS #
Property changes on: Zope/trunk/configure
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: Zope/trunk/lib/Components/ExtensionClass/src/Acquisition.c
===================================================================
--- Zope/trunk/lib/Components/ExtensionClass/src/Acquisition.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/Components/ExtensionClass/src/Acquisition.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1542,7 +1542,7 @@
/* Create the module and add the functions */
m = Py_InitModule4("Acquisition", methods,
"Provide base classes for acquiring objects\n\n"
- "$Id: Acquisition.c,v 1.62 2003/10/21 12:43:22 andreasjung Exp $\n",
+ "$Id$\n",
OBJECT(NULL),PYTHON_API_VERSION);
d = PyModule_GetDict(m);
Property changes on: Zope/trunk/lib/Components/ExtensionClass/src/Acquisition.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/Components/ExtensionClass/src/ExtensionClass.c
===================================================================
--- Zope/trunk/lib/Components/ExtensionClass/src/ExtensionClass.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/Components/ExtensionClass/src/ExtensionClass.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -21,7 +21,7 @@
" - They provide access to unbound methods,\n"
" - They can be called to create instances.\n"
"\n"
-"$Id: ExtensionClass.c,v 1.62 2003/10/02 18:17:27 jeremy Exp $\n"
+"$Id$\n"
;
#include "ExtensionClass.h"
Property changes on: Zope/trunk/lib/Components/ExtensionClass/src/ExtensionClass.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/DTML.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/DTML.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/DTML.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
'''Add security system support to Document Templates
-$Id: DTML.py,v 1.13 2004/01/19 14:49:28 Brian Exp $'''
+$Id$'''
__version__='$Revision: 1.13 $'[11:-2]
from DocumentTemplate import DT_Util
Property changes on: Zope/trunk/lib/python/AccessControl/DTML.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/Owned.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/Owned.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/Owned.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Support for owned objects
-$Id: Owned.py,v 1.24 2004/03/12 18:12:11 tseaver Exp $
+$Id$
"""
import Globals, urlparse, SpecialUsers, ExtensionClass
Property changes on: Zope/trunk/lib/python/AccessControl/Owned.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/Permission.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/Permission.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/Permission.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''short description
-$Id: Permission.py,v 1.10 2002/08/14 21:29:07 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.10 $'[11:-2]
import string, Products, Globals
Property changes on: Zope/trunk/lib/python/AccessControl/Permission.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/PermissionRole.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/PermissionRole.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/PermissionRole.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
'''Objects that implement Permission-based roles.
-$Id: PermissionRole.py,v 1.21 2004/01/15 23:09:03 tseaver Exp $'''
+$Id$'''
# The following names are inserted by AccessControl.Implementation:
#
Property changes on: Zope/trunk/lib/python/AccessControl/PermissionRole.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/Permissions.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/Permissions.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/Permissions.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Constant definitions for built-in Zope permissions
-$Id: Permissions.py,v 1.8 2004/01/15 23:09:03 tseaver Exp $"""
+$Id$"""
access_contents_information='Access contents information'
Property changes on: Zope/trunk/lib/python/AccessControl/Permissions.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/SecurityManagement.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/SecurityManagement.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/SecurityManagement.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''short description
-$Id: SecurityManagement.py,v 1.10 2004/01/21 19:59:09 Brian Exp $'''
+$Id$'''
__version__='$Revision: 1.10 $'[11:-2]
def getSecurityManager():
Property changes on: Zope/trunk/lib/python/AccessControl/SecurityManagement.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/SecurityManager.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/SecurityManager.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/SecurityManager.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
'''API module to set the security policy
-$Id: SecurityManager.py,v 1.15 2004/01/15 23:09:03 tseaver Exp $'''
+$Id$'''
from AccessControl import ImplPython as _ImplPython
from AccessControl.SimpleObjectPolicies import _noroles
Property changes on: Zope/trunk/lib/python/AccessControl/SecurityManager.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/SimpleObjectPolicies.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/SimpleObjectPolicies.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/SimpleObjectPolicies.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -42,7 +42,7 @@
XXX This descrition doesn't actually match what's done in ZopeGuards
or in ZopeSecurityPolicy. :(
-$Id: SimpleObjectPolicies.py,v 1.16 2004/01/27 21:39:34 fdrake Exp $'''
+$Id$'''
_noroles = [] # this is imported in various places
Property changes on: Zope/trunk/lib/python/AccessControl/SimpleObjectPolicies.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/SpecialUsers.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/SpecialUsers.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/SpecialUsers.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -16,7 +16,7 @@
are stored here by the AccessControl.User module as part of it's
initialization.
-$Id: SpecialUsers.py,v 1.5 2003/07/11 14:21:30 fdrake Exp $
+$Id$
"""
__version__='$Revision: 1.5 $'[11:-2]
Property changes on: Zope/trunk/lib/python/AccessControl/SpecialUsers.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/ZopeSecurityPolicy.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/ZopeSecurityPolicy.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/ZopeSecurityPolicy.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Define Zope's default security policy
-$Id: ZopeSecurityPolicy.py,v 1.26 2004/01/15 23:09:03 tseaver Exp $"""
+$Id$"""
# AccessControl.Implementation inserts ZopeSecurityPolicy, getRoles
Property changes on: Zope/trunk/lib/python/AccessControl/ZopeSecurityPolicy.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/cAccessControl.c
===================================================================
--- Zope/trunk/lib/python/AccessControl/cAccessControl.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/cAccessControl.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -36,7 +36,7 @@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
- $Id: cAccessControl.c,v 1.30 2004/02/18 18:55:04 jim Exp $
+ $Id$
If you have questions regarding this software,
contact:
@@ -2296,7 +2296,7 @@
module = Py_InitModule3("cAccessControl",
cAccessControl_methods,
- "$Id: cAccessControl.c,v 1.30 2004/02/18 18:55:04 jim Exp $\n");
+ "$Id$\n");
aq_init(); /* For Python <= 2.1.1, aq_init() should be after
Py_InitModule(). */
Property changes on: Zope/trunk/lib/python/AccessControl/cAccessControl.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/securitySuite/ResultObject.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/securitySuite/ResultObject.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/securitySuite/ResultObject.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -16,7 +16,7 @@
""" result object used for keeping results from the
ZPublisher.Zope() calls
- $Id: ResultObject.py,v 1.4 2002/08/14 21:27:32 mj Exp $
+ $Id$
"""
def __str__(self,expected=-1,with_output=1):
Property changes on: Zope/trunk/lib/python/AccessControl/securitySuite/ResultObject.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/securitySuite/SecurityBase.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/securitySuite/SecurityBase.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/securitySuite/SecurityBase.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -39,7 +39,7 @@
class SecurityBase(unittest.TestCase) :
""" Base class for all security tests
- $Id: SecurityBase.py,v 1.7 2002/08/14 21:27:32 mj Exp $
+ $Id$
"""
status_regex = re.compile("Status: ([0-9]{1,4}) (.*)",re.I)\
Property changes on: Zope/trunk/lib/python/AccessControl/securitySuite/SecurityBase.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/securitySuite/regressionSecurity.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/securitySuite/regressionSecurity.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/securitySuite/regressionSecurity.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
#
##############################################################################
-# $Id: regressionSecurity.py,v 1.5 2002/08/14 21:27:32 mj Exp $
+# $Id$
import os, sys, unittest
Property changes on: Zope/trunk/lib/python/AccessControl/securitySuite/regressionSecurity.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testBindings.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testBindings.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testBindings.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Test Bindings
-$Id: testBindings.py,v 1.6 2004/03/09 16:48:02 evan Exp $
+$Id$
"""
import unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testBindings.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testDeprecatedAPI.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testDeprecatedAPI.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testDeprecatedAPI.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -16,7 +16,7 @@
"""
-__rcs_id__='$Id: testDeprecatedAPI.py,v 1.6 2003/12/18 19:58:06 evan Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.6 $'[11:-2]
import ZODB # Sigh. Persistent needs to be set, so we import ZODB.
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testDeprecatedAPI.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testModuleSecurity.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testModuleSecurity.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testModuleSecurity.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Module Import Tests
"""
-__rcs_id__='$Id: testModuleSecurity.py,v 1.4 2002/08/21 20:01:37 shane Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.4 $'[11:-2]
import os, sys, unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testModuleSecurity.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testOwned.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testOwned.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testOwned.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,6 +1,6 @@
"""Unit tests for AccessControl.Owned
-$Id: testOwned.py,v 1.3 2004/03/12 18:12:11 tseaver Exp $
+$Id$
"""
import unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testOwned.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testPasswordDigest.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testPasswordDigest.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testPasswordDigest.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Test of AuthEncoding
"""
-__rcs_id__='$Id: testPasswordDigest.py,v 1.5 2003/01/27 22:55:27 gvanrossum Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.5 $'[11:-2]
import os, sys, unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testPasswordDigest.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testPermissionRole.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testPermissionRole.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testPermissionRole.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Tests of PermissionRole
"""
-__rcs_id__='$Id: testPermissionRole.py,v 1.4 2002/12/16 19:15:05 chrism Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.4 $'[11:-2]
import os, sys, unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testPermissionRole.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testSecurity.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testSecurity.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testSecurity.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Document Template Tests
"""
-__rcs_id__='$Id: testSecurity.py,v 1.13 2004/01/19 14:49:29 Brian Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.13 $'[11:-2]
import os, sys, unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testSecurity.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testUserFolder.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testUserFolder.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testUserFolder.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""User folder tests
"""
-__rcs_id__='$Id: testUserFolder.py,v 1.10 2004/04/29 21:17:06 caseman Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.10 $'[11:-2]
import os, sys, base64, unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testUserFolder.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
Well, at least begin testing some of the functionality
-$Id: testZopeGuards.py,v 1.2 2004/01/15 23:09:06 tseaver Exp $
+$Id$
"""
import os, sys
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testZopeGuards.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/testZopeSecurityPolicy.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/testZopeSecurityPolicy.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/testZopeSecurityPolicy.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Tests of ZopeSecurityPolicy
"""
-__rcs_id__='$Id: testZopeSecurityPolicy.py,v 1.10 2004/01/27 19:22:51 Brian Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.10 $'[11:-2]
import os, sys, unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/testZopeSecurityPolicy.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/AccessControl/tests/test_safeiter.py
===================================================================
--- Zope/trunk/lib/python/AccessControl/tests/test_safeiter.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/AccessControl/tests/test_safeiter.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Tests for the guarded iterartor.
-$Id: test_safeiter.py,v 1.2 2004/01/15 23:09:06 tseaver Exp $
+$Id$
"""
import unittest
Property changes on: Zope/trunk/lib/python/AccessControl/tests/test_safeiter.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Acquisition/_Acquisition.c
===================================================================
--- Zope/trunk/lib/python/Acquisition/_Acquisition.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Acquisition/_Acquisition.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1543,7 +1543,7 @@
/* Create the module and add the functions */
m = Py_InitModule4("_Acquisition", methods,
"Provide base classes for acquiring objects\n\n"
- "$Id: _Acquisition.c,v 1.3 2003/12/27 13:54:02 sidnei Exp $\n",
+ "$Id$\n",
OBJECT(NULL),PYTHON_API_VERSION);
d = PyModule_GetDict(m);
Property changes on: Zope/trunk/lib/python/Acquisition/_Acquisition.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Acquisition/tests.py
===================================================================
--- Zope/trunk/lib/python/Acquisition/tests.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Acquisition/tests.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -328,7 +328,7 @@
http://www.bell-labs.com/people/cope/oopsla/Oopsla96TechnicalProgramAbstracts.html#GilLorenz,
OOPSLA '96 Proceedings, ACM SIG-PLAN, October, 1996
-$Id: tests.py,v 1.2 2003/11/28 16:44:14 jim Exp $
+$Id$
"""
import ExtensionClass
Property changes on: Zope/trunk/lib/python/Acquisition/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/CacheManager.py
===================================================================
--- Zope/trunk/lib/python/App/CacheManager.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/CacheManager.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
This class is mixed into the database manager in App.ApplicationManager.
-$Id: CacheManager.py,v 1.31 2004/03/03 14:31:38 jeremy Exp $'''
+$Id$'''
__version__='$Revision: 1.31 $'[11:-2]
import time
Property changes on: Zope/trunk/lib/python/App/CacheManager.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/Extensions.py
===================================================================
--- Zope/trunk/lib/python/App/Extensions.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/Extensions.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
Extensions currently include external methods and pluggable brains.
-$Id: Extensions.py,v 1.23 2003/11/18 13:16:58 tseaver Exp $'''
+$Id$'''
__version__='$Revision: 1.23 $'[11:-2]
import os, zlib, imp
Property changes on: Zope/trunk/lib/python/App/Extensions.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/Factory.py
===================================================================
--- Zope/trunk/lib/python/App/Factory.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/Factory.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Factory objects
-$Id: Factory.py,v 1.27 2003/05/14 14:43:44 shane Exp $'''
+$Id$'''
__version__='$Revision: 1.27 $'[11:-2]
import OFS.SimpleItem, Acquisition, Globals, AccessControl.Role
Property changes on: Zope/trunk/lib/python/App/Factory.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/Management.py
===================================================================
--- Zope/trunk/lib/python/App/Management.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/Management.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Standard management interface support
-$Id: Management.py,v 1.66 2004/01/15 22:44:04 tseaver Exp $
+$Id$
"""
import sys, Globals, ExtensionClass, urllib
Property changes on: Zope/trunk/lib/python/App/Management.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/Permission.py
===================================================================
--- Zope/trunk/lib/python/App/Permission.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/Permission.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Zope registerable permissions
-$Id: Permission.py,v 1.9 2003/05/28 14:51:12 shane Exp $'''
+$Id$'''
__version__='$Revision: 1.9 $'[11:-2]
import OFS.SimpleItem, Acquisition, Globals, ExtensionClass, AccessControl.Role
Property changes on: Zope/trunk/lib/python/App/Permission.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/RefreshFuncs.py
===================================================================
--- Zope/trunk/lib/python/App/RefreshFuncs.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/RefreshFuncs.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
'''
Functions for refreshing products.
-$Id: RefreshFuncs.py,v 1.7 2003/12/10 20:03:03 shane Exp $
+$Id$
'''
import os, sys
Property changes on: Zope/trunk/lib/python/App/RefreshFuncs.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/Undo.py
===================================================================
--- Zope/trunk/lib/python/App/Undo.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/Undo.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
"""
-$Id: Undo.py,v 1.34 2003/08/04 09:59:40 andreasjung Exp $"""
+$Id$"""
__version__='$Revision: 1.34 $'[11:-2]
from Acquisition import aq_base, aq_parent, aq_inner
Property changes on: Zope/trunk/lib/python/App/Undo.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/tar.py
===================================================================
--- Zope/trunk/lib/python/App/tar.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/tar.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Simple module for writing tar files
-$Id: tar.py,v 1.8 2004/01/19 16:28:08 Brian Exp $'''
+$Id$'''
__version__='$Revision: 1.8 $'[11:-2]
import sys, time, zlib
Property changes on: Zope/trunk/lib/python/App/tar.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/App/tests/test_cachemanager.py
===================================================================
--- Zope/trunk/lib/python/App/tests/test_cachemanager.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/App/tests/test_cachemanager.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Tests for the CacheManager.
-$Id: test_cachemanager.py,v 1.1 2003/11/03 16:40:37 fdrake Exp $
+$Id$
"""
import unittest
Property changes on: Zope/trunk/lib/python/App/tests/test_cachemanager.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ComputedAttribute/_ComputedAttribute.c
===================================================================
--- Zope/trunk/lib/python/ComputedAttribute/_ComputedAttribute.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ComputedAttribute/_ComputedAttribute.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -109,7 +109,7 @@
/* Create the module and add the functions */
m = Py_InitModule4("_ComputedAttribute", methods,
"Provide Computed Attributes\n\n"
- "$Id: _ComputedAttribute.c,v 1.2 2003/11/28 16:44:59 jim Exp $\n",
+ "$Id$\n",
OBJECT(NULL),PYTHON_API_VERSION);
d = PyModule_GetDict(m);
Property changes on: Zope/trunk/lib/python/ComputedAttribute/_ComputedAttribute.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ComputedAttribute/tests.py
===================================================================
--- Zope/trunk/lib/python/ComputedAttribute/tests.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ComputedAttribute/tests.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -31,7 +31,7 @@
>>> "%.2f" % p.angle
'0.93'
-$Id: tests.py,v 1.2 2003/11/28 16:44:59 jim Exp $
+$Id$
"""
def test_wrapper_support():
Property changes on: Zope/trunk/lib/python/ComputedAttribute/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DBTab/ClassFactories.py
===================================================================
--- Zope/trunk/lib/python/DBTab/ClassFactories.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DBTab/ClassFactories.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Available ZODB class factories.
-$Id: ClassFactories.py,v 1.3 2004/04/15 16:41:03 jeremy Exp $"""
+$Id$"""
import OFS.Uninstalled
Property changes on: Zope/trunk/lib/python/DBTab/ClassFactories.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DBTab/DBTab.py
===================================================================
--- Zope/trunk/lib/python/DBTab/DBTab.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DBTab/DBTab.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""DBTab and DatabaseFactory classes.
-$Id: DBTab.py,v 1.1 2003/07/20 02:55:58 chrism Exp $
+$Id$
"""
import sys
Property changes on: Zope/trunk/lib/python/DBTab/DBTab.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DBTab/Exceptions.py
===================================================================
--- Zope/trunk/lib/python/DBTab/Exceptions.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DBTab/Exceptions.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""DBTab exception classes.
-$Id: Exceptions.py,v 1.1 2003/07/20 02:55:58 chrism Exp $
+$Id$
"""
Property changes on: Zope/trunk/lib/python/DBTab/Exceptions.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DBTab/__init__.py
===================================================================
--- Zope/trunk/lib/python/DBTab/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DBTab/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""DBTab product.
-$Id: __init__.py,v 1.1 2003/07/20 02:55:58 chrism Exp $
+$Id$
"""
# importing ThreadedAsync has the side effect of patching asyncore so
Property changes on: Zope/trunk/lib/python/DBTab/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_HTML.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_HTML.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_HTML.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""HTML formated DocumentTemplates
-$Id: DT_HTML.py,v 1.32 2002/08/14 22:29:52 mj Exp $"""
+$Id$"""
from DT_String import String, FileMixin
import DT_String, re
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_HTML.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_If.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_If.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_If.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -75,7 +75,7 @@
variable is not reevaluated.
'''
-__rcs_id__='$Id: DT_If.py,v 1.19 2002/08/14 22:29:52 mj Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.19 $'[11:-2]
from DT_Util import ParseError, parse_params, name_param, str
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_If.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_In.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_In.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_In.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -329,7 +329,7 @@
''' #'
-__rcs_id__='$Id: DT_In.py,v 1.62 2004/01/15 22:44:07 tseaver Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.62 $'[11:-2]
import sys
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_In.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_InSV.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_InSV.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_InSV.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''Sequence variables support
-$Id: DT_InSV.py,v 1.22 2002/08/14 22:29:52 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.22 $'[11:-2]
from math import sqrt
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_InSV.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_Raise.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_Raise.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_Raise.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -23,7 +23,7 @@
<!--#/if-->
'''
-__rcs_id__='$Id: DT_Raise.py,v 1.13 2002/08/14 22:29:52 mj Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.13 $'[11:-2]
from DT_Util import parse_params, name_param, render_blocks, str
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_Raise.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_String.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_String.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_String.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"$Id: DT_String.py,v 1.52 2003/12/26 23:43:11 jeremy Exp $"
+"$Id$"
import os
import thread
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_String.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_UI.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_UI.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_UI.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Machinery to support through-the-web editing
-$Id: DT_UI.py,v 1.15 2004/01/15 22:44:07 tseaver Exp $'''
+$Id$'''
__version__='$Revision: 1.15 $'[11:-2]
from DT_HTML import HTML
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_UI.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_Util.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_Util.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_Util.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""DTML Utilities
-$Id: DT_Util.py,v 1.92 2004/04/29 21:17:08 caseman Exp $"""
+$Id$"""
import re
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_Util.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_Var.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_Var.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_Var.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -151,7 +151,7 @@
''' # '
-__rcs_id__='$Id: DT_Var.py,v 1.60 2003/11/18 13:17:00 tseaver Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.60 $'[11:-2]
from DT_Util import parse_params, name_param, str, ustr
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_Var.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DT_With.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DT_With.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DT_With.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -33,7 +33,7 @@
'''
-__rcs_id__='$Id: DT_With.py,v 1.15 2002/08/14 22:29:52 mj Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.15 $'[11:-2]
from DT_Util import parse_params, name_param, InstanceDict, render_blocks, str
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DT_With.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/DTtestExpr.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/DTtestExpr.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/DTtestExpr.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''short description
-$Id: DTtestExpr.py,v 1.8 2002/08/14 22:29:52 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.8 $'[11:-2]
from DocumentTemplate import *
Property changes on: Zope/trunk/lib/python/DocumentTemplate/DTtestExpr.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/__init__.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
This wrapper allows the (now many) document template modules to be
segregated in a separate package.
-$Id: __init__.py,v 1.18 2003/12/26 23:43:11 jeremy Exp $'''
+$Id$'''
__version__='$Revision: 1.18 $'[11:-2]
from DocumentTemplate import String, File, HTML, HTMLDefault, HTMLFile
Property changes on: Zope/trunk/lib/python/DocumentTemplate/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/cDocumentTemplate.c
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/cDocumentTemplate.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/cDocumentTemplate.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
****************************************************************************/
static char cDocumentTemplate_module_documentation[] =
""
-"\n$Id: cDocumentTemplate.c,v 1.48 2002/08/05 20:51:14 shane Exp $"
+"\n$Id$"
;
#include "ExtensionClass.h"
Property changes on: Zope/trunk/lib/python/DocumentTemplate/cDocumentTemplate.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/pDocumentTemplate.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/pDocumentTemplate.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/pDocumentTemplate.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
XXX This module is no longer actively used, but is left as an
XXX implementation reference for cDocumentTemplate
-$Id: pDocumentTemplate.py,v 1.42 2004/04/29 21:17:08 caseman Exp $"""
+$Id$"""
__version__='$Revision: 1.42 $'[11:-2]
import sys, types
Property changes on: Zope/trunk/lib/python/DocumentTemplate/pDocumentTemplate.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/sequence/SortEx.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/sequence/SortEx.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/sequence/SortEx.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
Advanced sort support by Oleg Broytmann <phd@@phd.pp.ru> 23 Apr 2001
eg Sort(sequence, (("akey", "nocase"), ("anotherkey", "cmp", "desc")))
-$Id: SortEx.py,v 1.8 2003/04/01 10:45:24 yuppie Exp $
+$Id$
"""
from types import TupleType
Property changes on: Zope/trunk/lib/python/DocumentTemplate/sequence/SortEx.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/tests/testDTML.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/tests/testDTML.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/tests/testDTML.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Document Template Tests
"""
-__rcs_id__='$Id: testDTML.py,v 1.15 2003/07/09 15:12:07 fdrake Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.15 $'[11:-2]
import sys, os
Property changes on: Zope/trunk/lib/python/DocumentTemplate/tests/testDTML.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/tests/testDTMLUnicode.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/tests/testDTMLUnicode.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/tests/testDTMLUnicode.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Document Template Tests
"""
-__rcs_id__='$Id: testDTMLUnicode.py,v 1.4 2002/09/16 10:09:11 htrd Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.4 $'[11:-2]
import sys, os
Property changes on: Zope/trunk/lib/python/DocumentTemplate/tests/testDTMLUnicode.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/DocumentTemplate/tests/testustr.py
===================================================================
--- Zope/trunk/lib/python/DocumentTemplate/tests/testustr.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/DocumentTemplate/tests/testustr.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""Document Template Tests
"""
-__rcs_id__='$Id: testustr.py,v 1.3 2002/08/14 22:29:53 mj Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.3 $'[11:-2]
import sys, os
Property changes on: Zope/trunk/lib/python/DocumentTemplate/tests/testustr.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ExtensionClass/ExtensionClass.h
===================================================================
--- Zope/trunk/lib/python/ExtensionClass/ExtensionClass.h 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ExtensionClass/ExtensionClass.h 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
/*
- $Id: ExtensionClass.h,v 1.2 2003/11/28 16:45:02 jim Exp $
+ $Id$
Extension Class Definitions
Property changes on: Zope/trunk/lib/python/ExtensionClass/ExtensionClass.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ExtensionClass/_ExtensionClass.c
===================================================================
--- Zope/trunk/lib/python/ExtensionClass/_ExtensionClass.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ExtensionClass/_ExtensionClass.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
static char _extensionclass_module_documentation[] =
"ExtensionClass\n"
"\n"
-"$Id: _ExtensionClass.c,v 1.2 2003/11/28 16:45:02 jim Exp $\n"
+"$Id$\n"
;
#include "ExtensionClass.h"
Property changes on: Zope/trunk/lib/python/ExtensionClass/_ExtensionClass.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ExtensionClass/__init__.py
===================================================================
--- Zope/trunk/lib/python/ExtensionClass/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ExtensionClass/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -99,7 +99,7 @@
>>> int(c.o2 == (o2, c, type(c)))
1
-$Id: __init__.py,v 1.2 2003/11/28 16:45:02 jim Exp $
+$Id$
"""
from _ExtensionClass import *
Property changes on: Zope/trunk/lib/python/ExtensionClass/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ExtensionClass/tests.py
===================================================================
--- Zope/trunk/lib/python/ExtensionClass/tests.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ExtensionClass/tests.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""
-$Id: tests.py,v 1.2 2003/11/28 16:45:02 jim Exp $
+$Id$
"""
from ExtensionClass import *
Property changes on: Zope/trunk/lib/python/ExtensionClass/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/HelpSys/APIHelpTopic.py
===================================================================
--- Zope/trunk/lib/python/HelpSys/APIHelpTopic.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/HelpSys/APIHelpTopic.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
""" API documentation help topics.
-$Id: APIHelpTopic.py,v 1.17 2004/05/04 19:09:29 yuppie Exp $
+$Id$
"""
import types
Property changes on: Zope/trunk/lib/python/HelpSys/APIHelpTopic.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/Attribute.py
===================================================================
--- Zope/trunk/lib/python/Interface/Attribute.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/Attribute.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: Attribute.py,v 1.5 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from _Element import Element
Property changes on: Zope/trunk/lib/python/Interface/Attribute.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/Common/Mapping.py
===================================================================
--- Zope/trunk/lib/python/Interface/Common/Mapping.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/Common/Mapping.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: Mapping.py,v 1.3 2002/08/14 21:35:33 mj Exp $
+$Id$
"""
from Interface import Interface
Property changes on: Zope/trunk/lib/python/Interface/Common/Mapping.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/Common/tests/BaseTestMapping.py
===================================================================
--- Zope/trunk/lib/python/Interface/Common/tests/BaseTestMapping.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/Common/tests/BaseTestMapping.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: BaseTestMapping.py,v 1.3 2002/08/14 21:35:33 mj Exp $
+$Id$
"""
from operator import __getitem__
Property changes on: Zope/trunk/lib/python/Interface/Common/tests/BaseTestMapping.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/Document.py
===================================================================
--- Zope/trunk/lib/python/Interface/Document.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/Document.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -17,7 +17,7 @@
interface as structured text.
Revision information:
-$Id: Document.py,v 1.3 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from string import maketrans
Property changes on: Zope/trunk/lib/python/Interface/Document.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/IAttribute.py
===================================================================
--- Zope/trunk/lib/python/Interface/IAttribute.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/IAttribute.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: IAttribute.py,v 1.3 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from IElement import IElement
Property changes on: Zope/trunk/lib/python/Interface/IAttribute.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/IElement.py
===================================================================
--- Zope/trunk/lib/python/Interface/IElement.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/IElement.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: IElement.py,v 1.5 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from _Interface import Interface
Property changes on: Zope/trunk/lib/python/Interface/IElement.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/IInterface.py
===================================================================
--- Zope/trunk/lib/python/Interface/IInterface.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/IInterface.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: IInterface.py,v 1.3 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from IElement import IElement
Property changes on: Zope/trunk/lib/python/Interface/IInterface.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/IMethod.py
===================================================================
--- Zope/trunk/lib/python/Interface/IMethod.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/IMethod.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: IMethod.py,v 1.3 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from IAttribute import IAttribute
Property changes on: Zope/trunk/lib/python/Interface/IMethod.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/Implements.py
===================================================================
--- Zope/trunk/lib/python/Interface/Implements.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/Implements.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""Implemantation assertion facilities.
Revision information:
-$Id: Implements.py,v 1.5 2003/10/20 21:44:10 tiran Exp $
+$Id$
"""
import Exceptions
Property changes on: Zope/trunk/lib/python/Interface/Implements.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/Method.py
===================================================================
--- Zope/trunk/lib/python/Interface/Method.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/Method.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""Method interfaces
Revision information:
-$Id: Method.py,v 1.12 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
import Exceptions
from Attribute import Attribute
Property changes on: Zope/trunk/lib/python/Interface/Method.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/_Element.py
===================================================================
--- Zope/trunk/lib/python/Interface/_Element.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/_Element.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: _Element.py,v 1.5 2003/07/30 22:09:23 philikon Exp $
+$Id$
"""
from _object import object
Property changes on: Zope/trunk/lib/python/Interface/_Element.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/_Interface.py
===================================================================
--- Zope/trunk/lib/python/Interface/_Interface.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/_Interface.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""Interface object implementation
Revision information:
-$Id: _Interface.py,v 1.5 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from _InterfaceClass import Interface as InterfaceClass
Property changes on: Zope/trunk/lib/python/Interface/_Interface.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/_InterfaceClass.py
===================================================================
--- Zope/trunk/lib/python/Interface/_InterfaceClass.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/_InterfaceClass.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""Interface object implementation
Revision information:
-$Id: _InterfaceClass.py,v 1.6 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from inspect import currentframe
Property changes on: Zope/trunk/lib/python/Interface/_InterfaceClass.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/__init__.py
===================================================================
--- Zope/trunk/lib/python/Interface/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -64,7 +64,7 @@
create interface skeletins. Run it without arguments to get documentation.
Revision information:
-$Id: __init__.py,v 1.9 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
from _Interface import Interface
Property changes on: Zope/trunk/lib/python/Interface/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/_object.py
===================================================================
--- Zope/trunk/lib/python/Interface/_object.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/_object.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Provide a halfway believable rendition of Python 2.2's object
-$Id: _object.py,v 1.4 2002/08/14 21:35:32 mj Exp $
+$Id$
"""
class _x:
Property changes on: Zope/trunk/lib/python/Interface/_object.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/pyskel.py
===================================================================
--- Zope/trunk/lib/python/Interface/pyskel.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/pyskel.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -25,7 +25,7 @@
The dotted name is the module name and interface object name connected
with a dot.
-Revision information: $Id: pyskel.py,v 1.6 2002/08/14 21:35:32 mj Exp $
+Revision information: $Id$
"""
import sys, os, re
Property changes on: Zope/trunk/lib/python/Interface/pyskel.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/tests/testDocument.py
===================================================================
--- Zope/trunk/lib/python/Interface/tests/testDocument.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/tests/testDocument.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: testDocument.py,v 1.5 2002/08/14 21:35:33 mj Exp $
+$Id$
"""
from unittest import TestCase, TestSuite, main, makeSuite
Property changes on: Zope/trunk/lib/python/Interface/tests/testDocument.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Interface/tests/testVerify.py
===================================================================
--- Zope/trunk/lib/python/Interface/tests/testVerify.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Interface/tests/testVerify.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: testVerify.py,v 1.4 2002/11/11 19:53:16 mj Exp $
+$Id$
"""
from __future__ import nested_scopes
Property changes on: Zope/trunk/lib/python/Interface/tests/testVerify.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/MethodObject/_MethodObject.c
===================================================================
--- Zope/trunk/lib/python/MethodObject/_MethodObject.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/MethodObject/_MethodObject.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -49,7 +49,7 @@
/* Create the module and add the functions */
m = Py_InitModule4("_MethodObject", methods,
"Method-object mix-in class module\n\n"
- "$Id: _MethodObject.c,v 1.2 2003/11/28 16:45:06 jim Exp $\n",
+ "$Id$\n",
(PyObject*)NULL,PYTHON_API_VERSION);
d = PyModule_GetDict(m);
Property changes on: Zope/trunk/lib/python/MethodObject/_MethodObject.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/MethodObject/tests.py
===================================================================
--- Zope/trunk/lib/python/MethodObject/tests.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/MethodObject/tests.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""XXX short summary goes here.
-$Id: tests.py,v 1.2 2003/11/28 16:45:06 jim Exp $
+$Id$
"""
import unittest
from doctest import DocTestSuite
Property changes on: Zope/trunk/lib/python/MethodObject/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Missing/_Missing.c
===================================================================
--- Zope/trunk/lib/python/Missing/_Missing.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Missing/_Missing.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
static char Missing_module_documentation[] =
""
-"\n$Id: _Missing.c,v 1.2 2003/11/28 16:45:07 jim Exp $"
+"\n$Id$"
;
#include "ExtensionClass.h"
Property changes on: Zope/trunk/lib/python/Missing/_Missing.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Missing/tests.py
===================================================================
--- Zope/trunk/lib/python/Missing/tests.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Missing/tests.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -33,7 +33,7 @@
>>> Value == Value + 1
1
-$Id: tests.py,v 1.2 2003/11/28 16:45:07 jim Exp $
+$Id$
"""
import unittest
from doctest import DocTestSuite
Property changes on: Zope/trunk/lib/python/Missing/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/MultiMapping/_MultiMapping.c
===================================================================
--- Zope/trunk/lib/python/MultiMapping/_MultiMapping.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/MultiMapping/_MultiMapping.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -206,7 +206,7 @@
"_MultiMapping", MultiMapping_methods,
"MultiMapping -- Wrap multiple mapping objects for lookup"
"\n\n"
- "$Id: _MultiMapping.c,v 1.2 2003/11/28 16:45:14 jim Exp $\n",
+ "$Id$\n",
(PyObject*)NULL,PYTHON_API_VERSION);
d = PyModule_GetDict(m);
PyExtensionClass_Export(d,"MultiMapping",MMtype);
Property changes on: Zope/trunk/lib/python/MultiMapping/_MultiMapping.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/MultiMapping/tests.py
===================================================================
--- Zope/trunk/lib/python/MultiMapping/tests.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/MultiMapping/tests.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -47,7 +47,7 @@
... except: # I should probably raise a specific error in this case.
... pass
-$Id: tests.py,v 1.2 2003/11/28 16:45:14 jim Exp $
+$Id$
"""
import unittest
from doctest import DocTestSuite
Property changes on: Zope/trunk/lib/python/MultiMapping/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/Application.py
===================================================================
--- Zope/trunk/lib/python/OFS/Application.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/Application.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Application support
-$Id: Application.py,v 1.202 2004/04/15 16:41:04 jeremy Exp $'''
+$Id$'''
__version__='$Revision: 1.202 $'[11:-2]
import Globals,Folder,os,sys,App.Product, App.ProductRegistry, misc_
Property changes on: Zope/trunk/lib/python/OFS/Application.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/Cache.py
===================================================================
--- Zope/trunk/lib/python/OFS/Cache.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/Cache.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__="""Cacheable object and cache management base classes.
-$Id: Cache.py,v 1.12 2003/11/28 16:45:33 jim Exp $"""
+$Id$"""
__version__='$Revision: 1.12 $'[11:-2]
Property changes on: Zope/trunk/lib/python/OFS/Cache.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/DefaultObservable.py
===================================================================
--- Zope/trunk/lib/python/OFS/DefaultObservable.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/DefaultObservable.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
This class is intended to be used as a mixin (note that it doesn't derive
from any Zope persistence classes, for instance).
-$Id: DefaultObservable.py,v 1.7 2003/11/18 13:17:02 tseaver Exp $"""
+$Id$"""
__version__='$Revision: 1.7 $'[11:-2]
Property changes on: Zope/trunk/lib/python/OFS/DefaultObservable.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/Folder.py
===================================================================
--- Zope/trunk/lib/python/OFS/Folder.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/Folder.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
Folders are the basic container objects and are analogous to directories.
-$Id: Folder.py,v 1.104 2003/10/21 15:15:54 andreasjung Exp $"""
+$Id$"""
__version__='$Revision: 1.104 $'[11:-2]
Property changes on: Zope/trunk/lib/python/OFS/Folder.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/IOrderSupport.py
===================================================================
--- Zope/trunk/lib/python/OFS/IOrderSupport.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/IOrderSupport.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
""" Order support interfaces.
-$Id: IOrderSupport.py,v 1.4 2004/04/09 12:26:26 yuppie Exp $
+$Id$
"""
from Interface import Interface
Property changes on: Zope/trunk/lib/python/OFS/IOrderSupport.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/ObjectManager.py
===================================================================
--- Zope/trunk/lib/python/OFS/ObjectManager.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/ObjectManager.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__="""Object Manager
-$Id: ObjectManager.py,v 1.175 2004/04/29 20:59:43 chrism Exp $"""
+$Id$"""
__version__='$Revision: 1.175 $'[11:-2]
Property changes on: Zope/trunk/lib/python/OFS/ObjectManager.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/OrderSupport.py
===================================================================
--- Zope/trunk/lib/python/OFS/OrderSupport.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/OrderSupport.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
""" Order support for 'Object Manager'.
-$Id: OrderSupport.py,v 1.6 2004/04/09 12:26:26 yuppie Exp $
+$Id$
"""
from types import StringType
Property changes on: Zope/trunk/lib/python/OFS/OrderSupport.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/OrderedFolder.py
===================================================================
--- Zope/trunk/lib/python/OFS/OrderedFolder.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/OrderedFolder.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
""" 'Folder' with order support.
-$Id: OrderedFolder.py,v 1.2 2003/06/12 10:20:59 yuppie Exp $
+$Id$
"""
from AccessControl import getSecurityManager
Property changes on: Zope/trunk/lib/python/OFS/OrderedFolder.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/SimpleItem.py
===================================================================
--- Zope/trunk/lib/python/OFS/SimpleItem.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/SimpleItem.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -17,7 +17,7 @@
This module can also be used as a simple template for implementing new
item types.
-$Id: SimpleItem.py,v 1.110 2003/12/14 05:08:25 fdrake Exp $'''
+$Id$'''
__version__='$Revision: 1.110 $'[11:-2]
import re, sys, Globals, App.Management, Acquisition, App.Undo
Property changes on: Zope/trunk/lib/python/OFS/SimpleItem.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/Traversable.py
===================================================================
--- Zope/trunk/lib/python/OFS/Traversable.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/Traversable.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
'''This module implements a mix-in for traversable objects.
-$Id: Traversable.py,v 1.24 2003/12/10 22:46:17 evan Exp $'''
+$Id$'''
__version__='$Revision: 1.24 $'[11:-2]
Property changes on: Zope/trunk/lib/python/OFS/Traversable.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/OFS/tests/testContentTypes.py
===================================================================
--- Zope/trunk/lib/python/OFS/tests/testContentTypes.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/OFS/tests/testContentTypes.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Tests of the content_types extension mechanism.
-$Id: testContentTypes.py,v 1.1 2003/10/31 16:40:09 fdrake Exp $
+$Id$
"""
import mimetypes
Property changes on: Zope/trunk/lib/python/OFS/tests/testContentTypes.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ExternalMethod/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/ExternalMethod/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ExternalMethod/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
__doc__='''External Method Product Initialization
-$Id: __init__.py,v 1.15 2002/08/14 22:14:10 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.15 $'[11:-2]
import ExternalMethod
Property changes on: Zope/trunk/lib/python/Products/ExternalMethod/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ExternalMethod/tests/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/ExternalMethod/tests/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ExternalMethod/tests/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,5 +13,5 @@
##############################################################################
"""
-$Id: __init__.py,v 1.4 2002/08/14 22:14:11 mj Exp $
+$Id$
"""
Property changes on: Zope/trunk/lib/python/Products/ExternalMethod/tests/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ExternalMethod/tests/testExternalMethod.py
===================================================================
--- Zope/trunk/lib/python/Products/ExternalMethod/tests/testExternalMethod.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ExternalMethod/tests/testExternalMethod.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""
Revision information:
-$Id: testExternalMethod.py,v 1.6 2003/02/11 17:17:06 fdrake Exp $
+$Id$
"""
import math
Property changes on: Zope/trunk/lib/python/Products/ExternalMethod/tests/testExternalMethod.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/MIMETools/MIMETag.py
===================================================================
--- Zope/trunk/lib/python/Products/MIMETools/MIMETag.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/MIMETools/MIMETag.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-__rcs_id__='$Id: MIMETag.py,v 1.12 2003/12/30 06:23:52 jace Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.12 $'[11:-2]
from DocumentTemplate.DT_Util import *
Property changes on: Zope/trunk/lib/python/Products/MIMETools/MIMETag.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/MIMETools/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/MIMETools/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/MIMETools/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
__doc__='''MIMETools Product Initialization
-$Id: __init__.py,v 1.3 2002/08/14 22:14:27 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.3 $'[11:-2]
import MIMETag
Property changes on: Zope/trunk/lib/python/Products/MIMETools/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/MailHost/MailHost.py
===================================================================
--- Zope/trunk/lib/python/Products/MailHost/MailHost.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/MailHost/MailHost.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
"""SMTP mail objects
-$Id: MailHost.py,v 1.83 2003/12/20 10:37:23 regebro Exp $"""
+$Id$"""
__version__ = "$Revision: 1.83 $"[11:-2]
from Globals import Persistent, DTMLFile, InitializeClass
Property changes on: Zope/trunk/lib/python/Products/MailHost/MailHost.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/MailHost/SendMailTag.py
===================================================================
--- Zope/trunk/lib/python/Products/MailHost/SendMailTag.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/MailHost/SendMailTag.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-__rcs_id__='$Id: SendMailTag.py,v 1.18 2003/01/14 19:10:38 regebro Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.18 $'[11:-2]
from MailHost import MailBase, MailHostError
Property changes on: Zope/trunk/lib/python/Products/MailHost/SendMailTag.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/MailHost/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/MailHost/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/MailHost/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
__doc__='''MailHost Product Initialization
-$Id: __init__.py,v 1.22 2002/08/14 22:14:51 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.22 $'[11:-2]
import MailHost
Property changes on: Zope/trunk/lib/python/Products/MailHost/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/OFSP/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/OFSP/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/OFSP/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
__doc__='''Object system core
-$Id: __init__.py,v 1.38 2003/06/12 10:21:01 yuppie Exp $'''
+$Id$'''
__version__='$Revision: 1.38 $'[11:-2]
import Version, OFS.Image, OFS.Folder, AccessControl.User
Property changes on: Zope/trunk/lib/python/Products/OFSP/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PageTemplates/GlobalTranslationService.py
===================================================================
--- Zope/trunk/lib/python/Products/PageTemplates/GlobalTranslationService.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PageTemplates/GlobalTranslationService.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Global Translation Service for providing I18n to Page Templates.
-$Id: GlobalTranslationService.py,v 1.4 2003/04/07 17:38:27 fdrake Exp $
+$Id$
"""
import re
Property changes on: Zope/trunk/lib/python/Products/PageTemplates/GlobalTranslationService.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PageTemplates/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/PageTemplates/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PageTemplates/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
This wrapper allows the Page Template modules to be segregated in a
separate package.
-$Id: __init__.py,v 1.4 2002/08/14 22:17:24 mj Exp $'''
+$Id$'''
__version__='$$'[11:-2]
Property changes on: Zope/trunk/lib/python/Products/PageTemplates/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
-"""$Id: DateIndex.py,v 1.15 2004/02/06 15:20:17 poster Exp $
+"""$Id$
"""
from datetime import tzinfo, timedelta
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
-"""$Id: DateRangeIndex.py,v 1.10 2003/11/04 22:04:09 chrism Exp $
+"""$Id$
"""
import os
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Simple column indices
-$Id: FieldIndex.py,v 1.12 2003/01/23 17:46:21 andreasjung Exp $
+$Id$
"""
from Products.PluginIndexes import PluggableIndex
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
-__version__ = '$Id: PathIndex.py,v 1.42 2004/04/22 03:35:39 fdrake Exp $'
+__version__ = '$Id$'
from types import StringType, ListType, TupleType
from logging import getLogger
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -574,7 +574,7 @@
"\n"
"for use in an inverted index\n"
"\n"
- "$Id: ISO_8859_1_Splitter.c,v 1.11 2002/07/22 20:32:58 matt Exp $\n"
+ "$Id$\n"
;
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -405,7 +405,7 @@
"\n"
"for use in an inverted index\n"
"\n"
- "$Id: UnicodeSplitter.c,v 1.16 2002/05/13 22:52:00 jeremy Exp $\n"
+ "$Id$\n"
;
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -516,7 +516,7 @@
"\n"
"for use in an inverted index\n"
"\n"
- "$Id: ZopeSplitter.c,v 1.9 2002/04/30 04:15:12 jeremy Exp $\n"
+ "$Id$\n"
;
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
-__version__ = '$Id: FilteredSet.py,v 1.8 2004/04/20 14:30:45 andreasjung Exp $'
+__version__ = '$Id$'
import sys
from logging import getLogger
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
-__version__ = '$Id: TopicIndex.py,v 1.18 2004/04/20 14:30:45 andreasjung Exp $'
+__version__ = '$Id$'
from logging import getLogger
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Base for bi-directional indexes
-$Id: UnIndex.py,v 1.25 2004/04/23 15:47:33 caseman Exp $"""
+$Id$"""
import sys
from cgi import escape
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/util.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/common/util.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PluginIndexes/common/util.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
#############################################################################
-__version__ = '$Id: util.py,v 1.13 2004/01/14 07:11:18 andreasjung Exp $'
+__version__ = '$Id$'
import re
Property changes on: Zope/trunk/lib/python/Products/PluginIndexes/common/util.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/PythonScripts/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/PythonScripts/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/PythonScripts/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
__doc__='''Python Scripts Product Initialization
-$Id: __init__.py,v 1.13 2002/08/14 22:25:08 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.13 $'[11:-2]
import PythonScript
Property changes on: Zope/trunk/lib/python/Products/PythonScripts/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/Sessions/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/Sessions/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/Sessions/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Session initialization routines
-$Id: __init__.py,v 1.7 2002/08/14 22:25:09 mj Exp $
+$Id$
"""
import ZODB # this is for testrunner to be happy
Property changes on: Zope/trunk/lib/python/Products/Sessions/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/Sessions/tests/testBrowserIdManager.py
===================================================================
--- Zope/trunk/lib/python/Products/Sessions/tests/testBrowserIdManager.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/Sessions/tests/testBrowserIdManager.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Test suite for session id manager.
-$Id: testBrowserIdManager.py,v 1.13 2002/08/20 19:27:37 jim Exp $
+$Id$
"""
__version__ = "$Revision: 1.13 $"[11:-2]
Property changes on: Zope/trunk/lib/python/Products/Sessions/tests/testBrowserIdManager.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py
===================================================================
--- Zope/trunk/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -7,7 +7,7 @@
Note: Tests require Zope >= 2.7
-$Id: testVirtualHostMonster.py,v 1.3 2003/12/11 19:50:27 evan Exp $
+$Id$
"""
from Testing.makerequest import makerequest
Property changes on: Zope/trunk/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py
===================================================================
--- Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Site error log module.
-$Id: SiteErrorLog.py,v 1.17 2003/11/18 13:17:07 tseaver Exp $
+$Id$
"""
import os
Property changes on: Zope/trunk/lib/python/Products/SiteErrorLog/SiteErrorLog.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/SiteErrorLog/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/SiteErrorLog/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/SiteErrorLog/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""Site error log product.
-$Id: __init__.py,v 1.3 2002/08/14 22:25:11 mj Exp $
+$Id$
"""
import SiteErrorLog
Property changes on: Zope/trunk/lib/python/Products/SiteErrorLog/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/StandardCacheManagers/RAMCacheManager-internals.txt
===================================================================
--- Zope/trunk/lib/python/Products/StandardCacheManagers/RAMCacheManager-internals.txt 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/StandardCacheManagers/RAMCacheManager-internals.txt 2004-05-17 05:59:28 UTC (rev 24763)
@@ -5,7 +5,7 @@
RAMCacheManager, such as maintainers. It should be updated when any
significant changes are made to the RAMCacheManager.
-$Id: RAMCacheManager-internals.txt,v 1.1 2002/10/11 11:51:28 alga Exp $
+$Id$
Introduction
===============
Property changes on: Zope/trunk/lib/python/Products/StandardCacheManagers/RAMCacheManager-internals.txt
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/TemporaryFolder/TemporaryFolder.py
===================================================================
--- Zope/trunk/lib/python/Products/TemporaryFolder/TemporaryFolder.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/TemporaryFolder/TemporaryFolder.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -22,7 +22,7 @@
To understand this fully, you'll need to read the source of
ZODB.Mount.MountPoint.
-$Id: TemporaryFolder.py,v 1.12 2003/08/17 20:57:45 chrism Exp $
+$Id$
"""
__version__='$Revision: 1.12 $'[11:-2]
Property changes on: Zope/trunk/lib/python/Products/TemporaryFolder/TemporaryFolder.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/TemporaryFolder/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/TemporaryFolder/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/TemporaryFolder/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Temporary Folder initialization routines
-$Id: __init__.py,v 1.8 2003/08/02 17:49:06 chrism Exp $
+$Id$
"""
import ZODB # for testrunner to be happy
Property changes on: Zope/trunk/lib/python/Products/TemporaryFolder/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/Transience/Transience.py
===================================================================
--- Zope/trunk/lib/python/Products/Transience/Transience.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/Transience/Transience.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Transient Object Container Class ('timeslice'-based design, no index).
-$Id: Transience.py,v 1.32.12.3 2004/05/14 22:52:12 chrism Exp $
+$Id$
"""
__version__='$Revision: 1.32.12.3 $'[11:-2]
Property changes on: Zope/trunk/lib/python/Products/Transience/Transience.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/Transience/TransientObject.py
===================================================================
--- Zope/trunk/lib/python/Products/Transience/TransientObject.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/Transience/TransientObject.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Simple ZODB-based transient object implementation.
-$Id: TransientObject.py,v 1.9 2002/08/14 22:25:13 mj Exp $
+$Id$
"""
__version__='$Revision: 1.9 $'[11:-2]
Property changes on: Zope/trunk/lib/python/Products/Transience/TransientObject.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/Transience/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/Transience/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/Transience/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Transience initialization routines
-$Id: __init__.py,v 1.7 2002/08/14 22:25:13 mj Exp $
+$Id$
"""
import ZODB # this is to help out testrunner, don't remove.
Property changes on: Zope/trunk/lib/python/Products/Transience/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZCatalog/IZCatalog.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/IZCatalog.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZCatalog/IZCatalog.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
#
##############################################################################
"""
-$Id: IZCatalog.py,v 1.7 2003/10/07 18:20:58 chrism Exp $
+$Id$
"""
from Interface import Interface
Property changes on: Zope/trunk/lib/python/Products/ZCatalog/IZCatalog.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZCatalog/Lazy.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/Lazy.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZCatalog/Lazy.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-__doc__='''$Id: Lazy.py,v 1.9 2002/12/11 18:56:58 caseman Exp $'''
+__doc__='''$Id$'''
__version__='$Revision: 1.9 $'[11:-2]
Property changes on: Zope/trunk/lib/python/Products/ZCatalog/Lazy.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
""" ZCatalog product
-$Id: ZCatalog.py,v 1.126.2.4 2004/05/13 18:11:16 andreasjung Exp $
+$Id$
"""
from Globals import DTMLFile, MessageDialog
Property changes on: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
-"""$Id: ZCatalogIndexes.py,v 1.9 2004/04/14 08:20:23 andreasjung Exp $
+"""$Id$
"""
from Globals import DTMLFile, InitializeClass
Property changes on: Zope/trunk/lib/python/Products/ZCatalog/ZCatalogIndexes.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZCatalog/tests/testBrains.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/tests/testBrains.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZCatalog/tests/testBrains.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Unittests for Catalog brains
-$Id: testBrains.py,v 1.2 2004/03/23 21:27:03 caseman Exp $"""
+$Id$"""
import unittest
import Acquisition
Property changes on: Zope/trunk/lib/python/Products/ZCatalog/tests/testBrains.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZGadflyDA/DA.py
===================================================================
--- Zope/trunk/lib/python/Products/ZGadflyDA/DA.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZGadflyDA/DA.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
database_type='Gadfly'
__doc__='''%s Database Connection
-$Id: DA.py,v 1.16 2003/11/18 13:17:11 tseaver Exp $''' % database_type
+$Id$''' % database_type
__version__='$Revision: 1.16 $'[11:-2]
from db import DB, manage_DataSources
Property changes on: Zope/trunk/lib/python/Products/ZGadflyDA/DA.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZGadflyDA/DABase.py
===================================================================
--- Zope/trunk/lib/python/Products/ZGadflyDA/DABase.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZGadflyDA/DABase.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Database Connection
-$Id: DABase.py,v 1.12 2002/08/14 22:25:17 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.12 $'[11:-2]
from db import manage_DataSources
Property changes on: Zope/trunk/lib/python/Products/ZGadflyDA/DABase.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZGadflyDA/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/ZGadflyDA/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZGadflyDA/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Generic Database Adapter Package Registration
-$Id: __init__.py,v 1.16 2003/11/18 13:17:11 tseaver Exp $'''
+$Id$'''
__version__='$Revision: 1.16 $'[11:-2]
import Globals, os
Property changes on: Zope/trunk/lib/python/Products/ZGadflyDA/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZGadflyDA/db.py
===================================================================
--- Zope/trunk/lib/python/Products/ZGadflyDA/db.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZGadflyDA/db.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
-'''$Id: db.py,v 1.14 2003/11/18 13:17:11 tseaver Exp $'''
+'''$Id$'''
__version__='$Revision: 1.14 $'[11:-2]
import os
Property changes on: Zope/trunk/lib/python/Products/ZGadflyDA/db.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZODBMountPoint/Mount.py
===================================================================
--- Zope/trunk/lib/python/Products/ZODBMountPoint/Mount.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZODBMountPoint/Mount.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""ZODB Mounted database support, simplified for DBTab.
-$Id: Mount.py,v 1.5 2004/04/20 14:38:52 andreasjung Exp $"""
+$Id$"""
import sys
from logging import getLogger
Property changes on: Zope/trunk/lib/python/Products/ZODBMountPoint/Mount.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py
===================================================================
--- Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""DBTab mount point (stored in ZODB).
-$Id: MountedObject.py,v 1.4 2004/03/04 22:43:06 jim Exp $
+$Id$
"""
import os
Property changes on: Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZODBMountPoint/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/ZODBMountPoint/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZODBMountPoint/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""ZODBMountPoint product.
-$Id: __init__.py,v 1.1 2003/07/20 02:56:01 chrism Exp $
+$Id$
"""
def initialize(context):
Property changes on: Zope/trunk/lib/python/Products/ZODBMountPoint/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZReST/ZReST.py
===================================================================
--- Zope/trunk/lib/python/Products/ZReST/ZReST.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZReST/ZReST.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,5 +1,5 @@
#
-# $Id: ZReST.py,v 1.6.12.6 2004/05/14 16:54:57 andreasjung Exp $
+# $Id$
#
''' ReStructuredText Product for Zope
Property changes on: Zope/trunk/lib/python/Products/ZReST/ZReST.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZReST/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/ZReST/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZReST/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,5 +1,5 @@
#
-# $Id: __init__.py,v 1.5 2004/01/18 10:25:57 andreasjung Exp $
+# $Id$
#
__version__='1.0'
Property changes on: Zope/trunk/lib/python/Products/ZReST/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZSQLMethods/SQL.py
===================================================================
--- Zope/trunk/lib/python/Products/ZSQLMethods/SQL.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZSQLMethods/SQL.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''SQL Methods
-$Id: SQL.py,v 1.21 2002/08/14 22:25:18 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.21 $'[11:-2]
import Shared.DC.ZRDB.DA
Property changes on: Zope/trunk/lib/python/Products/ZSQLMethods/SQL.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Products/ZSQLMethods/__init__.py
===================================================================
--- Zope/trunk/lib/python/Products/ZSQLMethods/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Products/ZSQLMethods/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''SQL Method Product
-$Id: __init__.py,v 1.18 2002/08/14 22:25:18 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.18 $'[11:-2]
import Shared.DC.ZRDB.Search, Shared.DC.ZRDB.Aqueduct, SQL
import Shared.DC.ZRDB.RDB
Property changes on: Zope/trunk/lib/python/Products/ZSQLMethods/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/RestrictedPython/Eval.py
===================================================================
--- Zope/trunk/lib/python/RestrictedPython/Eval.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/RestrictedPython/Eval.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Restricted Python Expressions
-$Id: Eval.py,v 1.6 2004/01/15 23:09:09 tseaver Exp $
+$Id$
"""
__version__='$Revision: 1.6 $'[11:-2]
Property changes on: Zope/trunk/lib/python/RestrictedPython/Eval.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/RestrictedPython/SafeMapping.py
===================================================================
--- Zope/trunk/lib/python/RestrictedPython/SafeMapping.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/RestrictedPython/SafeMapping.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Read-only Mapping class based on MultiMapping
-$Id: SafeMapping.py,v 1.3 2002/08/14 21:44:31 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.3 $'[11:-2]
from MultiMapping import MultiMapping
Property changes on: Zope/trunk/lib/python/RestrictedPython/SafeMapping.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/RestrictedPython/SelectCompiler.py
===================================================================
--- Zope/trunk/lib/python/RestrictedPython/SelectCompiler.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/RestrictedPython/SelectCompiler.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Compiler selector.
-$Id: SelectCompiler.py,v 1.6 2004/01/15 23:09:09 tseaver Exp $
+$Id$
"""
# Use the compiler from the standard library.
Property changes on: Zope/trunk/lib/python/RestrictedPython/SelectCompiler.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/RestrictedPython/__init__.py
===================================================================
--- Zope/trunk/lib/python/RestrictedPython/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/RestrictedPython/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
'''
RestrictedPython package.
-$Id: __init__.py,v 1.5 2002/08/14 21:44:31 mj Exp $
+$Id$
'''
from SelectCompiler import *
Property changes on: Zope/trunk/lib/python/RestrictedPython/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/RestrictedPython/tests/before_and_after.py
===================================================================
--- Zope/trunk/lib/python/RestrictedPython/tests/before_and_after.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/RestrictedPython/tests/before_and_after.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -23,7 +23,7 @@
actually produces the same output as would be output by the normal compiler
for the after function.
-$Id: before_and_after.py,v 1.2 2004/01/15 23:09:11 tseaver Exp $
+$Id$
"""
# getattr
Property changes on: Zope/trunk/lib/python/RestrictedPython/tests/before_and_after.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Shared classes and functions
-$Id: Aqueduct.py,v 1.58 2004/01/15 22:44:08 tseaver Exp $'''
+$Id$'''
__version__='$Revision: 1.58 $'[11:-2]
import Globals, os
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/Aqueduct.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/Connection.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/Connection.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/Connection.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Generic Database Connection Support
-$Id: Connection.py,v 1.39 2004/01/15 22:44:08 tseaver Exp $'''
+$Id$'''
__version__='$Revision: 1.39 $'[11:-2]
import Globals, OFS.SimpleItem, AccessControl.Role, Acquisition, sys
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/Connection.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/RDB.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/RDB.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/RDB.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''Class for reading RDB files
-$Id: RDB.py,v 1.33 2002/08/14 21:50:59 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.33 $'[11:-2]
from string import split, strip, lower, upper, atof, atoi, atol, find, join,find
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/RDB.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Search Interface Wizard
-$Id: Search.py,v 1.22 2004/01/15 22:44:08 tseaver Exp $'''
+$Id$'''
__version__='$Revision: 1.22 $'[11:-2]
from Globals import DTMLFile
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/Search.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/dbi_db.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/dbi_db.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/dbi_db.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
__doc__='''short description
-$Id: dbi_db.py,v 1.11 2003/11/18 13:17:14 tseaver Exp $'''
+$Id$'''
# Copyright
#
# Copyright 1997 Digital Creations, Inc, 910 Princess Anne
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/dbi_db.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/sqlgroup.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/sqlgroup.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/sqlgroup.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -69,7 +69,7 @@
# rights reserved.
#
############################################################################
-__rcs_id__='$Id: sqlgroup.py,v 1.10 2003/11/18 13:17:14 tseaver Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.10 $'[11:-2]
from DocumentTemplate.DT_Util import parse_params
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/sqlgroup.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/sqltest.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/sqltest.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/sqltest.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -55,7 +55,7 @@
'and' or 'or' tag, otherwise, no text is inserted.
'''
-__rcs_id__='$Id: sqltest.py,v 1.19 2003/11/18 13:17:14 tseaver Exp $'
+__rcs_id__='$Id$'
############################################################################
# Copyright
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/sqltest.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/ZRDB/sqlvar.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/ZRDB/sqlvar.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/ZRDB/sqlvar.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -47,7 +47,7 @@
however, if x is ommitted or an empty string, then the value
inserted is 'null'.
'''
-__rcs_id__='$Id: sqlvar.py,v 1.15 2003/11/18 13:17:14 tseaver Exp $'
+__rcs_id__='$Id$'
############################################################################
# Copyright
Property changes on: Zope/trunk/lib/python/Shared/DC/ZRDB/sqlvar.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/__init__.py
===================================================================
--- Zope/trunk/lib/python/Shared/DC/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -10,5 +10,5 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-__doc__='''$Id: __init__.py,v 1.9 2002/08/14 21:50:59 mj Exp $'''
+__doc__='''$Id$'''
__version__='$Revision: 1.9 $'[11:-2]
Property changes on: Zope/trunk/lib/python/Shared/DC/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c
===================================================================
--- Zope/trunk/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c 2004-05-17 05:59:28 UTC (rev 24763)
@@ -709,7 +709,7 @@
/* Initialization function for the module (*must* be called initpyexpat) */
static char pyexpat_module_documentation[] =
-"$Id: dcpyexpat.c,v 1.4 2002/03/21 15:48:56 htrd Exp $"
+"$Id$"
;
void
Property changes on: Zope/trunk/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Shared/__init__.py
===================================================================
--- Zope/trunk/lib/python/Shared/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Shared/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -10,5 +10,5 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-__doc__='''$Id: __init__.py,v 1.7 2002/08/14 21:50:59 mj Exp $'''
+__doc__='''$Id$'''
__version__='$Revision: 1.7 $'[11:-2]
Property changes on: Zope/trunk/lib/python/Shared/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Signals/Signals.py
===================================================================
--- Zope/trunk/lib/python/Signals/Signals.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Signals/Signals.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Zope signal handlers for clean shutdown, restart and log rotation.
-$Id: Signals.py,v 1.3 2004/04/13 19:02:25 fdrake Exp $
+$Id$
"""
__version__='$Revision: 1.3 $'[11:-2]
Property changes on: Zope/trunk/lib/python/Signals/Signals.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/TAL/TranslationContext.py
===================================================================
--- Zope/trunk/lib/python/TAL/TranslationContext.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/TAL/TranslationContext.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -16,7 +16,7 @@
The translation context provides a container for the information
needed to perform translation of a marked string from a page template.
-$Id: TranslationContext.py,v 1.2 2002/09/18 15:12:48 efge Exp $
+$Id$
"""
DEFAULT_DOMAIN = "default"
Property changes on: Zope/trunk/lib/python/TAL/TranslationContext.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Testing/__init__.py
===================================================================
--- Zope/trunk/lib/python/Testing/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Testing/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""
Set up testing environment
-$Id: __init__.py,v 1.9 2004/03/22 16:25:02 shh Exp $
+$Id$
"""
import os
Property changes on: Zope/trunk/lib/python/Testing/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Testing/dispatcher.py
===================================================================
--- Zope/trunk/lib/python/Testing/dispatcher.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Testing/dispatcher.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
# Andreas Jung, andreas at digicool.com 03/24/2001
-__version__ = '$Id: dispatcher.py,v 1.5 2002/08/14 22:01:39 mj Exp $'
+__version__ = '$Id$'
import os,sys,re,string
Property changes on: Zope/trunk/lib/python/Testing/dispatcher.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Testing/makerequest.py
===================================================================
--- Zope/trunk/lib/python/Testing/makerequest.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Testing/makerequest.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -19,7 +19,7 @@
import makerequest
app = makerequest.makerequest(Zope.app())
-$Id: makerequest.py,v 1.5 2002/08/14 22:01:39 mj Exp $
+$Id$
"""
Property changes on: Zope/trunk/lib/python/Testing/makerequest.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/TreeDisplay/TreeTag.py
===================================================================
--- Zope/trunk/lib/python/TreeDisplay/TreeTag.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/TreeDisplay/TreeTag.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
"""Rendering object hierarchies as Trees
"""
-__rcs_id__='$Id: TreeTag.py,v 1.58 2004/04/29 19:03:08 caseman Exp $'
+__rcs_id__='$Id$'
__version__='$Revision: 1.58 $'[11:-2]
from DocumentTemplate.DT_Util import *
Property changes on: Zope/trunk/lib/python/TreeDisplay/TreeTag.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZClasses/__init__.py
===================================================================
--- Zope/trunk/lib/python/ZClasses/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZClasses/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
This sample product publishes a folder-ish and a simple object.
-$Id: __init__.py,v 1.7 2002/08/14 22:03:39 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.7 $'[11:-2]
import ZClass
Property changes on: Zope/trunk/lib/python/ZClasses/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZPublisher/BaseRequest.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/BaseRequest.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZPublisher/BaseRequest.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
""" Basic ZPublisher request management.
-$Id: BaseRequest.py,v 1.56 2004/03/08 17:37:05 evan Exp $
+$Id$
"""
from urllib import quote
Property changes on: Zope/trunk/lib/python/ZPublisher/BaseRequest.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZPublisher/BaseResponse.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/BaseResponse.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZPublisher/BaseResponse.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
'''CGI Response Output formatter
-$Id: BaseResponse.py,v 1.19 2003/12/26 23:48:18 jeremy Exp $'''
+$Id$'''
__version__ = '$Revision: 1.19 $'[11:-2]
from zExceptions import Unauthorized, Forbidden, NotFound, BadRequest
Property changes on: Zope/trunk/lib/python/ZPublisher/BaseResponse.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/HTTPResponse.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZPublisher/HTTPResponse.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
'''CGI Response Output formatter
-$Id: HTTPResponse.py,v 1.81 2004/04/26 10:12:08 shh Exp $'''
+$Id$'''
__version__ = '$Revision: 1.81 $'[11:-2]
import types, os, sys, re
Property changes on: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZPublisher/Publish.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/Publish.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZPublisher/Publish.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__="""Python Object Publisher -- Publish Python objects on web servers
-$Id: Publish.py,v 1.167 2004/04/25 21:26:15 fdrake Exp $"""
+$Id$"""
__version__='$Revision: 1.167 $'[11:-2]
import sys, os
Property changes on: Zope/trunk/lib/python/ZPublisher/Publish.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZPublisher/Test.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/Test.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZPublisher/Test.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -90,7 +90,7 @@
s
-$Id: Test.py,v 1.41 2003/11/18 13:17:17 tseaver Exp $
+$Id$
'''
__version__='$Revision: 1.41 $'[11:-2]
Property changes on: Zope/trunk/lib/python/ZPublisher/Test.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/chat_server.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/chat_server.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/chat_server.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -5,7 +5,7 @@
# All Rights Reserved.
#
-RCS_ID = '$Id: chat_server.py,v 1.5 2003/03/18 21:15:16 fdrake Exp $'
+RCS_ID = '$Id$'
import string
Property changes on: Zope/trunk/lib/python/ZServer/medusa/chat_server.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/default_handler.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/default_handler.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/default_handler.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -5,7 +5,7 @@
# All Rights Reserved.
#
-RCS_ID = '$Id: default_handler.py,v 1.9 2003/03/18 21:15:16 fdrake Exp $'
+RCS_ID = '$Id$'
# standard python modules
import os
Property changes on: Zope/trunk/lib/python/ZServer/medusa/default_handler.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/filesys.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/filesys.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/filesys.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,5 +1,5 @@
# -*- Mode: Python; tab-width: 4 -*-
-# $Id: filesys.py,v 1.13 2003/03/18 21:15:16 fdrake Exp $
+# $Id$
# Author: Sam Rushing <rushing at nightmare.com>
#
# Generic filesystem interface.
Property changes on: Zope/trunk/lib/python/ZServer/medusa/filesys.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/ftp_server.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/ftp_server.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/ftp_server.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -5,7 +5,7 @@
# All Rights Reserved.
#
-RCS_ID = '$Id: ftp_server.py,v 1.23 2003/03/18 21:15:17 fdrake Exp $'
+RCS_ID = '$Id$'
# An extensible, configurable, asynchronous FTP server.
#
Property changes on: Zope/trunk/lib/python/ZServer/medusa/ftp_server.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/http_bobo.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/http_bobo.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/http_bobo.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -3,7 +3,7 @@
import string
import regex
-RCS_ID = '$Id: http_bobo.py,v 1.6 2003/03/18 21:15:17 fdrake Exp $'
+RCS_ID = '$Id$'
VERSION_STRING = string.split(RCS_ID)[2]
class bobo_extension:
Property changes on: Zope/trunk/lib/python/ZServer/medusa/http_bobo.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/http_server.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/http_server.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/http_server.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -6,7 +6,7 @@
# All Rights Reserved.
#
-RCS_ID = '$Id: http_server.py,v 1.37 2003/09/14 16:35:58 andreasjung Exp $'
+RCS_ID = '$Id$'
# python modules
import os
Property changes on: Zope/trunk/lib/python/ZServer/medusa/http_server.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/monitor.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/monitor.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/monitor.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -5,7 +5,7 @@
# python REPL channel.
#
-RCS_ID = '$Id: monitor.py,v 1.15 2003/03/18 21:15:17 fdrake Exp $'
+RCS_ID = '$Id$'
import md5
import socket
Property changes on: Zope/trunk/lib/python/ZServer/medusa/monitor.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/producers.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/producers.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/producers.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,6 +1,6 @@
# -*- Mode: Python; tab-width: 4 -*-
-RCS_ID = '$Id: producers.py,v 1.12 2003/03/18 21:15:17 fdrake Exp $'
+RCS_ID = '$Id$'
import string
Property changes on: Zope/trunk/lib/python/ZServer/medusa/producers.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/put_handler.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/put_handler.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/put_handler.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -5,7 +5,7 @@
# All Rights Reserved.
#
-RCS_ID = '$Id: put_handler.py,v 1.5 2003/03/18 21:15:17 fdrake Exp $'
+RCS_ID = '$Id$'
import re
import string
Property changes on: Zope/trunk/lib/python/ZServer/medusa/put_handler.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/redirecting_handler.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/redirecting_handler.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/redirecting_handler.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -5,7 +5,7 @@
# All Rights Reserved.
#
-RCS_ID = '$Id: redirecting_handler.py,v 1.5 2003/03/18 21:15:17 fdrake Exp $'
+RCS_ID = '$Id$'
import re
import counter
Property changes on: Zope/trunk/lib/python/ZServer/medusa/redirecting_handler.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/resolver.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/resolver.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/resolver.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -4,7 +4,7 @@
# Author: Sam Rushing <rushing at nightmare.com>
#
-RCS_ID = '$Id: resolver.py,v 1.13 2003/07/09 16:25:29 fdrake Exp $'
+RCS_ID = '$Id$'
# Fast, low-overhead asynchronous name resolver. uses 'pre-cooked'
Property changes on: Zope/trunk/lib/python/ZServer/medusa/resolver.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/status_handler.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/status_handler.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/status_handler.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,6 +1,6 @@
# -*- Mode: Python; tab-width: 4 -*-
-VERSION_STRING = "$Id: status_handler.py,v 1.9 2003/03/18 21:15:17 fdrake Exp $"
+VERSION_STRING = "$Id$"
#
# medusa status extension
Property changes on: Zope/trunk/lib/python/ZServer/medusa/status_handler.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/thread/select_trigger.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/thread/select_trigger.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/thread/select_trigger.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,6 +1,6 @@
# -*- Mode: Python; tab-width: 4 -*-
-VERSION_STRING = "$Id: select_trigger.py,v 1.7 2003/11/18 13:17:19 tseaver Exp $"
+VERSION_STRING = "$Id$"
import asyncore
import asynchat
Property changes on: Zope/trunk/lib/python/ZServer/medusa/thread/select_trigger.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZServer/medusa/thread/thread_channel.py
===================================================================
--- Zope/trunk/lib/python/ZServer/medusa/thread/thread_channel.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZServer/medusa/thread/thread_channel.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -1,6 +1,6 @@
# -*- Mode: Python; tab-width: 4 -*-
-VERSION_STRING = "$Id: thread_channel.py,v 1.6 2003/03/18 21:17:03 fdrake Exp $"
+VERSION_STRING = "$Id$"
# This will probably only work on Unix.
Property changes on: Zope/trunk/lib/python/ZServer/medusa/thread/thread_channel.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZTUtils/Batch.py
===================================================================
--- Zope/trunk/lib/python/ZTUtils/Batch.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZTUtils/Batch.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Batch class, for iterating over a sequence in batches
-$Id: Batch.py,v 1.10 2002/08/14 22:10:12 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.10 $'[11:-2]
from ExtensionClass import Base
Property changes on: Zope/trunk/lib/python/ZTUtils/Batch.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZTUtils/Iterator.py
===================================================================
--- Zope/trunk/lib/python/ZTUtils/Iterator.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZTUtils/Iterator.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -18,7 +18,7 @@
iterator. The next() method fetches the next item, and returns
true if it succeeds.
-$Id: Iterator.py,v 1.11 2003/11/04 19:27:16 evan Exp $'''
+$Id$'''
__version__='$Revision: 1.11 $'[11:-2]
class Iterator:
Property changes on: Zope/trunk/lib/python/ZTUtils/Iterator.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZTUtils/SimpleTree.py
===================================================================
--- Zope/trunk/lib/python/ZTUtils/SimpleTree.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZTUtils/SimpleTree.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Simple Tree classes
-$Id: SimpleTree.py,v 1.5 2004/01/15 23:00:17 tseaver Exp $'''
+$Id$'''
__version__='$Revision: 1.5 $'[11:-2]
from Tree import TreeMaker, TreeNode, b2a
Property changes on: Zope/trunk/lib/python/ZTUtils/SimpleTree.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZTUtils/Tree.py
===================================================================
--- Zope/trunk/lib/python/ZTUtils/Tree.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZTUtils/Tree.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Tree manipulation classes
-$Id: Tree.py,v 1.19 2004/05/04 19:33:07 caseman Exp $'''
+$Id$'''
__version__='$Revision: 1.19 $'[11:-2]
from Acquisition import Explicit
Property changes on: Zope/trunk/lib/python/ZTUtils/Tree.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZTUtils/Zope.py
===================================================================
--- Zope/trunk/lib/python/ZTUtils/Zope.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZTUtils/Zope.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Zope-specific versions of ZTUTils classes
-$Id: Zope.py,v 1.15 2004/01/27 15:47:02 fdrake Exp $'''
+$Id$'''
__version__='$Revision: 1.15 $'[11:-2]
import sys, cgi, urllib, cgi
Property changes on: Zope/trunk/lib/python/ZTUtils/Zope.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/ZTUtils/__init__.py
===================================================================
--- Zope/trunk/lib/python/ZTUtils/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/ZTUtils/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -12,7 +12,7 @@
##############################################################################
__doc__='''Package of template utility classes and functions.
-$Id: __init__.py,v 1.6 2002/08/14 22:10:12 mj Exp $'''
+$Id$'''
__version__='$Revision: 1.6 $'[11:-2]
from Batch import Batch
Property changes on: Zope/trunk/lib/python/ZTUtils/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/Zope/Startup/misc/TextBlockFormatter.py
===================================================================
--- Zope/trunk/lib/python/Zope/Startup/misc/TextBlockFormatter.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/Zope/Startup/misc/TextBlockFormatter.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""
Revision information:
-$Id: TextBlockFormatter.py,v 1.4 2003/03/18 21:37:49 fdrake Exp $
+$Id$
"""
import string, math
Property changes on: Zope/trunk/lib/python/Zope/Startup/misc/TextBlockFormatter.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
===================================================================
--- Zope/trunk/lib/python/tempstorage/TemporaryStorage.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/tempstorage/TemporaryStorage.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -17,7 +17,7 @@
non-cyclic garbage and it does rudimentary conflict resolution. This is a
ripoff of Jim's Packless bsddb3 storage.
-$Id: TemporaryStorage.py,v 1.1.2.2 2004/05/16 01:41:34 chrism Exp $
+$Id$
"""
__version__ ='$Revision: 1.1.2.2 $'[11:-2]
Property changes on: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/webdav/Resource.py
===================================================================
--- Zope/trunk/lib/python/webdav/Resource.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/webdav/Resource.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""WebDAV support - resource objects.
-$Id: Resource.py,v 1.60 2004/03/21 16:39:58 sf Exp $
+$Id$
"""
import sys
Property changes on: Zope/trunk/lib/python/webdav/Resource.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/webdav/davcmds.py
===================================================================
--- Zope/trunk/lib/python/webdav/davcmds.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/webdav/davcmds.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
"""WebDAV xml request objects.
-$Id: davcmds.py,v 1.23 2003/12/27 00:05:48 jeremy Exp $
+$Id$
"""
import sys, os
Property changes on: Zope/trunk/lib/python/webdav/davcmds.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/zExceptions/ExceptionFormatter.py
===================================================================
--- Zope/trunk/lib/python/zExceptions/ExceptionFormatter.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/zExceptions/ExceptionFormatter.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -14,7 +14,7 @@
"""An exception formatter that shows traceback supplements and traceback info,
optionally in HTML.
-$Id: ExceptionFormatter.py,v 1.4 2002/08/14 22:12:06 mj Exp $
+$Id$
"""
import sys
Property changes on: Zope/trunk/lib/python/zExceptions/ExceptionFormatter.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/zExceptions/ITracebackSupplement.py
===================================================================
--- Zope/trunk/lib/python/zExceptions/ITracebackSupplement.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/zExceptions/ITracebackSupplement.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -13,7 +13,7 @@
##############################################################################
"""ITracebackSupplement interface definition.
-$Id: ITracebackSupplement.py,v 1.3 2002/08/14 22:12:06 mj Exp $
+$Id$
"""
Property changes on: Zope/trunk/lib/python/zExceptions/ITracebackSupplement.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/zExceptions/__init__.py
===================================================================
--- Zope/trunk/lib/python/zExceptions/__init__.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/zExceptions/__init__.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
These exceptions are so general purpose that they don't belong in Zope
application-specific packages.
-$Id: __init__.py,v 1.5 2003/11/18 13:17:21 tseaver Exp $
+$Id$
"""
from unauthorized import Unauthorized
Property changes on: Zope/trunk/lib/python/zExceptions/__init__.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/zExceptions/tests/testExceptionFormatter.py
===================================================================
--- Zope/trunk/lib/python/zExceptions/tests/testExceptionFormatter.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/zExceptions/tests/testExceptionFormatter.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -15,7 +15,7 @@
ExceptionFormatter tests.
Revision information:
-$Id: testExceptionFormatter.py,v 1.4 2002/08/14 22:12:07 mj Exp $
+$Id$
"""
from __future__ import nested_scopes
Property changes on: Zope/trunk/lib/python/zExceptions/tests/testExceptionFormatter.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: Zope/trunk/lib/python/zExceptions/unauthorized.py
===================================================================
--- Zope/trunk/lib/python/zExceptions/unauthorized.py 2004-05-17 05:44:54 UTC (rev 24762)
+++ Zope/trunk/lib/python/zExceptions/unauthorized.py 2004-05-17 05:59:28 UTC (rev 24763)
@@ -11,7 +11,7 @@
#
##############################################################################
"""
-$Id: unauthorized.py,v 1.9 2004/03/23 11:46:30 andreasjung Exp $
+$Id$
"""
from types import StringType
Property changes on: Zope/trunk/lib/python/zExceptions/unauthorized.py
___________________________________________________________________
Name: svn:keywords
+ Id
More information about the Zope-Checkins
mailing list