[Zope3-checkins] SVN: Zope3/trunk/src/ Tell subversion to expand the Id keyword:

Philipp von Weitershausen philikon at philikon.de
Sun May 16 09:00:39 EDT 2004


Log message for revision 24749:
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".



-=-
Modified: Zope3/trunk/src/BTrees/BTreeItemsTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/BTreeItemsTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/BTreeItemsTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-#define BTREEITEMSTEMPLATE_C "$Id: BTreeItemsTemplate.c,v 1.20 2003/11/28 16:44:44 jim Exp $\n"
+#define BTREEITEMSTEMPLATE_C "$Id$\n"
 
 /* A BTreeItems struct is returned from calling .items(), .keys() or
  * .values() on a BTree-based data structure, and is also the result of


Property changes on: Zope3/trunk/src/BTrees/BTreeItemsTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/BTreeModuleTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/BTreeModuleTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/BTreeModuleTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -378,7 +378,7 @@
 "\n"
 MASTER_ID
 BTREEITEMSTEMPLATE_C
-"$Id: BTreeModuleTemplate.c,v 1.40 2004/02/21 12:28:52 jim Exp $\n"
+"$Id$\n"
 BTREETEMPLATE_C
 BUCKETTEMPLATE_C
 KEYMACROS_H


Property changes on: Zope3/trunk/src/BTrees/BTreeModuleTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/BTreeTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/BTreeTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/BTreeTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-#define BTREETEMPLATE_C "$Id: BTreeTemplate.c,v 1.75 2003/11/28 16:44:44 jim Exp $\n"
+#define BTREETEMPLATE_C "$Id$\n"
 
 /* Sanity-check a BTree.  This is a private helper for BTree_check.  Return:
  *      -1         Error.  If it's an internal inconsistency in the BTree,


Property changes on: Zope3/trunk/src/BTrees/BTreeTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/BucketTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/BucketTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/BucketTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-#define BUCKETTEMPLATE_C "$Id: BucketTemplate.c,v 1.55 2003/11/28 16:44:44 jim Exp $\n"
+#define BUCKETTEMPLATE_C "$Id$\n"
 
 /* Use BUCKET_SEARCH to find the index at which a key belongs.
  * INDEX    An int lvalue to hold the index i such that KEY belongs at


Property changes on: Zope3/trunk/src/BTrees/BucketTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/MergeTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/MergeTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/MergeTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-#define MERGETEMPLATE_C "$Id: MergeTemplate.c,v 1.17 2003/11/28 16:44:44 jim Exp $\n"
+#define MERGETEMPLATE_C "$Id$\n"
 
 /****************************************************************************
  Set operations


Property changes on: Zope3/trunk/src/BTrees/MergeTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/SetOpTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/SetOpTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/SetOpTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
  Set operations
  ****************************************************************************/
 
-#define SETOPTEMPLATE_C "$Id: SetOpTemplate.c,v 1.30 2003/11/28 16:44:44 jim Exp $\n"
+#define SETOPTEMPLATE_C "$Id$\n"
 
 #ifdef KEY_CHECK
 static int


Property changes on: Zope3/trunk/src/BTrees/SetOpTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/SetTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/SetTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/SetTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-#define SETTEMPLATE_C "$Id: SetTemplate.c,v 1.17 2003/11/28 16:44:44 jim Exp $\n"
+#define SETTEMPLATE_C "$Id$\n"
 
 static PyObject *
 Set_insert(Bucket *self, PyObject *args)


Property changes on: Zope3/trunk/src/BTrees/SetTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/TreeSetTemplate.c
===================================================================
--- Zope3/trunk/src/BTrees/TreeSetTemplate.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/TreeSetTemplate.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-#define TREESETTEMPLATE_C "$Id: TreeSetTemplate.c,v 1.16 2003/11/28 16:44:44 jim Exp $\n"
+#define TREESETTEMPLATE_C "$Id$\n"
 
 static PyObject *
 TreeSet_insert(BTree *self, PyObject *args)


Property changes on: Zope3/trunk/src/BTrees/TreeSetTemplate.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/_IIBTree.c
===================================================================
--- Zope3/trunk/src/BTrees/_IIBTree.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/_IIBTree.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ############################################################################*/
 
-#define MASTER_ID "$Id: _IIBTree.c,v 1.9 2004/05/03 18:45:52 spascoe Exp $\n"
+#define MASTER_ID "$Id$\n"
 
 /* IIBTree - int key, int value BTree
 


Property changes on: Zope3/trunk/src/BTrees/_IIBTree.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/_IOBTree.c
===================================================================
--- Zope3/trunk/src/BTrees/_IOBTree.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/_IOBTree.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ############################################################################*/
 
-#define MASTER_ID "$Id: _IOBTree.c,v 1.7 2004/05/03 18:45:52 spascoe Exp $\n"
+#define MASTER_ID "$Id$\n"
 
 /* IOBTree - int key, object value BTree
 


Property changes on: Zope3/trunk/src/BTrees/_IOBTree.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/_OIBTree.c
===================================================================
--- Zope3/trunk/src/BTrees/_OIBTree.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/_OIBTree.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ############################################################################*/
 
-#define MASTER_ID "$Id: _OIBTree.c,v 1.4 2004/05/03 18:45:52 spascoe Exp $\n"
+#define MASTER_ID "$Id$\n"
 
 /* OIBTree - object key, int value BTree
 


Property changes on: Zope3/trunk/src/BTrees/_OIBTree.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/_OOBTree.c
===================================================================
--- Zope3/trunk/src/BTrees/_OOBTree.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/_OOBTree.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ############################################################################*/
 
-#define MASTER_ID "$Id: _OOBTree.c,v 1.4 2004/05/03 18:45:52 spascoe Exp $\n"
+#define MASTER_ID "$Id$\n"
 
 /* OOBTree - object key, object value BTree
 


Property changes on: Zope3/trunk/src/BTrees/_OOBTree.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/_fsBTree.c
===================================================================
--- Zope3/trunk/src/BTrees/_fsBTree.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/_fsBTree.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ############################################################################*/
 
-#define MASTER_ID "$Id: _fsBTree.c,v 1.9 2004/05/01 01:15:45 spascoe Exp $\n"
+#define MASTER_ID "$Id$\n"
 
 /* fsBTree - FileStorage index BTree
 
@@ -37,7 +37,7 @@
 
 /*#include "intkeymacros.h"*/
 
-#define KEYMACROS_H "$Id: _fsBTree.c,v 1.9 2004/05/01 01:15:45 spascoe Exp $\n"
+#define KEYMACROS_H "$Id$\n"
 #define KEY_TYPE char2
 #undef KEY_TYPE_IS_PYOBJECT
 #define KEY_CHECK(K) (PyString_Check(K) && PyString_GET_SIZE(K)==2)
@@ -52,7 +52,7 @@
       (STATUS)=0; }
 
 /*#include "intvaluemacros.h"*/
-#define VALUEMACROS_H "$Id: _fsBTree.c,v 1.9 2004/05/01 01:15:45 spascoe Exp $\n"
+#define VALUEMACROS_H "$Id$\n"
 #define VALUE_TYPE char6
 #undef VALUE_TYPE_IS_PYOBJECT
 #define TEST_VALUE(K, T) memcmp(K,T,6)


Property changes on: Zope3/trunk/src/BTrees/_fsBTree.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/intkeymacros.h
===================================================================
--- Zope3/trunk/src/BTrees/intkeymacros.h	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/intkeymacros.h	2004-05-16 13:00:21 UTC (rev 24749)
@@ -1,5 +1,5 @@
 
-#define KEYMACROS_H "$Id: intkeymacros.h,v 1.10 2002/06/27 00:32:54 tim_one Exp $\n"
+#define KEYMACROS_H "$Id$\n"
 
 #define KEY_TYPE int
 #undef KEY_TYPE_IS_PYOBJECT


Property changes on: Zope3/trunk/src/BTrees/intkeymacros.h
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/intvaluemacros.h
===================================================================
--- Zope3/trunk/src/BTrees/intvaluemacros.h	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/intvaluemacros.h	2004-05-16 13:00:21 UTC (rev 24749)
@@ -1,5 +1,5 @@
 
-#define VALUEMACROS_H "$Id: intvaluemacros.h,v 1.8 2002/06/27 00:32:54 tim_one Exp $\n"
+#define VALUEMACROS_H "$Id$\n"
 
 #define VALUE_TYPE int
 #undef VALUE_TYPE_IS_PYOBJECT


Property changes on: Zope3/trunk/src/BTrees/intvaluemacros.h
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/objectkeymacros.h
===================================================================
--- Zope3/trunk/src/BTrees/objectkeymacros.h	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/objectkeymacros.h	2004-05-16 13:00:21 UTC (rev 24749)
@@ -1,4 +1,4 @@
-#define KEYMACROS_H "$Id: objectkeymacros.h,v 1.4 2002/06/27 00:32:54 tim_one Exp $\n"
+#define KEYMACROS_H "$Id$\n"
 #define KEY_TYPE PyObject *
 #define KEY_TYPE_IS_PYOBJECT
 #define TEST_KEY_SET_OR(V, KEY, TARGET) if ( ( (V) = PyObject_Compare((KEY),(TARGET)) ), PyErr_Occurred() )


Property changes on: Zope3/trunk/src/BTrees/objectkeymacros.h
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/objectvaluemacros.h
===================================================================
--- Zope3/trunk/src/BTrees/objectvaluemacros.h	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/objectvaluemacros.h	2004-05-16 13:00:21 UTC (rev 24749)
@@ -1,5 +1,5 @@
 
-#define VALUEMACROS_H "$Id: objectvaluemacros.h,v 1.4 2002/06/27 00:32:54 tim_one Exp $\n"
+#define VALUEMACROS_H "$Id$\n"
 
 #define VALUE_TYPE PyObject *
 #define VALUE_TYPE_IS_PYOBJECT


Property changes on: Zope3/trunk/src/BTrees/objectvaluemacros.h
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/sorters.c
===================================================================
--- Zope3/trunk/src/BTrees/sorters.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/sorters.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-/* Revision information: $Id: sorters.c,v 1.5 2003/11/28 16:44:44 jim Exp $ */
+/* Revision information: $Id$ */
 
 /* The only routine here intended to be used outside the file is
    size_t sort_int4_nodups(int *p, size_t n)


Property changes on: Zope3/trunk/src/BTrees/sorters.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/BTrees/tests/testBTreesUnicode.py
===================================================================
--- Zope3/trunk/src/BTrees/tests/testBTreesUnicode.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/BTrees/tests/testBTreesUnicode.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '$Id: testBTreesUnicode.py,v 1.8 2003/11/28 16:44:45 jim Exp $'
+__version__ = '$Id$'
 
 import unittest
 from BTrees.OOBTree import OOBTree


Property changes on: Zope3/trunk/src/BTrees/tests/testBTreesUnicode.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ThreadedAsync/__init__.py
===================================================================
--- Zope3/trunk/src/ThreadedAsync/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ThreadedAsync/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Manage the asyncore mainloop in a multi-threaded app.
 
-$Id: __init__.py,v 1.9 2004/02/27 10:27:37 philikon Exp $
+$Id$
 """
 
 from LoopCallback import register_loop_callback, loop, remove_loop_callback


Property changes on: Zope3/trunk/src/ThreadedAsync/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZConfig/__init__.py
===================================================================
--- Zope3/trunk/src/ZConfig/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZConfig/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Configuration data structures and loader for the ZRS.
 
-$Id: __init__.py,v 1.18 2004/04/15 20:33:32 fdrake Exp $
+$Id$
 """
 version_info = (2, 2)
 __version__ = ".".join([str(n) for n in version_info])


Property changes on: Zope3/trunk/src/ZConfig/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZConfig/tests/__init__.py
===================================================================
--- Zope3/trunk/src/ZConfig/tests/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZConfig/tests/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,5 +13,5 @@
 ##############################################################################
 """Tests for the configuration data structures and loader.
 
-$Id: __init__.py,v 1.2 2003/01/03 21:05:56 fdrake Exp $
+$Id$
 """


Property changes on: Zope3/trunk/src/ZConfig/tests/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZConfig/tests/library/thing/__init__.py
===================================================================
--- Zope3/trunk/src/ZConfig/tests/library/thing/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZConfig/tests/library/thing/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Example of a package that extends its __path__.
 
-$Id: __init__.py,v 1.2 2003/10/03 17:11:33 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/ZConfig/tests/library/thing/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZConfig/tests/test_cfgimports.py
===================================================================
--- Zope3/trunk/src/ZConfig/tests/test_cfgimports.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZConfig/tests/test_cfgimports.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests of the %import mechanism.
 
-$Id: test_cfgimports.py,v 1.1 2003/10/03 20:01:57 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/ZConfig/tests/test_cfgimports.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZEO/monitor.py
===================================================================
--- Zope3/trunk/src/ZEO/monitor.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZEO/monitor.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Monitor behavior of ZEO server and record statistics.
 
-$Id: monitor.py,v 1.6 2004/04/25 11:34:15 gintautasm Exp $
+$Id$
 """
 
 import asyncore


Property changes on: Zope3/trunk/src/ZEO/monitor.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZEO/tests/testMonitor.py
===================================================================
--- Zope3/trunk/src/ZEO/tests/testMonitor.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZEO/tests/testMonitor.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test that the monitor produce sensible results.
 
-$Id: testMonitor.py,v 1.9 2004/02/27 00:31:52 faassen Exp $
+$Id$
 """
 
 import socket


Property changes on: Zope3/trunk/src/ZEO/tests/testMonitor.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/ActivityMonitor.py
===================================================================
--- Zope3/trunk/src/ZODB/ActivityMonitor.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/ActivityMonitor.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZODB transfer activity monitoring
 
-$Id: ActivityMonitor.py,v 1.5 2003/12/30 20:17:41 jeremy Exp $"""
+$Id$"""
 __version__='$Revision: 1.5 $'[11:-2]
 
 import time


Property changes on: Zope3/trunk/src/ZODB/ActivityMonitor.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/BaseStorage.py
===================================================================
--- Zope3/trunk/src/ZODB/BaseStorage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/BaseStorage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Handy standard storage machinery
 
-$Id: BaseStorage.py,v 1.51 2004/04/23 17:30:40 gintautasm Exp $
+$Id$
 """
 import cPickle
 import threading


Property changes on: Zope3/trunk/src/ZODB/BaseStorage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/Connection.py
===================================================================
--- Zope3/trunk/src/ZODB/Connection.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/Connection.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Database connection support
 
-$Id: Connection.py,v 1.155 2004/04/23 17:26:37 gintautasm Exp $"""
+$Id$"""
 
 import logging
 import sys


Property changes on: Zope3/trunk/src/ZODB/Connection.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/DB.py
===================================================================
--- Zope3/trunk/src/ZODB/DB.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/DB.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Database objects
 
-$Id: DB.py,v 1.79 2004/05/07 19:10:59 tim_one Exp $"""
+$Id$"""
 
 import cPickle, cStringIO, sys
 from thread import allocate_lock


Property changes on: Zope3/trunk/src/ZODB/DB.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/Mount.py
===================================================================
--- Zope3/trunk/src/ZODB/Mount.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/Mount.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Mounted database support
 
-$Id: Mount.py,v 1.25 2004/04/23 17:26:37 gintautasm Exp $"""
+$Id$"""
 __version__='$Revision: 1.25 $'[11:-2]
 
 import string


Property changes on: Zope3/trunk/src/ZODB/Mount.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/POSException.py
===================================================================
--- Zope3/trunk/src/ZODB/POSException.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/POSException.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZODB-defined exceptions
 
-$Id: POSException.py,v 1.24 2004/04/16 19:07:00 tim_one Exp $"""
+$Id$"""
 
 from ZODB.utils import oid_repr, serial_repr
 


Property changes on: Zope3/trunk/src/ZODB/POSException.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/broken.py
===================================================================
--- Zope3/trunk/src/ZODB/broken.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/broken.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Broken object support
 
-$Id: broken.py,v 1.4 2004/04/19 21:19:05 tim_one Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/ZODB/broken.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/config.py
===================================================================
--- Zope3/trunk/src/ZODB/config.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/config.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Open database and storage from a configuration.
 
-$Id: config.py,v 1.16 2004/03/08 22:36:17 tim_one Exp $"""
+$Id$"""
 
 import os
 from cStringIO import StringIO


Property changes on: Zope3/trunk/src/ZODB/config.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/interfaces.py
===================================================================
--- Zope3/trunk/src/ZODB/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for ZODB.
 
-$Id: interfaces.py,v 1.4 2004/04/19 21:19:05 tim_one Exp $
+$Id$
 """
 
 try:


Property changes on: Zope3/trunk/src/ZODB/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/tests/sampledm.py
===================================================================
--- Zope3/trunk/src/ZODB/tests/sampledm.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/tests/sampledm.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample objects for use in tests
 
-$Id: sampledm.py,v 1.3 2004/04/19 21:19:07 tim_one Exp $
+$Id$
 """
 
 class DataManager(object):


Property changes on: Zope3/trunk/src/ZODB/tests/sampledm.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/tests/testActivityMonitor.py
===================================================================
--- Zope3/trunk/src/ZODB/tests/testActivityMonitor.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/tests/testActivityMonitor.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 See ZODB/ActivityMonitor.py
 
-$Id: testActivityMonitor.py,v 1.3 2002/08/14 22:07:09 mj Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/ZODB/tests/testActivityMonitor.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/tests/testBroken.py
===================================================================
--- Zope3/trunk/src/ZODB/tests/testBroken.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/tests/testBroken.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test broken-object suppport
 
-$Id: testBroken.py,v 1.5 2004/04/19 21:19:07 tim_one Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/ZODB/tests/testBroken.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/tests/test_datamanageradapter.py
===================================================================
--- Zope3/trunk/src/ZODB/tests/test_datamanageradapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/tests/test_datamanageradapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: test_datamanageradapter.py,v 1.4 2004/04/05 18:48:22 tim_one Exp $
+$Id$
 """
 import unittest
 from doctest import DocTestSuite


Property changes on: Zope3/trunk/src/ZODB/tests/test_datamanageradapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/tests/util.py
===================================================================
--- Zope3/trunk/src/ZODB/tests/util.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/tests/util.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Conventience function for creating test databases
 
-$Id: util.py,v 1.5 2004/04/19 21:19:07 tim_one Exp $
+$Id$
 """
 
 import time


Property changes on: Zope3/trunk/src/ZODB/tests/util.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/winlock.c
===================================================================
--- Zope3/trunk/src/ZODB/winlock.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/winlock.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 static char winlock_doc_string[] =
 "Lock files on Windows."
 "\n"
-"$Id: winlock.c,v 1.9 2003/02/28 20:37:59 tim_one Exp $\n";
+"$Id$\n";
 
 #include "Python.h"
 


Property changes on: Zope3/trunk/src/ZODB/winlock.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/ZODB/zodb4/z4interfaces.py
===================================================================
--- Zope3/trunk/src/ZODB/zodb4/z4interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/ZODB/zodb4/z4interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -26,7 +26,7 @@
 The IDatabase, IConnection, and ITransactionAttrs interfaces describe
 private APIs used by the implementation.
 
-$Id: z4interfaces.py,v 1.3 2004/04/19 21:19:09 tim_one Exp $
+$Id$
 """
 
 from ZODB.zodb4 import z4utils


Property changes on: Zope3/trunk/src/ZODB/zodb4/z4interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistence/dict.py
===================================================================
--- Zope3/trunk/src/persistence/dict.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistence/dict.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Python implementation of persistent container type
 
-$Id: dict.py,v 1.3 2003/01/26 12:02:46 stevea Exp $
+$Id$
 """
 
 import persistence


Property changes on: Zope3/trunk/src/persistence/dict.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistence/list.py
===================================================================
--- Zope3/trunk/src/persistence/list.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistence/list.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Python implementation of persistent list.
 
-$Id: list.py,v 1.3 2003/10/09 19:02:10 mgedmin Exp $
+$Id$
 """
 
 import persistence


Property changes on: Zope3/trunk/src/persistence/list.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/TimeStamp.c
===================================================================
--- Zope3/trunk/src/persistent/TimeStamp.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/TimeStamp.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -21,7 +21,7 @@
 static char TimeStampModule_doc[] =
 "A 64-bit TimeStamp used as a ZODB serial number.\n"
 "\n"
-"$Id: TimeStamp.c,v 1.5 2004/05/03 20:17:57 spascoe Exp $\n";
+"$Id$\n";
 
 
 typedef struct {


Property changes on: Zope3/trunk/src/persistent/TimeStamp.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/__init__.py
===================================================================
--- Zope3/trunk/src/persistent/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Provide access to Persistent and PersistentMapping.
 
-$Id: __init__.py,v 1.8 2004/02/24 13:54:05 srichter Exp $
+$Id$
 """
 
 from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY


Property changes on: Zope3/trunk/src/persistent/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/cPersistence.c
===================================================================
--- Zope3/trunk/src/persistent/cPersistence.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/cPersistence.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 static char cPersistence_doc_string[] =
 "Defines Persistent mixin class for persistent objects.\n"
 "\n"
-"$Id: cPersistence.c,v 1.80 2004/03/13 07:42:06 jeremy Exp $\n";
+"$Id$\n";
 
 #include "cPersistence.h"
 #include "structmember.h"


Property changes on: Zope3/trunk/src/persistent/cPersistence.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/cPickleCache.c
===================================================================
--- Zope3/trunk/src/persistent/cPickleCache.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/cPickleCache.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -90,7 +90,7 @@
 static char cPickleCache_doc_string[] =
 "Defines the PickleCache used by ZODB Connection objects.\n"
 "\n"
-"$Id: cPickleCache.c,v 1.92 2004/03/13 07:48:12 jeremy Exp $\n";
+"$Id$\n";
 
 #define DONT_USE_CPERSISTENCECAPI
 #include "cPersistence.h"


Property changes on: Zope3/trunk/src/persistent/cPickleCache.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/dict.py
===================================================================
--- Zope3/trunk/src/persistent/dict.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/dict.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Python implementation of persistent container type
 
-$Id: dict.py,v 1.2 2004/02/19 02:59:30 jeremy Exp $
+$Id$
 """
 
 import persistent


Property changes on: Zope3/trunk/src/persistent/dict.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/interfaces.py
===================================================================
--- Zope3/trunk/src/persistent/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Persistence Interfaces
 
-$Id: interfaces.py,v 1.4 2004/04/19 21:19:09 tim_one Exp $
+$Id$
 """
 try:
     from zope.interface import Interface


Property changes on: Zope3/trunk/src/persistent/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/list.py
===================================================================
--- Zope3/trunk/src/persistent/list.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/list.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 
 """Python implementation of persistent list.
 
-$Id: list.py,v 1.7 2004/02/19 18:13:35 jeremy Exp $"""
+$Id$"""
 
 __version__='$Revision: 1.7 $'[11:-2]
 


Property changes on: Zope3/trunk/src/persistent/list.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/mapping.py
===================================================================
--- Zope3/trunk/src/persistent/mapping.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/mapping.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 
 """Python implementation of persistent base types
 
-$Id: mapping.py,v 1.22 2003/11/28 16:44:55 jim Exp $"""
+$Id$"""
 
 __version__='$Revision: 1.22 $'[11:-2]
 


Property changes on: Zope3/trunk/src/persistent/mapping.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/ring.c
===================================================================
--- Zope3/trunk/src/persistent/ring.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/ring.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 
  ****************************************************************************/
 
-#define RING_C "$Id: ring.c,v 1.3 2004/05/03 20:15:45 spascoe Exp $\n"
+#define RING_C "$Id$\n"
 
 /* Support routines for the doubly-linked list of cached objects.
 


Property changes on: Zope3/trunk/src/persistent/ring.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/tests/test_PickleCache.py
===================================================================
--- Zope3/trunk/src/persistent/tests/test_PickleCache.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/tests/test_PickleCache.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for PickleCache
 
-$Id: test_PickleCache.py,v 1.2 2004/02/19 02:59:32 jeremy Exp $
+$Id$
 """
 
 class DummyConnection:


Property changes on: Zope3/trunk/src/persistent/tests/test_PickleCache.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/tests/test_overriding_attrs.py
===================================================================
--- Zope3/trunk/src/persistent/tests/test_overriding_attrs.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/tests/test_overriding_attrs.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This module tests and documents, through example, overriding attribute
 access methods.
 
-$Id: test_overriding_attrs.py,v 1.7 2004/04/19 21:19:10 tim_one Exp $
+$Id$
 """
 
 from persistent import Persistent


Property changes on: Zope3/trunk/src/persistent/tests/test_overriding_attrs.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/tests/test_pickle.py
===================================================================
--- Zope3/trunk/src/persistent/tests/test_pickle.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/tests/test_pickle.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Basic pickling tests
 
-$Id: test_pickle.py,v 1.6 2004/04/19 21:19:10 tim_one Exp $
+$Id$
 """
 
 from persistent import Persistent


Property changes on: Zope3/trunk/src/persistent/tests/test_pickle.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/tests/test_wref.py
===================================================================
--- Zope3/trunk/src/persistent/tests/test_wref.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/tests/test_wref.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: test_wref.py,v 1.2 2004/02/19 02:59:32 jeremy Exp $
+$Id$
 """
 import unittest
 from doctest import DocTestSuite


Property changes on: Zope3/trunk/src/persistent/tests/test_wref.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/persistent/wref.py
===================================================================
--- Zope3/trunk/src/persistent/wref.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/persistent/wref.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZODB-based persistent weakrefs
 
-$Id: wref.py,v 1.3 2004/04/19 21:19:09 tim_one Exp $
+$Id$
 """
 
 from persistent import Persistent


Property changes on: Zope3/trunk/src/persistent/wref.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/transaction/interfaces.py
===================================================================
--- Zope3/trunk/src/transaction/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/transaction/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Transaction Interfaces
 
-$Id: interfaces.py,v 1.8 2004/04/19 21:19:10 tim_one Exp $
+$Id$
 """
 try:
     from zope.interface import Interface


Property changes on: Zope3/trunk/src/transaction/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/transaction/tests/abstestIDataManager.py
===================================================================
--- Zope3/trunk/src/transaction/tests/abstestIDataManager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/transaction/tests/abstestIDataManager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -27,7 +27,7 @@
 
 Obviously this test suite should be expanded.
 
-$Id: abstestIDataManager.py,v 1.5 2004/03/05 22:08:50 jim Exp $
+$Id$
 """
 
 from unittest import TestCase


Property changes on: Zope3/trunk/src/transaction/tests/abstestIDataManager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/transaction/tests/test_SampleDataManager.py
===================================================================
--- Zope3/trunk/src/transaction/tests/test_SampleDataManager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/transaction/tests/test_SampleDataManager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample objects for use in tests
 
-$Id: test_SampleDataManager.py,v 1.3 2004/04/19 21:19:11 tim_one Exp $
+$Id$
 """
 
 class DataManager(object):


Property changes on: Zope3/trunk/src/transaction/tests/test_SampleDataManager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/transaction/tests/test_transaction.py
===================================================================
--- Zope3/trunk/src/transaction/tests/test_transaction.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/transaction/tests/test_transaction.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -36,7 +36,7 @@
     add in tests for objects which are modified multiple times,
     for example an object that gets modified in multiple sub txns.
 
-$Id: test_transaction.py,v 1.2 2004/04/16 15:58:10 jeremy Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/transaction/tests/test_transaction.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/transaction/tests/test_util.py
===================================================================
--- Zope3/trunk/src/transaction/tests/test_util.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/transaction/tests/test_util.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test transaction utilities
 
-$Id: test_util.py,v 1.2 2004/02/20 16:56:58 fdrake Exp $
+$Id$
 """
 import unittest
 from doctest import DocTestSuite


Property changes on: Zope3/trunk/src/transaction/tests/test_util.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/transaction/util.py
===================================================================
--- Zope3/trunk/src/transaction/util.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/transaction/util.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility classes or functions
 
-$Id: util.py,v 1.3 2004/04/19 21:19:10 tim_one Exp $
+$Id$
 """
 
 from transaction.interfaces import IRollback


Property changes on: Zope3/trunk/src/transaction/util.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zodbcode/tests/tobeimportedbyatestmodule.py
===================================================================
--- Zope3/trunk/src/zodbcode/tests/tobeimportedbyatestmodule.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zodbcode/tests/tobeimportedbyatestmodule.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module exists soley to e imported by atestmodule
 
-$Id: tobeimportedbyatestmodule.py,v 1.1 2004/02/20 22:02:24 fdrake Exp $
+$Id$
 """
 
 x = 1


Property changes on: Zope3/trunk/src/zodbcode/tests/tobeimportedbyatestmodule.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/_app.py
===================================================================
--- Zope3/trunk/src/zope/app/_app.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/_app.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Code to initialize the application server
 
-$Id: _app.py,v 1.17 2004/04/23 06:24:37 philikon Exp $
+$Id$
 """
 
 import base64, time


Property changes on: Zope3/trunk/src/zope/app/_app.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/adapter/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/adapter/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/adapter/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Local-adapter support
 
-$Id: __init__.py,v 1.1 2004/03/08 19:40:25 jim Exp $
+$Id$
 """
 
 from zope.app.adapter.adapter import IAdapterRegistration


Property changes on: Zope3/trunk/src/zope/app/adapter/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/adapter/adapter.py
===================================================================
--- Zope3/trunk/src/zope/app/adapter/adapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/adapter/adapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Adapter Service
 
-$Id: adapter.py,v 1.12 2004/04/30 16:45:23 jim Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/adapter/adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/adapter/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/adapter/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/adapter/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -21,7 +21,7 @@
 
   AdapterRegistrationAdd
 
-$Id: __init__.py,v 1.4 2004/03/19 20:26:21 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/adapter/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/adapter/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/adapter/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/adapter/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -132,7 +132,7 @@
 
    This shows only the local registrations in L1.
 
-   $Id: tests.py,v 1.8 2004/04/17 14:33:06 srichter Exp $
+   $Id$
    """
 
 def test_named_adapters():
@@ -862,7 +862,7 @@
        ...     print registration
        Registration('IF0', (), 'IB1', u'', 'A011')
 
-       $Id: tests.py,v 1.8 2004/04/17 14:33:06 srichter Exp $
+       $Id$
        """
     
     


Property changes on: Zope3/trunk/src/zope/app/adapter/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/annotation/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/annotation/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/annotation/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Annotation (meta data) support
 
-$Id: __init__.py,v 1.2 2004/03/21 11:35:15 jim Exp $
+$Id$
 """
 
 from zope.app.annotation.interfaces import IAttributeAnnotatable


Property changes on: Zope3/trunk/src/zope/app/annotation/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/annotation/attribute.py
===================================================================
--- Zope3/trunk/src/zope/app/annotation/attribute.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/annotation/attribute.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Attribute Annotations implementation 
 
-$Id: attribute.py,v 1.1 2004/03/13 23:00:39 srichter Exp $
+$Id$
 """
 from BTrees.OOBTree import OOBTree
 from interfaces import IAnnotations, IAttributeAnnotatable


Property changes on: Zope3/trunk/src/zope/app/annotation/attribute.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/annotation/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/annotation/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/annotation/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Annotations store arbitrary application data under package-unique keys.
 
-$Id: interfaces.py,v 1.1 2004/03/13 23:00:39 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/annotation/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/annotation/tests/annotations.py
===================================================================
--- Zope3/trunk/src/zope/app/annotation/tests/annotations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/annotation/tests/annotations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 All objects implementing 'IAnnotations' should pass these tests. They might be
 used as base tests for real implementations.
 
-$Id: annotations.py,v 1.1 2004/03/13 23:00:39 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/app/annotation/tests/annotations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/annotation/tests/test_attributeannotations.py
===================================================================
--- Zope3/trunk/src/zope/app/annotation/tests/test_attributeannotations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/annotation/tests/test_attributeannotations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests the 'AttributeAnnotations' adapter.
 
-$Id: test_attributeannotations.py,v 1.1 2004/03/13 23:00:39 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.testing.cleanup import CleanUp # Base class w registry cleanup


Property changes on: Zope3/trunk/src/zope/app/annotation/tests/test_attributeannotations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope 3 API Documentation
 
-$Id: __init__.py,v 1.8 2004/04/18 16:00:30 jim Exp $
+$Id$
 """
 from zope.interface import implements
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/browser/apidoc.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/browser/apidoc.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/browser/apidoc.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Main API Documentation View
 
-$Id: apidoc.py,v 1.3 2004/03/28 23:39:32 srichter Exp $
+$Id$
 """
 from zope.app.apidoc.utilities import stx2html
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/browser/apidoc.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/browser/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/browser/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/browser/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional Tests for API Documentation.
 
-$Id: ftests.py,v 1.3 2004/04/06 20:57:59 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/apidoc/browser/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/browser/macros.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/browser/macros.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/browser/macros.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """API Documentation macros
 
-$Id: macros.py,v 1.2 2004/03/02 17:11:10 philikon Exp $
+$Id$
 """
 from zope.app.basicskin.standardmacros import StandardMacros
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/browser/macros.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This module is able to take a dotted name of any class and display
 documentation for it.
 
-$Id: __init__.py,v 1.11 2004/04/18 16:00:31 jim Exp $
+$Id$
 """
 import os
 import sys


Property changes on: Zope3/trunk/src/zope/app/apidoc/classmodule/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/classmodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classmodule/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/classmodule/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Class Documentation Module Views
 
-$Id: browser.py,v 1.6 2004/04/02 08:28:41 philikon Exp $
+$Id$
 """
 import os
 import inspect


Property changes on: Zope3/trunk/src/zope/app/apidoc/classmodule/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/classmodule/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classmodule/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/classmodule/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional Tests for Class Documentation Module.
 
-$Id: ftests.py,v 1.4 2004/04/18 16:00:31 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/apidoc/classmodule/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/classmodule/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classmodule/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/classmodule/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Class Documentation Module
 
-$Id: tests.py,v 1.4 2004/03/30 02:00:54 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import Interface, directlyProvides


Property changes on: Zope3/trunk/src/zope/app/apidoc/classmodule/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/ifacemodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/ifacemodule/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/ifacemodule/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 listed in the documentation. This might be good, since unregistered interfaces
 are usually private and not of interest to a general developer.
 
-$Id: __init__.py,v 1.5 2004/03/28 23:40:32 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/apidoc/ifacemodule/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interface Details View
 
-$Id: browser.py,v 1.9 2004/04/11 18:16:18 jim Exp $
+$Id$
 """
 from types import FunctionType, MethodType, ClassType, TypeType
 from zope.component import ComponentLookupError


Property changes on: Zope3/trunk/src/zope/app/apidoc/ifacemodule/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/ifacemodule/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/ifacemodule/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/ifacemodule/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional Tests for Interface Documentation Module.
 
-$Id: ftests.py,v 1.2 2004/04/06 20:58:00 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/apidoc/ifacemodule/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/ifacemodule/menu.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/ifacemodule/menu.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/ifacemodule/menu.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -17,7 +17,7 @@
 is very confusing. Therefore it is nice to split the path of the interface, so
 that we get a deeper tree with nodes having shorter, manageable names.
 
-$Id: menu.py,v 1.4 2004/04/11 18:16:21 jim Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.proxy import removeAllProxies


Property changes on: Zope3/trunk/src/zope/app/apidoc/ifacemodule/menu.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/ifacemodule/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/ifacemodule/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/ifacemodule/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Interface Documentation Module
 
-$Id: tests.py,v 1.5 2004/03/29 00:39:56 srichter Exp $
+$Id$
 """
 import unittest
 from zope.component.interfaces import IFactory


Property changes on: Zope3/trunk/src/zope/app/apidoc/ifacemodule/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Generic API Documentation Interfaces
 
-$Id: interfaces.py,v 1.1 2004/02/19 20:46:39 philikon Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import TextLine, Text


Property changes on: Zope3/trunk/src/zope/app/apidoc/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/servicemodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/servicemodule/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/servicemodule/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service Documentation Module
 
-$Id: __init__.py,v 1.6 2004/03/28 23:40:56 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.component import ComponentLookupError


Property changes on: Zope3/trunk/src/zope/app/apidoc/servicemodule/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/servicemodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/servicemodule/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/servicemodule/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service Details View
 
-$Id: browser.py,v 1.4 2004/03/30 02:01:14 srichter Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/servicemodule/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/servicemodule/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/servicemodule/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/servicemodule/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional Tests for Service Documentation Module.
 
-$Id: ftests.py,v 1.2 2004/04/06 20:58:00 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/apidoc/servicemodule/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/servicemodule/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/servicemodule/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/servicemodule/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Service Documentation Module
 
-$Id: tests.py,v 1.2 2004/03/28 23:41:12 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/apidoc/servicemodule/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Interface Documentation Module
 
-$Id: tests.py,v 1.4 2004/03/30 01:59:54 srichter Exp $
+$Id$
 """
 from pprint import PrettyPrinter
 import unittest


Property changes on: Zope3/trunk/src/zope/app/apidoc/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/utilities.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/utilities.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/utilities.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utilties to make the life of Documentation Modules easier.
 
-$Id: utilities.py,v 1.6 2004/03/29 15:08:26 srichter Exp $
+$Id$
 """
 import re
 import types


Property changes on: Zope3/trunk/src/zope/app/apidoc/utilities.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/utilitymodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/utilitymodule/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/utilitymodule/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility Documentation Module
 
-$Id: __init__.py,v 1.6 2004/04/17 14:33:21 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/utilitymodule/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/utilitymodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/utilitymodule/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/utilitymodule/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility Module Views
 
-$Id: browser.py,v 1.4 2004/04/17 14:33:21 srichter Exp $
+$Id$
 """
 from types import InstanceType
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/apidoc/utilitymodule/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/utilitymodule/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/utilitymodule/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/utilitymodule/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional Tests for Utility Documentation Module.
 
-$Id: ftests.py,v 1.2 2004/04/06 20:58:01 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/apidoc/utilitymodule/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/utilitymodule/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/utilitymodule/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/utilitymodule/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Utility Documentation Module
 
-$Id: tests.py,v 1.4 2004/04/17 14:33:21 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/utilitymodule/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """View Documentation Module
 
-$Id: __init__.py,v 1.5 2004/05/03 18:52:57 spascoe Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.interface import implements, classImplements, Interface, Attribute


Property changes on: Zope3/trunk/src/zope/app/apidoc/viewmodule/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/viewmodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/viewmodule/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/viewmodule/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Views/Presentation Module Views
 
-$Id: browser.py,v 1.11 2004/04/24 23:19:27 srichter Exp $
+$Id$
 """
 from types import ClassType
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/viewmodule/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/viewmodule/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/viewmodule/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/viewmodule/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional Tests for Presentation Documentation Module.
 
-$Id: ftests.py,v 1.2 2004/04/06 20:58:02 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/apidoc/viewmodule/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/viewmodule/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/viewmodule/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/viewmodule/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Class Documentation Module
 
-$Id: tests.py,v 1.3 2004/04/15 13:24:58 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/apidoc/viewmodule/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 the evaluation is stored in thread-global variables, so that we have to parse
 the files only once. 
 
-$Id: __init__.py,v 1.7 2004/03/29 15:08:38 srichter Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Views for ZCML Reference
 
-$Id: browser.py,v 1.5 2004/03/30 02:01:38 srichter Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 from zope.configuration.xmlconfig import ParserInfo


Property changes on: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/zcmlmodule/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/zcmlmodule/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional Tests for ZCML Documentation Module.
 
-$Id: ftests.py,v 1.2 2004/04/06 20:58:03 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/zcmlmodule/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/apidoc/zcmlmodule/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the ZCML Documentation Module
 
-$Id: tests.py,v 1.3 2004/03/29 15:08:54 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/apidoc/zcmlmodule/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/applicationcontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/applicationcontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/applicationcontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Application Control
 
-$Id: applicationcontrol.py,v 1.10 2004/03/23 15:52:07 srichter Exp $"""
+$Id$"""
 
 import time
 


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/applicationcontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Translation Domain Control Tests
 
-$Id: test_translationdomaincontrol.py,v 1.2 2004/04/06 20:58:04 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_translationdomaincontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_zodbcontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_zodbcontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_zodbcontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZODB Control Tests
 
-$Id: test_zodbcontrol.py,v 1.2 2004/04/06 20:58:04 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/ftests/test_zodbcontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/runtimeinfo.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/runtimeinfo.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/runtimeinfo.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define runtime information view component for Application Control
 
-$Id: runtimeinfo.py,v 1.4 2004/03/24 11:13:14 hdima Exp $
+$Id$
 """
 from zope.app.applicationcontrol.interfaces import IRuntimeInfo
 


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/runtimeinfo.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/servercontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/servercontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/servercontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Server Control View
 
-$Id: servercontrol.py,v 1.2 2004/03/23 15:52:11 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.applicationcontrol.interfaces import IServerControl


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/servercontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_runtimeinfoview.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_runtimeinfoview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_runtimeinfoview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Runtime View tests
 
-$Id: test_runtimeinfoview.py,v 1.4 2004/03/24 11:13:14 hdima Exp $
+$Id$
 """
 import unittest
 from types import DictType


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_runtimeinfoview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_servercontrolview.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_servercontrolview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_servercontrolview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Server Control View Tests
 
-$Id: test_servercontrolview.py,v 1.4 2004/03/23 15:52:12 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/tests/test_servercontrolview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/translationdomaincontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/translationdomaincontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/translationdomaincontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Server Control View
 
-$Id: translationdomaincontrol.py,v 1.2 2004/03/23 15:52:06 srichter Exp $
+$Id$
 """
 from zope.i18n.interfaces import ITranslationDomain
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/translationdomaincontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/browser/zodbcontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/browser/zodbcontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/browser/zodbcontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Server Control View
 
-$Id: zodbcontrol.py,v 1.3 2004/03/23 15:52:00 srichter Exp $
+$Id$
 """
 from ZODB.FileStorage.FileStorage import FileStorageError
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/browser/zodbcontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Application Control Interface
 
-$Id: interfaces.py,v 1.5 2004/03/24 11:13:13 hdima Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/runtimeinfo.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/runtimeinfo.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/runtimeinfo.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Runtime Information
 
-$Id: runtimeinfo.py,v 1.9 2004/05/10 06:39:57 philikon Exp $
+$Id$
 """
 import sys, os, time
 


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/runtimeinfo.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/tests/test_applicationcontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/tests/test_applicationcontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/tests/test_applicationcontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Application Control Tests
 
-$Id: test_applicationcontrol.py,v 1.5 2004/03/01 13:43:26 philikon Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/tests/test_applicationcontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/tests/test_runtimeinfo.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/tests/test_runtimeinfo.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/tests/test_runtimeinfo.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Runtime Info Tests
 
-$Id: test_runtimeinfo.py,v 1.10 2004/03/25 14:37:08 hdima Exp $
+$Id$
 """
 import unittest
 import os, sys, time


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/tests/test_runtimeinfo.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/tests/test_zopeversion.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/tests/test_zopeversion.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/tests/test_zopeversion.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope Version Tests
 
-$Id: test_zopeversion.py,v 1.8 2004/05/03 15:13:03 fdrake Exp $
+$Id$
 """
 import os
 import shutil


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/tests/test_zopeversion.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/applicationcontrol/zopeversion.py
===================================================================
--- Zope3/trunk/src/zope/app/applicationcontrol/zopeversion.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/applicationcontrol/zopeversion.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility to retrieve the Zope version.
 
-$Id: zopeversion.py,v 1.12 2004/05/10 06:39:57 philikon Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/applicationcontrol/zopeversion.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/basicskin/standardmacros.py
===================================================================
--- Zope3/trunk/src/zope/app/basicskin/standardmacros.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/basicskin/standardmacros.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 The macros are drawn from various different page templates.
 
-$Id: standardmacros.py,v 1.3 2004/03/23 22:08:28 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.interface.common.mapping import IItemMapping


Property changes on: Zope3/trunk/src/zope/app/basicskin/standardmacros.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/basicskin/tests/sampleinterfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/basicskin/tests/sampleinterfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/basicskin/tests/sampleinterfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: sampleinterfaces.py,v 1.2 2004/03/13 21:03:03 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/app/basicskin/tests/sampleinterfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/basicskin/tests/test_standardmacros.py
===================================================================
--- Zope3/trunk/src/zope/app/basicskin/tests/test_standardmacros.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/basicskin/tests/test_standardmacros.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_standardmacros.py,v 1.5 2004/03/23 22:08:29 srichter Exp $
+$Id$
 """
 import unittest
 from zope.app.tests import ztapi


Property changes on: Zope3/trunk/src/zope/app/basicskin/tests/test_standardmacros.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/basicskin/zopetopbasic.css
===================================================================
--- Zope3/trunk/src/zope/app/basicskin/zopetopbasic.css	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/basicskin/zopetopbasic.css	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
  
  These are the basic CSS declarations.
 
- $Id: zopetopbasic.css,v 1.1 2004/03/02 17:11:10 philikon Exp $
+ $Id$
 */
 
 


Property changes on: Zope3/trunk/src/zope/app/basicskin/zopetopbasic.css
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/basicskin/zopetopstructure.css
===================================================================
--- Zope3/trunk/src/zope/app/basicskin/zopetopstructure.css	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/basicskin/zopetopstructure.css	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 
  KNOWN BUG: The selected tab cannot have image backdrop. FIXME
 
- $Id: zopetopstructure.css,v 1.1 2004/03/02 17:11:10 philikon Exp $
+ $Id$
 */
 
 div.top {


Property changes on: Zope3/trunk/src/zope/app/basicskin/zopetopstructure.css
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/basicskin/zopetopwidgets.css
===================================================================
--- Zope3/trunk/src/zope/app/basicskin/zopetopwidgets.css	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/basicskin/zopetopwidgets.css	2004-05-16 13:00:21 UTC (rev 24749)
@@ -17,7 +17,7 @@
  TODO: table.listing, 
        table.box
 
- $Id: zopetopwidgets.css,v 1.1 2004/03/02 17:11:10 philikon Exp $
+ $Id$
 */
 
 input.standalone {


Property changes on: Zope3/trunk/src/zope/app/basicskin/zopetopwidgets.css
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/broken/broken.py
===================================================================
--- Zope3/trunk/src/zope/app/broken/broken.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/broken/broken.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Broken-object support
 
-$Id: broken.py,v 1.5 2004/03/13 23:00:40 srichter Exp $
+$Id$
 """
 
 


Property changes on: Zope3/trunk/src/zope/app/broken/broken.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/broken/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/broken/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/broken/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Broken-object tests
 
-$Id: tests.py,v 1.1 2004/03/04 22:41:47 jim Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/broken/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/bundle/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/bundle/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/bundle/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """The basic bundle.
 
-$Id: __init__.py,v 1.3 2004/04/17 15:13:01 jim Exp $
+$Id$
 """
 from zope.app.container.btree import BTreeContainer
 from interfaces import IBundle


Property changes on: Zope3/trunk/src/zope/app/bundle/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/bundle/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/bundle/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/bundle/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -28,7 +28,7 @@
 on a (site-management) folder that displays all registrations in a
 bundle and lets the user activate them.
 
-$Id: __init__.py,v 1.4 2004/03/19 20:26:23 srichter Exp $
+$Id$
 """
 import re
 from transaction import get_transaction


Property changes on: Zope3/trunk/src/zope/app/bundle/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/bundle/browser/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/bundle/browser/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/bundle/browser/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX Incomplete.
 
-$Id: tests.py,v 1.2 2004/03/13 21:03:06 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/bundle/browser/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/bundle/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/bundle/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/bundle/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for bundles.
 
-$Id: interfaces.py,v 1.3 2004/04/17 15:13:01 jim Exp $
+$Id$
 """
 from zope.app.container.interfaces import IContainer
 from zope.app.registration.interfaces import IRegisterableContainer


Property changes on: Zope3/trunk/src/zope/app/bundle/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/annotationcacheable.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/annotationcacheable.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/annotationcacheable.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """An adapter of annotatable objects.
 
-$Id: annotationcacheable.py,v 1.8 2004/03/13 23:00:44 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 


Property changes on: Zope3/trunk/src/zope/app/cache/annotationcacheable.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/browser/cacheable.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/browser/cacheable.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/browser/cacheable.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Management view for binding caches to content objects.
 
-$Id: cacheable.py,v 1.5 2004/03/13 23:00:45 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.cache.caching import getCacheForObject, getLocationForCache


Property changes on: Zope3/trunk/src/zope/app/cache/browser/cacheable.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/browser/ram.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/browser/ram.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/browser/ram.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """RAMCache view
 
-$Id: ram.py,v 1.1 2004/03/01 10:57:35 philikon Exp $
+$Id$
 """
 from zope.app.publisher.browser import BrowserView
 from zope.app.cache.interfaces.ram import IRAMCache


Property changes on: Zope3/trunk/src/zope/app/cache/browser/ram.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/caching.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/caching.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/caching.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Helpers for caching.
 
-$Id: caching.py,v 1.9 2004/03/10 19:41:00 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.cache.interfaces import ICacheable, ICache


Property changes on: Zope3/trunk/src/zope/app/cache/caching.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for cache manager.
 
-$Id: __init__.py,v 1.4 2004/03/10 19:41:01 srichter Exp $
+$Id$
 """
 from zope.component.exceptions import ComponentLookupError  
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/cache/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/interfaces/ram.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/interfaces/ram.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/interfaces/ram.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """RAM cache interface.
 
-$Id: ram.py,v 1.3 2004/03/13 18:01:11 srichter Exp $
+$Id$
 """
 from zope.interface import Attribute
 


Property changes on: Zope3/trunk/src/zope/app/cache/interfaces/ram.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/ram.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/ram.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/ram.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """RAM cache implementation.
 
-$Id: ram.py,v 1.15 2004/03/05 22:08:57 jim Exp $
+$Id$
 """
 from time import time
 from thread import allocate_lock


Property changes on: Zope3/trunk/src/zope/app/cache/ram.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/tests/test_annotationcacheable.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/tests/test_annotationcacheable.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/tests/test_annotationcacheable.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit test for AnnotationCacheable adapter.
 
-$Id: test_annotationcacheable.py,v 1.15 2004/03/13 23:00:46 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/cache/tests/test_annotationcacheable.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/tests/test_cachename.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/tests/test_cachename.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/tests/test_cachename.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 In particular, test the proper getting of cache names in allowed_values.
 
-$Id: test_cachename.py,v 1.12 2004/03/13 23:00:46 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/cache/tests/test_cachename.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/tests/test_caching.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/tests/test_caching.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/tests/test_caching.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for caching helpers.
 
-$Id: test_caching.py,v 1.16 2004/03/13 23:00:46 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/cache/tests/test_caching.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/tests/test_icache.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/tests/test_icache.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/tests/test_icache.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for ICache interface
 
-$Id: test_icache.py,v 1.4 2004/03/01 10:57:36 philikon Exp $
+$Id$
 """
 
 from unittest import TestSuite, main


Property changes on: Zope3/trunk/src/zope/app/cache/tests/test_icache.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/cache/tests/test_ramcache.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/tests/test_ramcache.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/cache/tests/test_ramcache.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for RAM Cache.
 
-$Id: test_ramcache.py,v 1.14 2004/03/13 21:03:07 srichter Exp $
+$Id$
 """
 from time import time
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/cache/tests/test_ramcache.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/catalog/browser/catalog.py
===================================================================
--- Zope3/trunk/src/zope/app/catalog/browser/catalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/catalog/browser/catalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Catalog Views
 
-$Id: catalog.py,v 1.3 2004/03/17 17:59:28 srichter Exp $
+$Id$
 """
 from zope.app.container.browser.adding import Adding
 from zope.app.catalog.interfaces.catalog import ICatalog


Property changes on: Zope3/trunk/src/zope/app/catalog/browser/catalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/catalog/catalog.py
===================================================================
--- Zope3/trunk/src/zope/app/catalog/catalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/catalog/catalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Catalog
 
-$Id: catalog.py,v 1.27 2004/03/23 16:37:19 nathan Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/catalog/catalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/catalog/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/catalog/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/catalog/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional tests for catalog
 
-$Id: ftests.py,v 1.6 2004/04/06 20:58:04 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/catalog/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/catalog/interfaces/catalog.py
===================================================================
--- Zope3/trunk/src/zope/app/catalog/interfaces/catalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/catalog/interfaces/catalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Catalog Interfaces
 
-$Id: catalog.py,v 1.2 2004/03/17 17:59:28 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/catalog/interfaces/catalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/catalog/interfaces/index.py
===================================================================
--- Zope3/trunk/src/zope/app/catalog/interfaces/index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/catalog/interfaces/index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: index.py,v 1.3 2004/03/17 17:59:28 srichter Exp $
+$Id$
 """
 from zope.app.event.interfaces import ISubscriber
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/catalog/interfaces/index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/catalog/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/catalog/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/catalog/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 Note that indexes &c already have test suites, we only have to check that
 a catalog passes on events that it receives.
 
-$Id: tests.py,v 1.7 2004/03/23 15:52:27 mmceahern Exp $
+$Id$
 """
 import unittest
 import doctest


Property changes on: Zope3/trunk/src/zope/app/catalog/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/contentdirective.py
===================================================================
--- Zope3/trunk/src/zope/app/component/contentdirective.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/contentdirective.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Register class directive.
 
-$Id: contentdirective.py,v 1.17 2004/03/09 12:39:25 srichter Exp $
+$Id$
 """
 from types import ModuleType
 from zope.interface import classImplements


Property changes on: Zope3/trunk/src/zope/app/component/contentdirective.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/hooks.py
===================================================================
--- Zope3/trunk/src/zope/app/component/hooks.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/hooks.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: hooks.py,v 1.19 2004/03/13 15:21:11 srichter Exp $
+$Id$
 """
 
 from zope.component import getService


Property changes on: Zope3/trunk/src/zope/app/component/hooks.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/interface.py
===================================================================
--- Zope3/trunk/src/zope/app/component/interface.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/interface.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interface.py,v 1.3 2004/04/11 18:16:24 jim Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/component/interface.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/component/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Generic Components ZCML Handlers
 
-$Id: metaconfigure.py,v 1.42 2004/04/24 23:19:27 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.component.service import UndefinedService


Property changes on: Zope3/trunk/src/zope/app/component/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/component/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: metadirectives.py,v 1.18 2004/03/22 22:31:49 mmceahern Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.configuration.fields import GlobalObject, Tokens, \


Property changes on: Zope3/trunk/src/zope/app/component/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/nextservice.py
===================================================================
--- Zope3/trunk/src/zope/app/component/nextservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/nextservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Support for delegation among service managers
 
-$Id: nextservice.py,v 1.10 2004/03/13 15:21:11 srichter Exp $
+$Id$
 """
 
 from zope.component.exceptions import ComponentLookupError


Property changes on: Zope3/trunk/src/zope/app/component/nextservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/adapter.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/adapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/adapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample adapter class for testing
 
-$Id: adapter.py,v 1.1 2004/03/18 12:19:20 jim Exp $
+$Id$
 """
 
 import zope.interface


Property changes on: Zope3/trunk/src/zope/app/component/tests/adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/factory.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/factory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/factory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: factory.py,v 1.1 2004/03/09 12:39:25 srichter Exp $
+$Id$
 """
 from zope.component.interfaces import IFactory
 from zope.interface import Interface, implements, implementedBy


Property changes on: Zope3/trunk/src/zope/app/component/tests/factory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/service.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/service.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/service.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: service.py,v 1.3 2003/06/07 06:37:21 stevea Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/app/component/tests/service.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/test_contentdirective.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_contentdirective.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/test_contentdirective.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_contentdirective.py,v 1.16 2004/03/09 12:39:25 srichter Exp $
+$Id$
 """
 import unittest
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/component/tests/test_contentdirective.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Component Directives Tests
 
-$Id: test_directives.py,v 1.33 2004/03/31 23:26:23 jim Exp $
+$Id$
 """
 import re
 import unittest


Property changes on: Zope3/trunk/src/zope/app/component/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/test_factory.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_factory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/test_factory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Test handler for 'factory' subdirective of 'content' directive
 
-$Id: test_factory.py,v 1.11 2004/03/09 12:39:25 srichter Exp $
+$Id$
 """
 import unittest
 from cStringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/component/tests/test_factory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/test_nextservice.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_nextservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/test_nextservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_nextservice.py,v 1.10 2004/03/13 15:21:12 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/component/tests/test_nextservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service Directive Tests
 
-$Id: test_servicedirective.py,v 1.12 2004/03/08 12:05:55 srichter Exp $
+$Id$
 """
 import unittest
 from cStringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/component/tests/test_servicedirective.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/test_servicemanagercontainer.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/test_servicemanagercontainer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/test_servicemanagercontainer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service Manager Container Tests
 
-$Id: test_servicemanagercontainer.py,v 1.11 2004/03/13 15:21:12 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.component.interfaces import IServiceService


Property changes on: Zope3/trunk/src/zope/app/component/tests/test_servicemanagercontainer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/component/tests/views.py
===================================================================
--- Zope3/trunk/src/zope/app/component/tests/views.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/component/tests/views.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-Revision information: $Id: views.py,v 1.1 2003/12/17 10:05:54 jim Exp $
+Revision information: $Id$
 """
 
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/app/component/tests/views.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/_zope_app_container_contained.c
===================================================================
--- Zope3/trunk/src/zope/app/container/_zope_app_container_contained.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/_zope_app_container_contained.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ############################################################################*/
 
-#define _ZOPE_APP_CONTAINER_CONTAINED_C "$Id: _zope_app_container_contained.c,v 1.5 2004/05/03 20:23:03 spascoe Exp $\n"
+#define _ZOPE_APP_CONTAINER_CONTAINED_C "$Id$\n"
 
 /* Contained Proxy Base class
 


Property changes on: Zope3/trunk/src/zope/app/container/_zope_app_container_contained.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/adding.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/adding.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/adding.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 The Adding View is used to add new objects to a container. It is sort of a
 factory screen.
 
-$Id: adding.py,v 1.6 2004/05/10 14:34:58 BjornT Exp $
+$Id$
 """
 from warnings import warn
 import zope.security.checker


Property changes on: Zope3/trunk/src/zope/app/container/browser/adding.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/contents.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/contents.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/contents.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """View Class for the Container's Contents view.
 
-$Id: contents.py,v 1.1 2004/03/14 02:17:02 srichter Exp $
+$Id$
 """
 
 from zope.exceptions import NotFoundError


Property changes on: Zope3/trunk/src/zope/app/container/browser/contents.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/find.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/find.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/find.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Find View Class
 
-$Id: find.py,v 1.1 2004/03/14 02:17:02 srichter Exp $
+$Id$
 """
 # XXX this needs to be looked up in a registry
 from zope.app.container.find import SimpleIdFindFilter


Property changes on: Zope3/trunk/src/zope/app/container/browser/find.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/ftests/test_contents.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/ftests/test_contents.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/ftests/test_contents.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_contents.py,v 1.3 2004/04/06 20:58:05 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/container/browser/ftests/test_contents.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: metaconfigure.py,v 1.4 2004/04/29 10:11:34 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/container/browser/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/tests/test_adding.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/tests/test_adding.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/tests/test_adding.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Adding implementation tests
 
-$Id: test_adding.py,v 1.7 2004/05/10 14:35:00 BjornT Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/container/browser/tests/test_adding.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/tests/test_contents.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/tests/test_contents.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/tests/test_contents.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test Container Contents
 
-$Id: test_contents.py,v 1.1 2004/03/14 02:17:03 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.app.tests import ztapi


Property changes on: Zope3/trunk/src/zope/app/container/browser/tests/test_contents.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/browser/tests/test_directive.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/tests/test_directive.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/browser/tests/test_directive.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'containerView' directive test
 
-$Id: test_directive.py,v 1.5 2004/04/15 13:25:25 srichter Exp $
+$Id$
 """
 import re
 import pprint


Property changes on: Zope3/trunk/src/zope/app/container/browser/tests/test_directive.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/btree.py
===================================================================
--- Zope3/trunk/src/zope/app/container/btree.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/btree.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 It might be useful as a mix-in for some classes, but many classes will
 need a very different implementation.
 
-$Id: btree.py,v 1.9 2004/03/17 17:59:39 srichter Exp $
+$Id$
 """
 
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/container/btree.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/constraints.py
===================================================================
--- Zope3/trunk/src/zope/app/container/constraints.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/constraints.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -147,7 +147,7 @@
    >>> checkFactory(c1, "Zbob", factory)
    False
 
-   $Id: constraints.py,v 1.7 2004/04/11 10:34:40 srichter Exp $
+   $Id$
    """
 
 import zope.interface


Property changes on: Zope3/trunk/src/zope/app/container/constraints.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/contained.py
===================================================================
--- Zope3/trunk/src/zope/app/container/contained.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/contained.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Classes to support implenting IContained
 
-$Id: contained.py,v 1.22 2004/03/23 16:18:01 maru Exp $
+$Id$
 """
 from zope.proxy import getProxiedObject
 from zope.exceptions import DuplicationError


Property changes on: Zope3/trunk/src/zope/app/container/contained.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/dependency.py
===================================================================
--- Zope3/trunk/src/zope/app/container/dependency.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/dependency.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Objects that take care of annotating dublin core meta data times
 
-$Id: dependency.py,v 1.13 2004/03/13 22:02:15 srichter Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/container/dependency.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/directory.py
===================================================================
--- Zope3/trunk/src/zope/app/container/directory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/directory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -21,7 +21,7 @@
 Cloner
   An IDirectoryFactory adapter that just clones the original object.
 
-$Id: directory.py,v 1.6 2004/03/15 13:10:44 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/container/directory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/find.py
===================================================================
--- Zope3/trunk/src/zope/app/container/find.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/find.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Find Support
 
-$Id: find.py,v 1.11 2004/03/13 22:02:15 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from interfaces import IFind, IIdFindFilter


Property changes on: Zope3/trunk/src/zope/app/container/find.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/container/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Container-related interfaces
 
-$Id: interfaces.py,v 1.4 2004/05/06 15:46:02 eddala Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute, implements, Invalid
 from zope.component.interfaces import IView


Property changes on: Zope3/trunk/src/zope/app/container/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/ordered.py
===================================================================
--- Zope3/trunk/src/zope/app/container/ordered.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/ordered.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Ordered container implementation.
 
-$Id: ordered.py,v 1.9 2004/03/05 22:08:59 jim Exp $
+$Id$
 """
 
 from zope.app.container.interfaces import IOrderedContainer


Property changes on: Zope3/trunk/src/zope/app/container/ordered.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/sample.py
===================================================================
--- Zope3/trunk/src/zope/app/container/sample.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/sample.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 It might be useful as a mix-in for some classes, but many classes will
 need a very different implementation.
 
-$Id: sample.py,v 1.11 2004/03/03 10:38:39 philikon Exp $
+$Id$
 """
 from zope.app.container.interfaces import IContainer
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/container/sample.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/size.py
===================================================================
--- Zope3/trunk/src/zope/app/container/size.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/size.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """Adapters that give the size of an object.
 
-$Id: size.py,v 1.5 2004/03/03 11:03:57 philikon Exp $
+$Id$
 """
 from zope.app.i18n import ZopeMessageIDFactory as _
 from zope.app.size.interfaces import ISized


Property changes on: Zope3/trunk/src/zope/app/container/size.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/placelesssetup.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/placelesssetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/placelesssetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit test logic for setting up and tearing down basic infrastructure
 
-$Id: placelesssetup.py,v 1.5 2004/03/03 10:38:39 philikon Exp $
+$Id$
 """
 from zope.app.tests import ztapi
 from zope.app.container.interfaces import IWriteContainer, INameChooser


Property changes on: Zope3/trunk/src/zope/app/container/tests/placelesssetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_btree.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_btree.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_btree.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """BTree Container Tests
 
-$Id: test_btree.py,v 1.1 2004/03/17 16:38:12 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite, TestSuite
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_btree.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_constraints.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_constraints.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_constraints.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Container constraint tests
 
-$Id: test_constraints.py,v 1.1 2003/12/01 16:19:21 jim Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_constraints.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_containertraversable.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_containertraversable.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_containertraversable.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_containertraversable.py,v 1.7 2004/04/17 17:15:32 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_containertraversable.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_containertraverser.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_containertraverser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_containertraverser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Container Traverser Tests
 
-$Id: test_containertraverser.py,v 1.12 2004/03/15 20:42:04 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.container.traversal import ContainerTraverser


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_containertraverser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_directory.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_directory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_directory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_directory.py,v 1.1 2003/02/03 15:08:31 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_directory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_find.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_find.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_find.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_find.py,v 1.9 2004/03/13 22:02:15 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_find.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_icontainer.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_icontainer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_icontainer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the IContainer interface.
 
-$Id: test_icontainer.py,v 1.9 2004/03/17 16:38:12 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.app.container.interfaces import IContainer


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_icontainer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_objectcopier.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_objectcopier.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_objectcopier.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 Revision information:
 
-$Id: test_objectcopier.py,v 1.16 2004/03/13 15:21:13 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_objectcopier.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_objectmover.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_objectmover.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_objectmover.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_objectmover.py,v 1.13 2004/03/13 15:21:13 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_objectmover.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_ordered.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_ordered.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_ordered.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """Test the OrderedContainer.
 
 
-$Id: test_ordered.py,v 1.3 2003/09/21 17:31:44 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_ordered.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/tests/test_size.py
===================================================================
--- Zope3/trunk/src/zope/app/container/tests/test_size.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/tests/test_size.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_size.py,v 1.6 2004/03/05 22:09:00 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/container/tests/test_size.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/container/traversal.py
===================================================================
--- Zope3/trunk/src/zope/app/container/traversal.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/container/traversal.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Traversal components for containers
 
-$Id: traversal.py,v 1.13 2004/04/17 17:15:32 jim Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.exceptions import NotFoundError


Property changes on: Zope3/trunk/src/zope/app/container/traversal.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/content/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/content/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/content/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.7 2004/03/20 22:10:03 nathan Exp $
+$Id$
 """
 
 from zope.app.interface import queryType


Property changes on: Zope3/trunk/src/zope/app/content/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/content/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/content/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/content/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Content-related interfaces.
 
-$Id: interfaces.py,v 1.1 2004/03/02 18:16:12 philikon Exp $
+$Id$
 """
 from zope.interface.interfaces import IInterface
 


Property changes on: Zope3/trunk/src/zope/app/content/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/content_types.py
===================================================================
--- Zope3/trunk/src/zope/app/content_types.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/content_types.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """A utility module for content-type handling.
 
-$Id: content_types.py,v 1.8 2004/04/29 14:59:09 fdrake Exp $
+$Id$
 """
 
 # XXX This is handled through configuration in Zope 2 now.  Perhaps


Property changes on: Zope3/trunk/src/zope/app/content_types.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/copypastemove/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/copypastemove/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.2 2004/03/06 16:50:19 jim Exp $
+$Id$
 """
 from zope.interface import implements, Invalid
 from zope.exceptions import NotFoundError, DuplicationError


Property changes on: Zope3/trunk/src/zope/app/copypastemove/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/copypastemove/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/copypastemove/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Copy and Move support
 
-$Id: interfaces.py,v 1.2 2004/03/06 16:50:19 jim Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/copypastemove/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/copypastemove/tests/test_clipboard.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/tests/test_clipboard.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/copypastemove/tests/test_clipboard.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Clipboard tests
 
-$Id: test_clipboard.py,v 1.1 2004/03/13 23:34:43 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 


Property changes on: Zope3/trunk/src/zope/app/copypastemove/tests/test_clipboard.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/copypastemove/tests/test_rename.py
===================================================================
--- Zope3/trunk/src/zope/app/copypastemove/tests/test_rename.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/copypastemove/tests/test_rename.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_rename.py,v 1.1 2004/03/13 23:34:43 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 


Property changes on: Zope3/trunk/src/zope/app/copypastemove/tests/test_rename.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/datetimeutils.py
===================================================================
--- Zope3/trunk/src/zope/app/datetimeutils.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/datetimeutils.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Encapsulation of date/time values
 
-$Id: datetimeutils.py,v 1.10 2003/11/04 04:04:28 jeremy Exp $
+$Id$
 """
 
 __version__='$Revision: 1.10 $'[11:-2]


Property changes on: Zope3/trunk/src/zope/app/datetimeutils.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/adapter.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/adapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/adapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """WebDAV-related Adapters
 
-$Id: adapter.py,v 1.10 2004/03/15 13:10:45 srichter Exp $
+$Id$
 """
 from xml.dom import minidom
 


Property changes on: Zope3/trunk/src/zope/app/dav/adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/ftests/dav.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/ftests/dav.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/ftests/dav.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Base class for DAV functional tests.
 
-$Id: dav.py,v 1.6 2004/04/06 20:58:06 jim Exp $
+$Id$
 """
 from persistent import Persistent
 from transaction import get_transaction


Property changes on: Zope3/trunk/src/zope/app/dav/ftests/dav.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/ftests/test_mkcol.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/ftests/test_mkcol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/ftests/test_mkcol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional tests for MKCOL.
 
-$Id: test_mkcol.py,v 1.2 2003/08/17 06:06:27 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/dav/ftests/test_mkcol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/ftests/test_propfind.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/ftests/test_propfind.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/ftests/test_propfind.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional tests for PROPFIND.
 
-$Id: test_propfind.py,v 1.6 2004/03/06 16:50:20 jim Exp $
+$Id$
 """
 import unittest
 from datetime import datetime


Property changes on: Zope3/trunk/src/zope/app/dav/ftests/test_propfind.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """WebDAV-specific interfaces
 
-$Id: interfaces.py,v 1.3 2004/03/13 21:37:24 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import Text


Property changes on: Zope3/trunk/src/zope/app/dav/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Configuration handlers for 'dav' namespace.
 
-$Id: metaconfigure.py,v 1.3 2004/03/03 17:06:30 srichter Exp $
+$Id$
 """
 from zope.app.component.metaconfigure import utility
 from zope.interface import directlyProvides


Property changes on: Zope3/trunk/src/zope/app/dav/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'dav' ZCML namespace schemas
 
-$Id: metadirectives.py,v 1.1 2003/08/02 17:26:12 srichter Exp $
+$Id$
 """
 from zope.configuration.fields import GlobalObject
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/dav/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/mkcol.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/mkcol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/mkcol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """DAV method MKCOL
 
-$Id: mkcol.py,v 1.6 2004/03/15 13:10:45 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.filerepresentation.interfaces import IWriteDirectory


Property changes on: Zope3/trunk/src/zope/app/dav/mkcol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/propfind.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/propfind.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/propfind.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """WebDAV method PROPFIND
 
-$Id: propfind.py,v 1.18 2004/05/06 15:36:45 fdrake Exp $
+$Id$
 """
 from xml.dom import minidom
 from zope.proxy import removeAllProxies


Property changes on: Zope3/trunk/src/zope/app/dav/propfind.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the wiki ZCML namespace directives.
 
-$Id: test_directives.py,v 1.4 2004/03/13 23:54:59 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/dav/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/tests/test_mkcol.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/tests/test_mkcol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/tests/test_mkcol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """MKCOL tests
 
-$Id: test_mkcol.py,v 1.10 2004/03/15 13:10:46 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/dav/tests/test_mkcol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/tests/test_propfind.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/tests/test_propfind.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/tests/test_propfind.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_propfind.py,v 1.23 2004/05/06 15:42:34 fdrake Exp $
+$Id$
 """
 from StringIO import StringIO
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/dav/tests/test_propfind.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dav/widget.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/widget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dav/widget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Widgets specific to WebDAV
 
-$Id: widget.py,v 1.9 2004/03/18 17:01:01 philikon Exp $
+$Id$
 """
 
 from zope.app.dav.interfaces import IDAVWidget


Property changes on: Zope3/trunk/src/zope/app/dav/widget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/debugskin/exceptions.py
===================================================================
--- Zope3/trunk/src/zope/app/debugskin/exceptions.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/debugskin/exceptions.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """View that renders a traceback for exceptions.
 
-$Id: exceptions.py,v 1.1 2004/03/02 17:11:29 philikon Exp $
+$Id$
 """
 import sys
 import traceback


Property changes on: Zope3/trunk/src/zope/app/debugskin/exceptions.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/debugskin/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/debugskin/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/debugskin/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Unit tests for the 'exceptions' view.
 
-$Id: tests.py,v 1.1 2004/03/02 17:11:29 philikon Exp $
+$Id$
 """
 
 from unittest import TestCase, TestLoader, TextTestRunner


Property changes on: Zope3/trunk/src/zope/app/debugskin/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/decorator.py
===================================================================
--- Zope3/trunk/src/zope/app/decorator.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/decorator.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 Decorators are proxies that are mostly transparent but that may provide
 additional features.
 
-$Id: decorator.py,v 1.2 2003/09/21 17:30:10 jim Exp $
+$Id$
 """
 from zope.proxy import getProxiedObject, ProxyBase
 from zope.security.checker import selectChecker, CombinedChecker


Property changes on: Zope3/trunk/src/zope/app/decorator.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/hellopackage/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/hellopackage/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/hellopackage/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,5 +13,5 @@
 ##############################################################################
 """
 
-$Id: __init__.py,v 1.1 2004/02/27 14:50:21 philikon Exp $
+$Id$
 """


Property changes on: Zope3/trunk/src/zope/app/demo/hellopackage/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/hellopackage/hellomodule.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/hellopackage/hellomodule.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/hellopackage/hellomodule.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 """
-$Id: hellomodule.py,v 1.2 2004/05/10 15:50:08 fdrake Exp $
+$Id$
 """
 from interfaces import IHello
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/demo/hellopackage/hellomodule.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/hellopackage/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/hellopackage/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/hellopackage/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 """
-$Id: interfaces.py,v 1.1 2004/02/27 14:50:21 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/demo/hellopackage/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/hellopackage/tests/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/hellopackage/tests/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/hellopackage/tests/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,5 +13,5 @@
 ##############################################################################
 """
 
-$Id: __init__.py,v 1.1 2004/02/27 14:50:22 philikon Exp $
+$Id$
 """


Property changes on: Zope3/trunk/src/zope/app/demo/hellopackage/tests/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/hellopackage/tests/test_hellomodule.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/hellopackage/tests/test_hellomodule.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/hellopackage/tests/test_hellomodule.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for HelloPDF.
 
-$Id: test_hellomodule.py,v 1.1 2004/02/27 14:50:22 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/demo/hellopackage/tests/test_hellomodule.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/insensitivefolder/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/insensitivefolder/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/insensitivefolder/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Case-Insensitive Traverser and Folder
 
-$Id: __init__.py,v 1.2 2004/03/03 10:38:42 philikon Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.folder import Folder


Property changes on: Zope3/trunk/src/zope/app/demo/insensitivefolder/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/insensitivefolder/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/insensitivefolder/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/insensitivefolder/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional tests for the case-insensitive traverser and folder.
 
-$Id: ftests.py,v 1.3 2004/04/06 20:58:07 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/demo/insensitivefolder/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/insensitivefolder/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/insensitivefolder/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/insensitivefolder/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the case-insensitive Folder.
 
-$Id: tests.py,v 1.1 2004/02/27 14:50:22 philikon Exp $
+$Id$
 """
 import unittest
 from zope.app.container.tests import test_containertraverser  


Property changes on: Zope3/trunk/src/zope/app/demo/insensitivefolder/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/itemvocabulary/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/itemvocabulary/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/itemvocabulary/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 Given a context object that implements 'IEnumerableMapping', the vocabulary
 displays all items of that context object. 
 
-$Id: __init__.py,v 1.1 2004/02/27 14:50:23 philikon Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.schema.interfaces import \


Property changes on: Zope3/trunk/src/zope/app/demo/itemvocabulary/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/itemvocabulary/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/itemvocabulary/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/itemvocabulary/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Item Vocabulary Views
 
-$Id: browser.py,v 1.1 2004/02/27 14:50:23 philikon Exp $
+$Id$
 """
 from zope.interface import implements, Interface
 from zope.schema.vocabulary import VocabularyField


Property changes on: Zope3/trunk/src/zope/app/demo/itemvocabulary/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/itemvocabulary/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/itemvocabulary/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/itemvocabulary/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Item Vocabulary
 
-$Id: tests.py,v 1.1 2004/02/27 14:50:23 philikon Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/demo/itemvocabulary/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/passwdauth/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/passwdauth/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/passwdauth/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This package defines a new authentication plugin, which can use textfiles to
 authenticate users.
 
-$Id: __init__.py,v 1.4 2004/05/10 15:50:09 fdrake Exp $
+$Id$
 """
 import os
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/demo/passwdauth/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/passwdauth/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/passwdauth/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/passwdauth/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """/etc/passwd Authentication Plugin interfaces
 
-$Id: interfaces.py,v 1.2 2004/03/10 17:56:30 srichter Exp $
+$Id$
 """
 from zope.schema import TextLine
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/demo/passwdauth/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/demo/passwdauth/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/demo/passwdauth/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/demo/passwdauth/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """/etc/passwd Authentication Plugin Tests
 
-$Id: tests.py,v 1.3 2004/03/08 12:05:55 srichter Exp $
+$Id$
 """
 import os
 from zope.app.demo import passwdauth


Property changes on: Zope3/trunk/src/zope/app/demo/passwdauth/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dependable/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/dependable/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dependable/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.2 2004/03/13 23:00:51 srichter Exp $
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/app/dependable/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dependable/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/dependable/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dependable/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.1 2004/03/13 22:02:04 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface
@@ -41,7 +41,7 @@
 
 
 """
-$Id: interfaces.py,v 1.1 2004/03/13 22:02:04 srichter Exp $
+$Id$
 """
 
 class DependencyError(Exception):


Property changes on: Zope3/trunk/src/zope/app/dependable/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dependable/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/dependable/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dependable/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for Dependable class.
 
-$Id: tests.py,v 1.1 2004/03/13 23:34:34 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/dependable/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dtmlpage/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/dtmlpage/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dtmlpage/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define view component for ZPT page eval results.
 
-$Id: browser.py,v 1.2 2004/02/24 16:49:37 philikon Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/dtmlpage/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dtmlpage/dtmlpage.py
===================================================================
--- Zope3/trunk/src/zope/app/dtmlpage/dtmlpage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dtmlpage/dtmlpage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: dtmlpage.py,v 1.5 2004/03/19 04:26:16 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 


Property changes on: Zope3/trunk/src/zope/app/dtmlpage/dtmlpage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dtmlpage/fssync.py
===================================================================
--- Zope3/trunk/src/zope/app/dtmlpage/fssync.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dtmlpage/fssync.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Filesystem synchronization support.
 
-$Id: fssync.py,v 1.2 2004/02/24 16:49:37 philikon Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/dtmlpage/fssync.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dtmlpage/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/dtmlpage/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dtmlpage/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.2 2004/02/24 16:49:37 philikon Exp $
+$Id$
 """
 import zope.schema
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/app/dtmlpage/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpage.py
===================================================================
--- Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 Basic tests for Page Templates used in content-space.
 
-$Id: test_dtmlpage.py,v 1.4 2004/03/19 04:26:24 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpageeval.py
===================================================================
--- Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpageeval.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpageeval.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """DTML Page Evaluation Tests
 
-$Id: test_dtmlpageeval.py,v 1.2 2004/02/24 16:49:38 philikon Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.app.container.contained import contained


Property changes on: Zope3/trunk/src/zope/app/dtmlpage/tests/test_dtmlpageeval.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/annotatableadapter.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/annotatableadapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/annotatableadapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: annotatableadapter.py,v 1.10 2004/03/13 23:00:52 srichter Exp $
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/app/dublincore/annotatableadapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/browser/metadataedit.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/browser/metadataedit.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/browser/metadataedit.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Dublin Core Meta Data View
 
-$Id: metadataedit.py,v 1.3 2004/03/06 16:50:22 jim Exp $
+$Id$
 """
 from datetime import datetime
 from zope.app.event import publish


Property changes on: Zope3/trunk/src/zope/app/dublincore/browser/metadataedit.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/creatorannotator.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/creatorannotator.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/creatorannotator.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Object that takes care of annotating the dublin core creator field.
 
-$Id: creatorannotator.py,v 1.9 2004/03/08 12:05:56 srichter Exp $
+$Id$
 """
 from zope.app.dublincore.interfaces import IZopeDublinCore
 from zope.app.event.interfaces import ISubscriber


Property changes on: Zope3/trunk/src/zope/app/dublincore/creatorannotator.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/dcsv.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/dcsv.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/dcsv.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 
 http://dublincore.org/documents/dcmi-dcsv/
 
-$Id: dcsv.py,v 1.3 2003/08/22 13:08:40 fdrake Exp $
+$Id$
 """
 
 import re


Property changes on: Zope3/trunk/src/zope/app/dublincore/dcsv.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/dcterms.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/dcterms.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/dcterms.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Support information for qualified Dublin Core metadata.
 
-$Id: dcterms.py,v 1.5 2003/08/27 04:43:55 fdrake Exp $
+$Id$
 """
 
 from zope.app.dublincore import dcsv


Property changes on: Zope3/trunk/src/zope/app/dublincore/dcterms.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.3 2004/05/06 16:13:40 poster Exp $
+$Id$
 """
 
 from zope.app.annotation.interfaces import IAnnotatable


Property changes on: Zope3/trunk/src/zope/app/dublincore/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/tests/test_creatorannotator.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/tests/test_creatorannotator.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/tests/test_creatorannotator.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests creator annotation.
 
-$Id: test_creatorannotator.py,v 1.12 2004/03/17 17:59:29 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.app.site.tests.placefulsetup import PlacefulSetup


Property changes on: Zope3/trunk/src/zope/app/dublincore/tests/test_creatorannotator.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/tests/test_dcsv.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/tests/test_dcsv.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/tests/test_dcsv.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the Dublib Core Structured Value support functions.
 
-$Id: test_dcsv.py,v 1.2 2003/08/26 14:45:01 fdrake Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/dublincore/tests/test_dcsv.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/tests/test_xmlmetadata.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/tests/test_xmlmetadata.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/tests/test_xmlmetadata.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test loading of Dublin Core metadata from the XML representation.
 
-$Id: test_xmlmetadata.py,v 1.2 2003/08/27 04:47:55 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/dublincore/tests/test_xmlmetadata.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/tests/test_zdcannotatableadapter.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/tests/test_zdcannotatableadapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/tests/test_zdcannotatableadapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the Dublin Core annotations adapter.
 
-$Id: test_zdcannotatableadapter.py,v 1.5 2004/03/13 23:00:53 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/dublincore/tests/test_zdcannotatableadapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/tests/test_zopedublincore.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/tests/test_zopedublincore.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/tests/test_zopedublincore.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_zopedublincore.py,v 1.3 2004/03/01 15:02:50 philikon Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/dublincore/tests/test_zopedublincore.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/timeannotators.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/timeannotators.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/timeannotators.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Objects that take care of annotating dublin core meta data times
 
-$Id: timeannotators.py,v 1.8 2004/03/06 17:48:48 jim Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/dublincore/timeannotators.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: xmlmetadata.py,v 1.5 2003/09/05 18:34:15 fdrake Exp $
+$Id$
 """
 
 import xml.sax


Property changes on: Zope3/trunk/src/zope/app/dublincore/xmlmetadata.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/dublincore/zopedublincore.py
===================================================================
--- Zope3/trunk/src/zope/app/dublincore/zopedublincore.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/dublincore/zopedublincore.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: zopedublincore.py,v 1.6 2004/03/01 15:02:49 philikon Exp $
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/app/dublincore/zopedublincore.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/errorservice/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/errorservice/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/errorservice/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This is a port of the Zope 2 error reporting object
 
-$Id: __init__.py,v 1.2 2004/03/13 15:21:16 srichter Exp $
+$Id$
 """
 import time
 import logging


Property changes on: Zope3/trunk/src/zope/app/errorservice/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/errorservice/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/errorservice/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/errorservice/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define view component for event service control.
 
-$Id: __init__.py,v 1.3 2004/03/19 20:26:25 srichter Exp $
+$Id$
 """
 from zope.app.publisher.browser import BrowserView
 


Property changes on: Zope3/trunk/src/zope/app/errorservice/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/errorservice/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/errorservice/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/errorservice/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Error Reporting Service interfaces
 
-$Id: interfaces.py,v 1.1 2004/03/10 13:43:35 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/errorservice/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/errorservice/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/errorservice/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/errorservice/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Error Reporting Service Tests
 
-$Id: tests.py,v 1.1 2004/03/10 13:43:35 srichter Exp $
+$Id$
 """
 import sys
 from unittest import TestCase, TestLoader, TextTestRunner


Property changes on: Zope3/trunk/src/zope/app/errorservice/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/event/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 """
-$Id: __init__.py,v 1.14 2004/04/27 10:53:45 jim Exp $
+$Id$
 """
 from zope.component import getService
 from zope.app.servicenames import EventPublication


Property changes on: Zope3/trunk/src/zope/app/event/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/event/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define view component for event service control.
 
-$Id: __init__.py,v 1.1 2004/03/11 08:14:04 srichter Exp $
+$Id$
 """
 from zope.app.event.interfaces import IEventService
 


Property changes on: Zope3/trunk/src/zope/app/event/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/function.py
===================================================================
--- Zope3/trunk/src/zope/app/event/function.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/function.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Class to create an event subscriber from a simple function.
 
-$Id: function.py,v 1.3 2004/03/02 18:50:59 philikon Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/event/function.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/globalservice.py
===================================================================
--- Zope3/trunk/src/zope/app/event/globalservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/globalservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 """
-$Id: globalservice.py,v 1.15 2004/03/06 17:48:49 jim Exp $
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/app/event/globalservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/event/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Event-related interfaces
 
-$Id: interfaces.py,v 1.3 2004/03/11 08:14:02 srichter Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 


Property changes on: Zope3/trunk/src/zope/app/event/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/localservice.py
===================================================================
--- Zope3/trunk/src/zope/app/event/localservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/localservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Local Event Service and related classes.
 
-$Id: localservice.py,v 1.3 2004/03/13 23:55:00 srichter Exp $
+$Id$
 """
 import logging
 from zope.exceptions import NotFoundError


Property changes on: Zope3/trunk/src/zope/app/event/localservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/event/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 """
-$Id: metaconfigure.py,v 1.5 2004/03/02 18:50:59 philikon Exp $
+$Id$
 """
 
 from zope.app.event.interfaces import IEvent


Property changes on: Zope3/trunk/src/zope/app/event/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/event/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 """
-$Id: metadirectives.py,v 1.2 2003/08/17 06:06:32 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/event/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/objectevent.py
===================================================================
--- Zope3/trunk/src/zope/app/event/objectevent.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/objectevent.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Object lifetime events.
 
-$Id: objectevent.py,v 1.14 2004/03/30 21:47:38 nathan Exp $
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/app/event/objectevent.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/subs.py
===================================================================
--- Zope3/trunk/src/zope/app/event/subs.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/subs.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 Revision information:
 
-$Id: subs.py,v 1.28 2004/03/13 23:55:00 srichter Exp $
+$Id$
 """
 from zope.exceptions import NotFoundError
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/event/subs.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/eventsetup.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/eventsetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/eventsetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Event Setup
 
-$Id: eventsetup.py,v 1.2 2004/03/13 15:21:17 srichter Exp $
+$Id$
 """
 from zope.app.site.tests.placefulsetup import PlacefulSetup
 


Property changes on: Zope3/trunk/src/zope/app/event/tests/eventsetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/placelesssetup.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/placelesssetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/placelesssetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit test logic for setting up and tearing down basic infrastructure
 
-$Id: placelesssetup.py,v 1.16 2004/03/13 23:55:00 srichter Exp $
+$Id$
 """
 from zope.component import getServiceManager
 from zope.app.servicenames import EventPublication


Property changes on: Zope3/trunk/src/zope/app/event/tests/placelesssetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/subscriber.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/subscriber.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/subscriber.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 This contains some dummy stuff to do with subscribing to event channels
 that's useful in several test modules.
 
-$Id: subscriber.py,v 1.4 2004/03/02 18:50:59 philikon Exp $
+$Id$
 """
 from zope.app.event.interfaces import IFilter, ISubscriber
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/event/tests/subscriber.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_directives.py,v 1.16 2004/03/13 23:55:00 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 


Property changes on: Zope3/trunk/src/zope/app/event/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/test_eventpublisher.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/test_eventpublisher.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/test_eventpublisher.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_eventpublisher.py,v 1.10 2004/03/03 10:38:42 philikon Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/event/tests/test_eventpublisher.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/test_globaleventchannel.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/test_globaleventchannel.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/test_globaleventchannel.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A functional GlobalEventChannel test.
 
-$Id: test_globaleventchannel.py,v 1.6 2004/03/02 18:50:59 philikon Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 


Property changes on: Zope3/trunk/src/zope/app/event/tests/test_globaleventchannel.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/test_localservice.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/test_localservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/test_localservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_localservice.py,v 1.5 2004/03/13 23:55:00 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestLoader, TextTestRunner
 


Property changes on: Zope3/trunk/src/zope/app/event/tests/test_localservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/test_logger.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/test_logger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/test_logger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_logger.py,v 1.14 2004/03/13 23:55:00 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/event/tests/test_logger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/event/tests/test_objectevent.py
===================================================================
--- Zope3/trunk/src/zope/app/event/tests/test_objectevent.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/event/tests/test_objectevent.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_objectevent.py,v 1.11 2004/03/30 21:47:50 nathan Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/event/tests/test_objectevent.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py
===================================================================
--- Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test Unauthorized Exception Views
 
-$Id: test_unauthorized.py,v 1.1 2004/03/14 04:44:52 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/exception/browser/tests/test_unauthorized.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/exception/browser/unauthorized.py
===================================================================
--- Zope3/trunk/src/zope/app/exception/browser/unauthorized.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/exception/browser/unauthorized.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unautorized Exception View Class
 
-$Id: unauthorized.py,v 1.1 2004/03/14 04:44:51 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.security.interfaces import IAuthenticationService


Property changes on: Zope3/trunk/src/zope/app/exception/browser/unauthorized.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/exception/browser/user.py
===================================================================
--- Zope3/trunk/src/zope/app/exception/browser/user.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/exception/browser/user.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """Support for user views
 
-$Id: user.py,v 1.1 2004/03/14 04:44:51 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/exception/browser/user.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/exception/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/exception/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/exception/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """General exceptions
 
-$Id: interfaces.py,v 1.1 2004/03/14 04:44:51 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/app/exception/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/externaleditor/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/externaleditor/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/externaleditor/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -10,7 +10,7 @@
 # FOR A PARTICULAR PURPOSE.
 ##############################################################################
 """
-$Id: __init__.py,v 1.4 2004/03/20 22:10:05 nathan Exp $
+$Id$
 """
 
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/externaleditor/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/externaleditor/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/externaleditor/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/externaleditor/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -10,7 +10,7 @@
 # FOR A PARTICULAR PURPOSE.
 ##############################################################################
 """
-$Id: interfaces.py,v 1.2 2004/03/15 13:10:47 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/externaleditor/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/externaleditor/tests/test_external_edit.py
===================================================================
--- Zope3/trunk/src/zope/app/externaleditor/tests/test_external_edit.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/externaleditor/tests/test_external_edit.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """External Editor Tests
 
-$Id: test_external_edit.py,v 1.5 2004/03/19 03:17:18 srichter Exp $
+$Id$
 """
 import unittest
 from base64 import encodestring


Property changes on: Zope3/trunk/src/zope/app/externaleditor/tests/test_external_edit.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/file/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.2 2004/02/24 16:49:48 philikon Exp $
+$Id$
 """
 
 from file import File


Property changes on: Zope3/trunk/src/zope/app/file/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/browser/file.py
===================================================================
--- Zope3/trunk/src/zope/app/file/browser/file.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/browser/file.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """File views.
 
-$Id: file.py,v 1.7 2004/04/25 16:19:26 srichter Exp $
+$Id$
 """
 class FileView(object):
 


Property changes on: Zope3/trunk/src/zope/app/file/browser/file.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/browser/image.py
===================================================================
--- Zope3/trunk/src/zope/app/file/browser/image.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/browser/image.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define view component for naive file editing.
 
-$Id: image.py,v 1.3 2004/03/19 03:17:39 srichter Exp $
+$Id$
 """
 from zope.app.size import byteDisplay
 


Property changes on: Zope3/trunk/src/zope/app/file/browser/image.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/browser/tests/test_imagedata.py
===================================================================
--- Zope3/trunk/src/zope/app/file/browser/tests/test_imagedata.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/browser/tests/test_imagedata.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_imagedata.py,v 1.3 2004/03/19 03:17:39 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/file/browser/tests/test_imagedata.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/file.py
===================================================================
--- Zope3/trunk/src/zope/app/file/file.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/file.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """File content component
 
-$Id: file.py,v 1.5 2004/03/19 03:17:38 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from transaction import get_transaction


Property changes on: Zope3/trunk/src/zope/app/file/file.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/fssync.py
===================================================================
--- Zope3/trunk/src/zope/app/file/fssync.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/fssync.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Filesystem synchronization support.
 
-$Id: fssync.py,v 1.3 2004/03/19 03:17:38 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.fssync.server.entryadapter import ObjectEntryAdapter


Property changes on: Zope3/trunk/src/zope/app/file/fssync.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/ftests/test_file.py
===================================================================
--- Zope3/trunk/src/zope/app/file/ftests/test_file.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/ftests/test_file.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """File Functional Tests
 
-$Id: test_file.py,v 1.5 2004/04/06 20:58:07 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/file/ftests/test_file.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/ftests/test_image.py
===================================================================
--- Zope3/trunk/src/zope/app/file/ftests/test_image.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/ftests/test_image.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """File Functional Tests
 
-$Id: test_image.py,v 1.2 2004/04/06 20:58:07 jim Exp $
+$Id$
 """
 import unittest
 import cgi


Property changes on: Zope3/trunk/src/zope/app/file/ftests/test_image.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/image.py
===================================================================
--- Zope3/trunk/src/zope/app/file/image.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/image.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: image.py,v 1.4 2004/03/19 03:17:38 srichter Exp $
+$Id$
 """
 import struct
 from cStringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/file/image.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/file/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Basic File interfaces.
 
-$Id: interfaces.py,v 1.3 2004/03/19 03:17:38 srichter Exp $
+$Id$
 """
 from zope.schema import BytesLine, Bytes
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/file/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/tests/test_file.py
===================================================================
--- Zope3/trunk/src/zope/app/file/tests/test_file.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/tests/test_file.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_file.py,v 1.2 2004/02/24 16:49:50 philikon Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/file/tests/test_file.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/file/tests/test_image.py
===================================================================
--- Zope3/trunk/src/zope/app/file/tests/test_image.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/file/tests/test_image.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_image.py,v 1.5 2004/03/19 03:17:40 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyClass


Property changes on: Zope3/trunk/src/zope/app/file/tests/test_image.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/filerepresentation/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/filerepresentation/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/filerepresentation/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -82,7 +82,7 @@
       For reading, there must be a class adapter to IReadSync.  We will
       then apply rules similar to those above.
 
-$Id: interfaces.py,v 1.1 2004/03/15 13:10:59 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/filerepresentation/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/folder/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/folder/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.2 2004/02/24 16:49:59 philikon Exp $
+$Id$
 """
 
 from folder import Folder, rootFolder


Property changes on: Zope3/trunk/src/zope/app/folder/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/folder/browser/folder.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/browser/folder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/folder/browser/folder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Folder-specific view classes
 
-$Id: folder.py,v 1.3 2004/03/14 02:17:04 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.container.browser.adding import Adding


Property changes on: Zope3/trunk/src/zope/app/folder/browser/folder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/folder/folder.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/folder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/folder/folder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: folder.py,v 1.4 2004/03/13 15:21:17 srichter Exp $
+$Id$
 """
 
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/folder/folder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/folder/fssync.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/fssync.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/folder/fssync.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Filesystem synchronization support.
 
-$Id: fssync.py,v 1.6 2004/03/13 15:21:17 srichter Exp $
+$Id$
 """
 
 from zope.fssync.server.entryadapter import DirectoryAdapter


Property changes on: Zope3/trunk/src/zope/app/folder/fssync.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/folder/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/folder/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Folder interfaces
 
-$Id: interfaces.py,v 1.6 2004/03/13 23:00:54 srichter Exp $
+$Id$
 """
 from zope.app.container.interfaces import IAdding
 from zope.app.container.interfaces import IContainer, IContentContainer


Property changes on: Zope3/trunk/src/zope/app/folder/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/folder/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/folder/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: tests.py,v 1.6 2004/03/13 15:21:18 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/folder/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/form/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.5 2004/05/11 11:11:52 garrett Exp $
+$Id$
 """
 import traceback
 from warnings import warn


Property changes on: Zope3/trunk/src/zope/app/form/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser widgets
 
-$Id: __init__.py,v 1.4 2004/05/06 16:13:41 poster Exp $
+$Id$
 """
 from zope.app.form.browser.widget import BrowserWidget, DisplayWidget
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/add.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/add.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/add.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Add Form View class
 
-$Id: add.py,v 1.2 2004/03/23 22:08:10 srichter Exp $
+$Id$
 """
 import sys
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/add.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/addwizard.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/addwizard.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/addwizard.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Add Wizard View Classes
 
-$Id: addwizard.py,v 1.1 2004/03/14 01:11:34 srichter Exp $
+$Id$
 """
 import sys
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/addwizard.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/boolwidgets.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/boolwidgets.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/boolwidgets.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser widgets for items
 
-$Id: boolwidgets.py,v 1.2 2004/05/11 11:17:12 garrett Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.schema.vocabulary import SimpleVocabulary


Property changes on: Zope3/trunk/src/zope/app/form/browser/boolwidgets.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/complexsample/complexsample.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/complexsample/complexsample.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/complexsample/complexsample.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample complex vocabulary widget with query support.
 
-$Id: complexsample.py,v 1.1 2004/03/14 01:11:34 srichter Exp $
+$Id$
 """
 from xml.sax.saxutils import escape, quoteattr
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/complexsample/complexsample.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/complexsample/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/complexsample/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/complexsample/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces used with the sample widget.
 
-$Id: interfaces.py,v 1.1 2004/03/14 01:11:34 srichter Exp $
+$Id$
 """
 from zope.schema import BytesLine
 from zope.schema.interfaces import IVocabularyQuery


Property changes on: Zope3/trunk/src/zope/app/form/browser/complexsample/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests of the example vocabularies provided for functional tests.
 
-$Id: test_vocabulary.py,v 1.2 2004/04/24 23:19:37 srichter Exp $
+$Id$
 """
 import unittest
 # 


Property changes on: Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_widget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_widget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_widget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the sample complex widgets.
 
-$Id: test_widget.py,v 1.2 2004/04/24 23:19:37 srichter Exp $
+$Id$
 """
 import unittest
 # 


Property changes on: Zope3/trunk/src/zope/app/form/browser/complexsample/tests/test_widget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/complexsample/vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/complexsample/vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/complexsample/vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 
 """Sample vocabularies for use with the complexsample widgets.
 
-$Id: vocabulary.py,v 1.1 2004/03/14 01:11:34 srichter Exp $
+$Id$
 """
 from zope.interface.declarations import implements
 from zope.schema.interfaces import ITokenizedTerm, IIterableVocabulary


Property changes on: Zope3/trunk/src/zope/app/form/browser/complexsample/vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/complexsample/widgetapi.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/complexsample/widgetapi.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/complexsample/widgetapi.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 The base classes provided here implement the IBrowserWidget API and
 provide a simpler API that derived classes are expected to implement.
 
-$Id: widgetapi.py,v 1.2 2004/03/17 17:37:04 philikon Exp $
+$Id$
 """
 from xml.sax.saxutils import escape, quoteattr
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/complexsample/widgetapi.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/editview.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/editview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/editview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Edit View Classes
 
-$Id: editview.py,v 1.2 2004/03/23 22:08:10 srichter Exp $
+$Id$
 """
 from datetime import datetime
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/editview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/editwizard.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/editwizard.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/editwizard.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Edit Wizard View Classes
 
-$Id: editwizard.py,v 1.1 2004/03/14 01:11:34 srichter Exp $
+$Id$
 """
 
 from zope.component import getAdapter


Property changes on: Zope3/trunk/src/zope/app/form/browser/editwizard.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/exception.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/exception.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/exception.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Form-related exception views
 
-$Id: exception.py,v 1.1 2004/04/11 12:31:48 philikon Exp $
+$Id$
 """
 from cgi import escape
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/exception.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/support.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/support.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/support.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Support Functions for Widget Functional Tests
 
-$Id: support.py,v 1.2 2004/04/11 10:34:56 srichter Exp $
+$Id$
 """
 import re
 from zope.configuration import xmlconfig


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/support.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_checkboxwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_checkboxwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_checkboxwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Checkbox Widget tests
 
-$Id: test_checkboxwidget.py,v 1.5 2004/05/10 15:50:10 fdrake Exp $
+$Id$
 """
 import unittest
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_checkboxwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_datetimewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_datetimewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_datetimewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """DateTime Widget Functional Tests
 
-$Id: test_datetimewidget.py,v 1.5 2004/05/10 15:50:10 fdrake Exp $
+$Id$
 """
 import unittest
 import re


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_datetimewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_filewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_filewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_filewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_filewidget.py,v 1.5 2004/05/10 15:50:10 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_filewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_floatwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_floatwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_floatwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Float Widget Functional Tests
 
-$Id: test_floatwidget.py,v 1.5 2004/05/10 15:50:10 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_floatwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_intwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_intwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_intwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Int Widget Functional Tests
 
-$Id: test_intwidget.py,v 1.5 2004/05/10 15:50:10 fdrake Exp $
+$Id$
 """
 import unittest
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_intwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_objectwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_objectwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_objectwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_objectwidget.py,v 1.1 2004/05/07 19:41:32 garrett Exp $
+$Id$
 """
 
 import unittest, doctest


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_objectwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_textareawidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_textareawidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_textareawidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """TextArea Functional Tests
 
-$Id: test_textareawidget.py,v 1.4 2004/05/10 15:50:10 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_textareawidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/ftests/test_textwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/ftests/test_textwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/ftests/test_textwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """TextWidget Tests
 
-$Id: test_textwidget.py,v 1.5 2004/05/10 15:50:10 fdrake Exp $
+$Id$
 """
 import unittest
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/form/browser/ftests/test_textwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.5 2004/05/11 11:16:28 garrett Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import TextLine, Bool


Property changes on: Zope3/trunk/src/zope/app/form/browser/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/itemswidgets.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/itemswidgets.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/itemswidgets.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser widgets for items
 
-$Id: itemswidgets.py,v 1.4 2004/05/11 11:17:12 garrett Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.i18n import translate


Property changes on: Zope3/trunk/src/zope/app/form/browser/itemswidgets.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/macros.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/macros.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/macros.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """API Documentation macros
 
-$Id: macros.py,v 1.1 2004/05/04 02:01:24 garrett Exp $
+$Id$
 """
 from zope.app.basicskin.standardmacros import StandardMacros
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/macros.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Configuration handlers for forms and widgets
 
-$Id: metaconfigure.py,v 1.3 2004/04/25 16:19:14 srichter Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: metadirectives.py,v 1.5 2004/04/25 16:19:14 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.configuration.fields import GlobalObject, Tokens, Path, \


Property changes on: Zope3/trunk/src/zope/app/form/browser/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/objectwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/objectwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/objectwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser widgets for text-like data
 
-$Id: objectwidget.py,v 1.3 2004/05/11 11:17:12 garrett Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.schema import getFieldNamesInOrder


Property changes on: Zope3/trunk/src/zope/app/form/browser/objectwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/schemadisplay.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/schemadisplay.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/schemadisplay.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Support for display-only pages based on schema.
 
-$Id: schemadisplay.py,v 1.1 2004/03/14 01:11:34 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/schemadisplay.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/sequencewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/sequencewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/sequencewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser widgets for sequences
 
-$Id: sequencewidget.py,v 1.3 2004/05/11 11:17:12 garrett Exp $
+$Id$
 """
 import re
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/form/browser/sequencewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/submit.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/submit.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/submit.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Update -- Name of the standard update submit button
 
-$Id: submit.py,v 1.2 2004/03/17 17:35:53 philikon Exp $
+$Id$
 """
 
 Next = "NEXT_SUBMIT"


Property changes on: Zope3/trunk/src/zope/app/form/browser/submit.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/support.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/support.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/support.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """General test support.
 
-$Id: support.py,v 1.2 2004/04/24 23:19:43 srichter Exp $
+$Id$
 """
 class VerifyResults(object):
     """Mix-in for test classes with helpers for checking string data."""


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/support.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_add.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_add.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_add.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_add.py,v 1.3 2004/03/18 17:01:11 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_add.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_browserwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_browserwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_browserwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_browserwidget.py,v 1.5 2004/05/11 11:17:35 garrett Exp $
+$Id$
 """
 import os
 import unittest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_browserwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_checkboxwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_checkboxwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_checkboxwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_checkboxwidget.py,v 1.3 2004/05/11 11:17:35 garrett Exp $
+$Id$
 """
 import unittest, doctest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_checkboxwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_choicecollections.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_choicecollections.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_choicecollections.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the choice collections widgets (function).
 
-$Id: test_choicecollections.py,v 1.1 2004/05/06 16:13:41 poster Exp $
+$Id$
 """
 import unittest
 from zope.publisher.interfaces.browser import IBrowserRequest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_choicecollections.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_choicewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_choicewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_choicewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the Choice display and edit widget (function).
 
-$Id: test_choicewidget.py,v 1.2 2004/05/06 16:13:41 poster Exp $
+$Id$
 """
 import unittest
 from zope.publisher.interfaces.browser import IBrowserRequest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_choicewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_configure.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_configure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_configure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test that the package's configure.zcml can be loaded.
 
-$Id: test_configure.py,v 1.1 2004/03/14 01:11:37 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_configure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_datetimewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_datetimewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_datetimewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_datetimewidget.py,v 1.3 2004/05/11 11:17:35 garrett Exp $
+$Id$
 """
 import unittest, doctest
 from zope.app.datetimeutils import parseDatetimetz


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_datetimewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_datewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_datewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_datewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_datewidget.py,v 1.3 2004/05/11 11:17:35 garrett Exp $
+$Id$
 """
 import unittest, doctest
 from zope.app.datetimeutils import parseDatetimetz


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_datewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Form Directives Tests
 
-$Id: test_directives.py,v 1.4 2004/04/25 16:19:18 srichter Exp $
+$Id$
 """
 import os
 import unittest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_editview.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_editview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_editview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""$Id: test_editview.py,v 1.2 2004/03/17 17:37:06 philikon Exp $
+"""$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_editview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_editwizardview.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_editwizardview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_editwizardview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""$Id: test_editwizardview.py,v 1.2 2004/03/17 17:37:06 philikon Exp $
+"""$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_editwizardview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_exception.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_exception.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_exception.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_exception.py,v 1.1 2004/04/11 12:31:49 philikon Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_exception.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_filewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_filewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_filewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_filewidget.py,v 1.3 2004/05/11 11:17:35 garrett Exp $
+$Id$
 """
 import unittest, doctest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_filewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_floatwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_floatwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_floatwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_floatwidget.py,v 1.3 2004/05/11 11:17:35 garrett Exp $
+$Id$
 """
 import unittest, doctest
 from zope.app.form.browser.tests.test_browserwidget import SimpleInputWidgetTest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_floatwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_intwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_intwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_intwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_intwidget.py,v 1.3 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 import unittest, doctest
 from unittest import main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_intwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_itemswidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_itemswidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_itemswidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Select Widget Tests
 
-$Id: test_itemswidget.py,v 1.3 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_itemswidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_multicheckboxwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_multicheckboxwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_multicheckboxwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_multicheckboxwidget.py,v 1.6 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 import unittest, doctest
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_multicheckboxwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_objectwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_objectwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_objectwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_objectwidget.py,v 1.4 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 
 import unittest, doctest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_objectwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_passwordwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_passwordwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_passwordwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_passwordwidget.py,v 1.3 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 import unittest, doctest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_passwordwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_radiowidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_radiowidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_radiowidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_radiowidget.py,v 1.5 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 import os
 import unittest, doctest


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_radiowidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test widget registrations.
 
-$Id: test_registrations.py,v 1.2 2004/05/06 16:13:41 poster Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_registrations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_selectwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_selectwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_selectwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Select Widget Tests
 
-$Id: test_selectwidget.py,v 1.2 2004/05/06 16:13:41 poster Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_selectwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_sequencewidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_sequencewidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_sequencewidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sequence Field Widget tests.
 
-$Id: test_sequencewidget.py,v 1.5 2004/05/07 19:43:26 garrett Exp $
+$Id$
 """
 import unittest, doctest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_sequencewidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_setprefix.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_setprefix.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_setprefix.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_setprefix.py,v 1.2 2004/03/17 17:37:06 philikon Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_setprefix.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_textareawidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_textareawidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_textareawidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_textareawidget.py,v 1.3 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 import unittest, doctest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_textareawidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_textwidget.py,v 1.3 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 import unittest, doctest
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_textwidget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_vocabularyquery.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_vocabularyquery.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_vocabularyquery.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests of the vocabulary queries.
 
-$Id: test_vocabularyquery.py,v 1.2 2004/05/06 16:13:41 poster Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_vocabularyquery.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/tests/test_widgetdocs.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/tests/test_widgetdocs.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/tests/test_widgetdocs.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_widgetdocs.py,v 1.1 2004/03/18 00:49:07 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/form/browser/tests/test_widgetdocs.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/textwidgets.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/textwidgets.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/textwidgets.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser widgets with text-based input
 
-$Id: textwidgets.py,v 1.3 2004/05/11 11:17:12 garrett Exp $
+$Id$
 """
 from zope.interface import implements
 


Property changes on: Zope3/trunk/src/zope/app/form/browser/textwidgets.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/vocabularyquery.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/vocabularyquery.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/vocabularyquery.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser views for vocabulary widgets.
 
-$Id: vocabularyquery.py,v 1.1 2004/04/24 23:18:16 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.schema.interfaces import IIterableVocabularyQuery


Property changes on: Zope3/trunk/src/zope/app/form/browser/vocabularyquery.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/browser/widget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/widget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/browser/widget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Widget Definitions
 
-$Id: widget.py,v 1.10 2004/05/11 11:16:28 garrett Exp $
+$Id$
 """
 import re, cgi
 import traceback


Property changes on: Zope3/trunk/src/zope/app/form/browser/widget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/form/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Validation Exceptions
 
-$Id: interfaces.py,v 1.5 2004/05/11 11:14:09 garrett Exp $
+$Id$
 """
 from zope.schema.interfaces import ValidationError
 from zope.component.interfaces import IView


Property changes on: Zope3/trunk/src/zope/app/form/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/tests/test_utility.py
===================================================================
--- Zope3/trunk/src/zope/app/form/tests/test_utility.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/tests/test_utility.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Form Utilities Tests
 
-$Id: test_utility.py,v 1.23 2004/03/19 20:26:26 srichter Exp $
+$Id$
 """
 import doctest
 


Property changes on: Zope3/trunk/src/zope/app/form/tests/test_utility.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/tests/test_widget.py
===================================================================
--- Zope3/trunk/src/zope/app/form/tests/test_widget.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/tests/test_widget.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Generic Widget Tests
 
-$Id: test_widget.py,v 1.11 2004/05/11 11:17:36 garrett Exp $
+$Id$
 """
 from unittest import TestSuite, main, makeSuite
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/form/tests/test_widget.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/form/utility.py
===================================================================
--- Zope3/trunk/src/zope/app/form/utility.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/form/utility.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -30,7 +30,7 @@
 functionality of formulator forms that isn't handled by schema,
 fields, or widgets.
 
-$Id: utility.py,v 1.30 2004/05/07 19:43:49 garrett Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/form/utility.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Code for the toFS.snarf view and its inverse, fromFS.snarf.
 
-$Id: __init__.py,v 1.1 2004/03/01 13:07:17 philikon Exp $
+$Id$
 """
 import os
 import cgi


Property changes on: Zope3/trunk/src/zope/app/fssync/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/committer.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/committer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/committer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Commit changes from the filesystem.
 
-$Id: committer.py,v 1.26 2004/03/15 13:10:49 srichter Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/fssync/committer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/fsbundle.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/fsbundle.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/fsbundle.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """High-level class to support bundle management on an fssync checkout.
 
-$Id: fsbundle.py,v 1.5 2004/02/25 23:02:26 faassen Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/fssync/fsbundle.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/fspickle.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/fspickle.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/fspickle.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -58,7 +58,7 @@
 >>> c4.__parent__ is c3
 1
 
-$Id: fspickle.py,v 1.7 2004/03/13 21:03:11 srichter Exp $
+$Id$
 """
 
 import cPickle


Property changes on: Zope3/trunk/src/zope/app/fssync/fspickle.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/fsregistry.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/fsregistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/fsregistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This acts as a global (placeless) service.
 
-$Id: fsregistry.py,v 1.6 2004/03/01 13:07:16 philikon Exp $
+$Id$
 """
 
 from zope.exceptions import DuplicationError, NotFoundError


Property changes on: Zope3/trunk/src/zope/app/fssync/fsregistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for filesystem synchronization.
 
-$Id: interfaces.py,v 1.1 2004/03/01 13:07:16 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/fssync/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/main.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/main.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/main.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -22,7 +22,7 @@
 ``%(program)s help command'' prints the local help for the command
 """
 """
-$Id: main.py,v 1.2 2004/01/15 19:43:20 fdrake Exp $
+$Id$
 """
 
 from zope.fssync.command import Command, Usage


Property changes on: Zope3/trunk/src/zope/app/fssync/main.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Register class directive.
 
-$Id: metaconfigure.py,v 1.1 2003/08/01 23:31:46 srichter Exp $
+$Id$
 """
 from zope.app.fssync.fsregistry import provideSynchronizer
 


Property changes on: Zope3/trunk/src/zope/app/fssync/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Fssync Directive Schemas
 
-$Id: metadirectives.py,v 1.1 2003/08/01 23:31:46 srichter Exp $
+$Id$
 """
 from zope.configuration.fields import GlobalObject
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/fssync/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/syncer.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/syncer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/syncer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Filesystem synchronization functions.
 
-$Id: syncer.py,v 1.35 2004/03/13 23:00:55 srichter Exp $
+$Id$
 """
 
 from zope.component import getService


Property changes on: Zope3/trunk/src/zope/app/fssync/syncer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/tests/sampleclass.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/tests/sampleclass.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/tests/sampleclass.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test SampleClass for testing File-system synchronization services
 
-$Id: sampleclass.py,v 1.4 2004/01/13 19:32:22 fdrake Exp $
+$Id$
 """
 
 from zope.fssync.server.interfaces import IObjectDirectory, IObjectFile


Property changes on: Zope3/trunk/src/zope/app/fssync/tests/sampleclass.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/tests/test_committer.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/tests/test_committer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/tests/test_committer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Committer class.
 
-$Id: test_committer.py,v 1.31 2004/04/17 17:15:33 jim Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/fssync/tests/test_committer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/tests/test_fsbundle.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/tests/test_fsbundle.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/tests/test_fsbundle.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests of the filesystem side of the bundle management code.
 
-$Id: test_fsbundle.py,v 1.1 2003/10/06 20:05:14 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/fssync/tests/test_fsbundle.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/tests/test_fsdirective.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/tests/test_fsdirective.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/tests/test_fsdirective.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test FSRegistry File-system synchronization services
 
-$Id: test_fsdirective.py,v 1.4 2003/10/06 22:08:52 sidnei Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/fssync/tests/test_fsdirective.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/tests/test_fspickle.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/tests/test_fspickle.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/tests/test_fspickle.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Location support tests
 
-$Id: test_fspickle.py,v 1.4 2004/03/13 21:03:11 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/fssync/tests/test_fspickle.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/fssync/tests/test_fsregistry.py
===================================================================
--- Zope3/trunk/src/zope/app/fssync/tests/test_fsregistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/fssync/tests/test_fsregistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test FSRegistry File-system synchronization services
 
-$Id: test_fsregistry.py,v 1.5 2004/03/01 13:07:18 philikon Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/fssync/tests/test_fsregistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/ftests/test_introspector.py
===================================================================
--- Zope3/trunk/src/zope/app/ftests/test_introspector.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/ftests/test_introspector.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Introspector funcional tests
 
-$Id: test_introspector.py,v 1.3 2004/04/06 20:58:09 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.tests.functional import BrowserTestCase


Property changes on: Zope3/trunk/src/zope/app/ftests/test_introspector.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/ftp/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/ftp/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/ftp/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 These views implement ftp commands using file-system representation
 and meta-data apis.
 
-$Id: __init__.py,v 1.10 2004/03/17 18:24:24 philikon Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/ftp/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/ftp/tests/test_ftpview.py
===================================================================
--- Zope3/trunk/src/zope/app/ftp/tests/test_ftpview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/ftp/tests/test_ftpview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test FTP views
 
-$Id: test_ftpview.py,v 1.8 2004/03/15 13:10:51 srichter Exp $
+$Id$
 """
 
 import datetime


Property changes on: Zope3/trunk/src/zope/app/ftp/tests/test_ftpview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,5 +13,5 @@
 ##############################################################################
 """Experimental support for application database generations
 
-$Id: __init__.py,v 1.1 2004/04/22 18:51:07 jim Exp $
+$Id$
 """


Property changes on: Zope3/trunk/src/zope/app/generations/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/browser/managers.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/browser/managers.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/browser/managers.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """UI for browsing database schema managers
 
-$Id: managers.py,v 1.1 2004/04/23 19:39:29 jim Exp $
+$Id$
 """
 
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/generations/browser/managers.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/browser/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/browser/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/browser/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Generation-browser tests
 
-$Id: tests.py,v 1.1 2004/04/23 19:39:29 jim Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/generations/browser/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/demo/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/demo/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/demo/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 The evolution scripts in this package are pretty dumb. The just call
 the evolve function defined here with a generation number. 
 
-$Id: __init__.py,v 1.1 2004/04/22 18:58:10 jim Exp $
+$Id$
 """
 
 key = 'zope.app.generations.demo-generation'


Property changes on: Zope3/trunk/src/zope/app/generations/demo/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/demo/evolve1.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/demo/evolve1.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/demo/evolve1.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Silly demo evolution module
 
-$Id: evolve1.py,v 1.1 2004/04/22 18:58:10 jim Exp $
+$Id$
 """
 
 generation = 1


Property changes on: Zope3/trunk/src/zope/app/generations/demo/evolve1.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/demo/evolve2.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/demo/evolve2.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/demo/evolve2.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Silly demo evolution module
 
-$Id: evolve2.py,v 1.1 2004/04/22 18:58:10 jim Exp $
+$Id$
 """
 
 generation = 2


Property changes on: Zope3/trunk/src/zope/app/generations/demo/evolve2.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/demo/evolve3.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/demo/evolve3.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/demo/evolve3.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Silly demo evolution module
 
-$Id: evolve3.py,v 1.1 2004/04/22 18:58:10 jim Exp $
+$Id$
 """
 
 generation = 3


Property changes on: Zope3/trunk/src/zope/app/generations/demo/evolve3.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/generations.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/generations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/generations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Experimental support for application database generations
 
-$Id: generations.py,v 1.1 2004/04/22 18:51:07 jim Exp $
+$Id$
 """
 
 from interfaces import GenerationTooHigh, GenerationTooLow, UnableToEvolve


Property changes on: Zope3/trunk/src/zope/app/generations/generations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for experimental support for application database generations
 
-$Id: interfaces.py,v 1.1 2004/04/22 18:51:07 jim Exp $
+$Id$
 """
 
 import zope.interface


Property changes on: Zope3/trunk/src/zope/app/generations/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/generations/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/generations/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Schema-generation tests
 
-$Id: tests.py,v 1.1 2004/04/22 18:51:07 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/generations/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/delete.py
===================================================================
--- Zope3/trunk/src/zope/app/http/delete.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/delete.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """HTTP DELETE verb
 
-$Id: delete.py,v 1.6 2004/03/15 13:10:51 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/http/delete.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/exception/notfound.py
===================================================================
--- Zope3/trunk/src/zope/app/http/exception/notfound.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/exception/notfound.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Not found Exception
 
-$Id: notfound.py,v 1.4 2004/03/13 23:34:28 srichter Exp $
+$Id$
 """
 from zope.app.http.interfaces import IHTTPException
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/http/exception/notfound.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/exception/tests/test_unauthorized.py
===================================================================
--- Zope3/trunk/src/zope/app/http/exception/tests/test_unauthorized.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/exception/tests/test_unauthorized.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unauthorized Exception Test
 
-$Id: test_unauthorized.py,v 1.3 2004/03/13 23:34:29 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.publisher.browser import TestRequest


Property changes on: Zope3/trunk/src/zope/app/http/exception/tests/test_unauthorized.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/exception/unauthorized.py
===================================================================
--- Zope3/trunk/src/zope/app/http/exception/unauthorized.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/exception/unauthorized.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unauthorized Exception
 
-$Id: unauthorized.py,v 1.3 2004/03/13 23:34:29 srichter Exp $
+$Id$
 """
 from zope.app.http.interfaces import IHTTPException
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/http/exception/unauthorized.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/http/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 # 
 ##############################################################################
 """
-$Id: interfaces.py,v 1.1 2004/03/13 23:34:28 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/app/http/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/options.py
===================================================================
--- Zope3/trunk/src/zope/app/http/options.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/options.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """HTTP method OPTIONS
 
-$Id: options.py,v 1.2 2003/06/03 22:46:19 jim Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/http/options.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/put.py
===================================================================
--- Zope3/trunk/src/zope/app/http/put.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/put.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """HTTP PUT verb
 
-$Id: put.py,v 1.11 2004/03/15 13:10:51 srichter Exp $
+$Id$
 """
 from zope.component import queryNamedAdapter
 from zope.app.http.interfaces import INullResource


Property changes on: Zope3/trunk/src/zope/app/http/put.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/tests/test_delete.py
===================================================================
--- Zope3/trunk/src/zope/app/http/tests/test_delete.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/tests/test_delete.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test HTTP DELETE verb
 
-$Id: test_delete.py,v 1.8 2004/03/15 13:10:52 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/http/tests/test_delete.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/tests/test_put.py
===================================================================
--- Zope3/trunk/src/zope/app/http/tests/test_put.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/tests/test_put.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test HTTP PUT verb
 
-$Id: test_put.py,v 1.7 2004/03/15 13:10:52 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/http/tests/test_put.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/tests/test_traversers.py
===================================================================
--- Zope3/trunk/src/zope/app/http/tests/test_traversers.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/tests/test_traversers.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_traversers.py,v 1.1 2003/02/07 15:59:38 jim Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/http/tests/test_traversers.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/http/traversal.py
===================================================================
--- Zope3/trunk/src/zope/app/http/traversal.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/http/traversal.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 For straight HTTP, we need to be able to create null resources.
 We also never traverse to views.
 
-$Id: traversal.py,v 1.6 2004/03/17 18:24:24 philikon Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/http/traversal.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Object hub implementation.
 
-$Id: __init__.py,v 1.4 2004/03/13 23:55:01 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/hub/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define view component for object hub.
 
-$Id: __init__.py,v 1.1 2004/03/11 09:19:25 srichter Exp $
+$Id$
 """
 from zope.exceptions import NotFoundError
 from zope.app.hub.interfaces import IObjectHub


Property changes on: Zope3/trunk/src/zope/app/hub/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Object hub interfaces.
 
-$Id: interfaces.py,v 1.1 2004/03/11 09:19:24 srichter Exp $
+$Id$
 """
 from zope.interface import Attribute, Interface
 from zope.app.event.interfaces import IEvent, IEventChannel


Property changes on: Zope3/trunk/src/zope/app/hub/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/tests/objecthubsetup.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/tests/objecthubsetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/tests/objecthubsetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: objecthubsetup.py,v 1.2 2004/03/13 23:55:02 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.event.tests.eventsetup import EventSetup


Property changes on: Zope3/trunk/src/zope/app/hub/tests/objecthubsetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/tests/test_hookedhubevent.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/tests/test_hookedhubevent.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/tests/test_hookedhubevent.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_hookedhubevent.py,v 1.1 2004/03/11 09:19:25 srichter Exp $
+$Id$
 """
 # in this version of these tests, we are no longer using a fake
 # ObjectHub, which makes these tests less pure...but still useful


Property changes on: Zope3/trunk/src/zope/app/hub/tests/test_hookedhubevent.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/tests/test_hubevent.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/tests/test_hubevent.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/tests/test_hubevent.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_hubevent.py,v 1.1 2004/03/11 09:19:25 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/hub/tests/test_hubevent.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/tests/test_objecthub.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/tests/test_objecthub.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/tests/test_objecthub.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """testObjectHub
 
-$Id: test_objecthub.py,v 1.2 2004/03/13 21:03:13 srichter Exp $
+$Id$
 """
 import unittest
 from zope.app.tests import ztapi


Property changes on: Zope3/trunk/src/zope/app/hub/tests/test_objecthub.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/hub/tests/test_registration.py
===================================================================
--- Zope3/trunk/src/zope/app/hub/tests/test_registration.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/hub/tests/test_registration.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 ##############################################################################
 """
-$Id: test_registration.py,v 1.3 2004/03/13 23:55:02 srichter Exp $
+$Id$
 """
 from unittest import makeSuite, main, TestCase
 


Property changes on: Zope3/trunk/src/zope/app/hub/tests/test_registration.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Customization of zope.i18n for the Zope application server
 
-$Id: __init__.py,v 1.5 2004/03/08 23:35:04 srichter Exp $
+$Id$
 """
 from zope.i18n.messageid import MessageIDFactory
 


Property changes on: Zope3/trunk/src/zope/app/i18n/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Translation Service Views
 
-$Id: __init__.py,v 1.1 2004/03/08 23:34:18 srichter Exp $
+$Id$
 """
 from zope.i18n.interfaces import ITranslationDomain
 


Property changes on: Zope3/trunk/src/zope/app/i18n/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/browser/exportimport.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/browser/exportimport.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/browser/exportimport.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Message Export/Import View
 
-$Id: exportimport.py,v 1.1 2004/03/08 23:34:18 srichter Exp $
+$Id$
 """
 from zope.app.i18n.browser import BaseView
 from zope.i18n.interfaces import IMessageExportFilter, IMessageImportFilter


Property changes on: Zope3/trunk/src/zope/app/i18n/browser/exportimport.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/browser/synchronize.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/browser/synchronize.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/browser/synchronize.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Synchronize with Foreign Translation Services
 
-$Id: synchronize.py,v 1.1 2004/03/08 23:34:18 srichter Exp $
+$Id$
 """
 import httplib
 import urllib


Property changes on: Zope3/trunk/src/zope/app/i18n/browser/synchronize.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/browser/tests/test_translate.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/browser/tests/test_translate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/browser/tests/test_translate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_translate.py,v 1.2 2004/03/09 12:39:05 srichter Exp $
+$Id$
 """
 import unittest
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/i18n/browser/tests/test_translate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/browser/translate.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/browser/translate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/browser/translate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Translation GUI
 
-$Id: translate.py,v 1.1 2004/03/08 23:34:18 srichter Exp $
+$Id$
 """
 from zope.app.i18n.browser import BaseView
 


Property changes on: Zope3/trunk/src/zope/app/i18n/browser/translate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/filters.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/filters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/filters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Translation Domain Message Export and Import Filters
 
-$Id: filters.py,v 1.1 2004/03/08 23:34:50 srichter Exp $
+$Id$
 """
 import time, re
 from types import StringTypes


Property changes on: Zope3/trunk/src/zope/app/i18n/filters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Placeful internationalization of content objects.
 
-$Id: interfaces.py,v 1.1 2004/03/08 23:34:50 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.i18n.interfaces import ITranslationDomain, IMessageCatalog


Property changes on: Zope3/trunk/src/zope/app/i18n/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/messagecatalog.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/messagecatalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/messagecatalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A simple implementation of a Message Catalog.
 
-$Id: messagecatalog.py,v 1.1 2004/03/08 23:34:50 srichter Exp $
+$Id$
 """
 from zope.interface import classProvides, providedBy, implements
 import time


Property changes on: Zope3/trunk/src/zope/app/i18n/messagecatalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module handles the 'i18n' namespace directives.
 
-$Id: metaconfigure.py,v 1.5 2004/03/31 14:18:13 gintautasm Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/i18n/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: metadirectives.py,v 1.3 2004/03/08 23:36:26 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.configuration.fields import Path


Property changes on: Zope3/trunk/src/zope/app/i18n/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/tests/placelesssetup.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/tests/placelesssetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/tests/placelesssetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit test logic for setting up and tearing down basic infrastructure
 
-$Id: placelesssetup.py,v 1.5 2004/03/08 23:35:17 srichter Exp $
+$Id$
 """
 from zope.app.tests import ztapi
 from zope.component import getServiceManager


Property changes on: Zope3/trunk/src/zope/app/i18n/tests/placelesssetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/tests/test_filters.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/tests/test_filters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/tests/test_filters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """This module tests the Gettext Export and Import funciotnality of the
 Translation Domain.
 
-$Id: test_filters.py,v 1.2 2004/03/09 12:39:05 srichter Exp $
+$Id$
 """
 import unittest
 import time


Property changes on: Zope3/trunk/src/zope/app/i18n/tests/test_filters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/tests/test_messagecatalog.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/tests/test_messagecatalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/tests/test_messagecatalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the generic persistent Message Catalog.
 
-$Id: test_messagecatalog.py,v 1.1 2004/03/08 23:34:51 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/i18n/tests/test_messagecatalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/tests/test_translationdomain.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/tests/test_translationdomain.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/tests/test_translationdomain.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module tests the regular persistent Translation Domain.
 
-$Id: test_translationdomain.py,v 1.6 2004/03/13 23:55:03 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/i18n/tests/test_translationdomain.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/tests/testi18ndirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/tests/testi18ndirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/tests/testi18ndirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the gts ZCML namespace directives.
 
-$Id: testi18ndirectives.py,v 1.8 2004/03/08 23:36:27 srichter Exp $
+$Id$
 """
 import os
 import unittest


Property changes on: Zope3/trunk/src/zope/app/i18n/tests/testi18ndirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/translationdomain.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/translationdomain.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/translationdomain.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is the standard, placeful Translation Domain for TTW development.
 
-$Id: translationdomain.py,v 1.2 2004/03/11 12:38:11 srichter Exp $
+$Id$
 """
 import re
 from BTrees.OOBTree import OOBTree


Property changes on: Zope3/trunk/src/zope/app/i18n/translationdomain.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18n/xmlrpc/methods.py
===================================================================
--- Zope3/trunk/src/zope/app/i18n/xmlrpc/methods.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18n/xmlrpc/methods.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Translation Domain XML-RPC Methods 
 
-$Id: methods.py,v 1.2 2004/03/19 20:26:26 srichter Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 from zope.app.publisher.xmlrpc import XMLRPCView


Property changes on: Zope3/trunk/src/zope/app/i18n/xmlrpc/methods.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.2 2004/02/24 16:50:07 philikon Exp $
+$Id$
 """
 
 from i18nfile import I18nFile


Property changes on: Zope3/trunk/src/zope/app/i18nfile/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/browser/i18nfile.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/browser/i18nfile.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/browser/i18nfile.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """I18n versions of several content objects.
 
-$Id: i18nfile.py,v 1.3 2004/03/19 03:17:41 srichter Exp $
+$Id$
 """
 from zope.i18n.negotiator import negotiator
 


Property changes on: Zope3/trunk/src/zope/app/i18nfile/browser/i18nfile.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/browser/i18nimage.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/browser/i18nimage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/browser/i18nimage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define view component for image editing.
 
-$Id: i18nimage.py,v 1.3 2004/03/19 03:17:41 srichter Exp $
+$Id$
 """
 from zope.i18n.negotiator import negotiator
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/i18nfile/browser/i18nimage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/i18nfile.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/i18nfile.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/i18nfile.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: i18nfile.py,v 1.3 2004/03/19 03:17:41 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/i18nfile/i18nfile.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/i18nimage.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/i18nimage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/i18nimage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: i18nimage.py,v 1.3 2004/03/19 03:17:41 srichter Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/i18nfile/i18nimage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.3 2004/03/19 03:17:41 srichter Exp $
+$Id$
 """
 from zope.i18n.interfaces import II18nAware
 from zope.app.file.interfaces import IFile, IImage


Property changes on: Zope3/trunk/src/zope/app/i18nfile/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nfile.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nfile.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nfile.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """I18n File Tests
 
-$Id: test_i18nfile.py,v 1.4 2004/03/19 03:17:42 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyClass


Property changes on: Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nfile.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nimage.py
===================================================================
--- Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nimage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nimage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """I18n Image Tests
 
-$Id: test_i18nimage.py,v 1.4 2004/03/19 03:17:42 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/i18nfile/tests/test_i18nimage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/index/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.10 2004/03/11 09:19:26 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.index.interfaces import IInterfaceIndexer


Property changes on: Zope3/trunk/src/zope/app/index/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/adapters.py
===================================================================
--- Zope3/trunk/src/zope/app/index/adapters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/adapters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Index-relevant adapters.
 
-$Id: adapters.py,v 1.8 2004/02/25 23:02:26 faassen Exp $
+$Id$
 """
 from zope.index.interfaces import IQuerying, IKeywordQuerying
 from BTrees.IIBTree import IISet


Property changes on: Zope3/trunk/src/zope/app/index/adapters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/browser/field/control.py
===================================================================
--- Zope3/trunk/src/zope/app/index/browser/field/control.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/browser/field/control.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Control view for the text index.
 
-$Id: control.py,v 1.3 2004/03/19 20:26:27 srichter Exp $
+$Id$
 """
 from zope.app.introspector import interfaceToName
 from zope.app.dublincore.interfaces import IZopeDublinCore


Property changes on: Zope3/trunk/src/zope/app/index/browser/field/control.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/browser/field/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/index/browser/field/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/browser/field/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit test for field index browser views
 
-$Id: tests.py,v 1.3 2004/03/13 23:55:04 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/index/browser/field/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/browser/text/control.py
===================================================================
--- Zope3/trunk/src/zope/app/index/browser/text/control.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/browser/text/control.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Control view for the text index.
 
-$Id: control.py,v 1.3 2004/03/19 20:26:27 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.component import getService, queryAdapter


Property changes on: Zope3/trunk/src/zope/app/index/browser/text/control.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/field/index.py
===================================================================
--- Zope3/trunk/src/zope/app/index/field/index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/field/index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 
 In addition, this implements TTW subscription management.
 
-$Id: index.py,v 1.18 2004/03/13 23:55:05 srichter Exp $
+$Id$
 """
 from zope.component import getService
 from zope.app.servicenames import HubIds


Property changes on: Zope3/trunk/src/zope/app/index/field/index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/field/tests/test_index.py
===================================================================
--- Zope3/trunk/src/zope/app/index/field/tests/test_index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/field/tests/test_index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for field index.
 
-$Id: test_index.py,v 1.9 2004/03/13 23:55:06 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/index/field/tests/test_index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/index/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Index Interfaces
 
-$Id: __init__.py,v 1.2 2004/03/13 20:24:09 srichter Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 


Property changes on: Zope3/trunk/src/zope/app/index/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/interfaces/field.py
===================================================================
--- Zope3/trunk/src/zope/app/index/interfaces/field.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/interfaces/field.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces related to field indexing and searching.
 
-$Id: field.py,v 1.3 2004/04/24 23:17:57 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import BytesLine, Choice


Property changes on: Zope3/trunk/src/zope/app/index/interfaces/field.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/interfaces/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/index/interfaces/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/interfaces/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -19,7 +19,7 @@
 The lookup for the query processor will try to find an appropriate adapter to
 the index.
 
-$Id: interfaces.py,v 1.1 2004/03/02 14:40:10 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/app/index/interfaces/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/interfaces/keyword.py
===================================================================
--- Zope3/trunk/src/zope/app/index/interfaces/keyword.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/interfaces/keyword.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Should be refactored (along with text and field)
 
-$Id: keyword.py,v 1.3 2004/04/24 23:17:57 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import BytesLine, Choice


Property changes on: Zope3/trunk/src/zope/app/index/interfaces/keyword.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/interfaces/text.py
===================================================================
--- Zope3/trunk/src/zope/app/index/interfaces/text.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/interfaces/text.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces related to text indexing and searching.
 
-$Id: text.py,v 1.2 2004/04/24 23:17:57 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import BytesLine, Choice


Property changes on: Zope3/trunk/src/zope/app/index/interfaces/text.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/keyword/index.py
===================================================================
--- Zope3/trunk/src/zope/app/index/keyword/index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/keyword/index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is a keyword index which can be subscribed to an event service.
 
-$Id: index.py,v 1.6 2004/03/11 09:19:30 srichter Exp $
+$Id$
 """
 from zope.index.keyword.index import KeywordIndex 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/index/keyword/index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/keyword/tests/test_index.py
===================================================================
--- Zope3/trunk/src/zope/app/index/keyword/tests/test_index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/keyword/tests/test_index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for keyword index.
 
-$Id: test_index.py,v 1.6 2004/03/13 15:21:20 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/index/keyword/tests/test_index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/processors.py
===================================================================
--- Zope3/trunk/src/zope/app/index/processors.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/processors.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Generic query processors for use with multiple indexes..
 
-$Id: processors.py,v 1.16 2004/03/13 23:55:03 srichter Exp $
+$Id$
 """
 from zope.app.index.interfaces.interfaces import \
     IRankedObjectIterator, IRankedObjectRecord, \


Property changes on: Zope3/trunk/src/zope/app/index/processors.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/queries.py
===================================================================
--- Zope3/trunk/src/zope/app/index/queries.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/queries.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Generic queries for indexes.
 
-$Id: queries.py,v 1.6 2004/03/02 14:40:04 philikon Exp $
+$Id$
 """
 
 from zope.app.index.interfaces.interfaces import IBatchedResult


Property changes on: Zope3/trunk/src/zope/app/index/queries.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/tests/test_objectretrievingprocessor.py
===================================================================
--- Zope3/trunk/src/zope/app/index/tests/test_objectretrievingprocessor.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/tests/test_objectretrievingprocessor.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 ##############################################################################
 """
-$Id: test_objectretrievingprocessor.py,v 1.15 2004/03/13 23:55:07 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/index/tests/test_objectretrievingprocessor.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/text/index.py
===================================================================
--- Zope3/trunk/src/zope/app/index/text/index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/text/index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 
 In addition, this implements TTW subscription management.
 
-$Id: index.py,v 1.21 2004/03/13 23:55:07 srichter Exp $
+$Id$
 """
 from zope.component import getService
 from zope.app.servicenames import HubIds


Property changes on: Zope3/trunk/src/zope/app/index/text/index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/text/processors.py
===================================================================
--- Zope3/trunk/src/zope/app/index/text/processors.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/text/processors.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A query processor to the TextIndex that supports batching and ranking.
 
-$Id: processors.py,v 1.12 2004/03/13 20:24:11 srichter Exp $
+$Id$
 """
 
 from zope.index.interfaces import IQuerying


Property changes on: Zope3/trunk/src/zope/app/index/text/processors.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/text/queries.py
===================================================================
--- Zope3/trunk/src/zope/app/index/text/queries.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/text/queries.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: queries.py,v 1.5 2004/03/02 14:40:13 philikon Exp $
+$Id$
 """
 
 from zope.app.index.interfaces.interfaces import IBatchedTextIndexQuery


Property changes on: Zope3/trunk/src/zope/app/index/text/queries.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/text/tests/test_batchedrankedprocessor.py
===================================================================
--- Zope3/trunk/src/zope/app/index/text/tests/test_batchedrankedprocessor.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/text/tests/test_batchedrankedprocessor.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """
 
-$Id: test_batchedrankedprocessor.py,v 1.12 2004/03/13 20:24:11 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.app.tests.placelesssetup import PlacelessSetup


Property changes on: Zope3/trunk/src/zope/app/index/text/tests/test_batchedrankedprocessor.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/index/text/tests/test_index.py
===================================================================
--- Zope3/trunk/src/zope/app/index/text/tests/test_index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/index/text/tests/test_index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for text index.
 
-$Id: test_index.py,v 1.17 2004/03/13 23:55:08 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/index/text/tests/test_index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This module contains code for interfaces in persistent modules.
 
-$Id: __init__.py,v 1.4 2004/03/21 17:09:39 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/interface/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces related to the local interface service.
 
-$Id: interfaces.py,v 1.1 2004/03/11 11:03:37 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/interface/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/tests/test_interface.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/tests/test_interface.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/tests/test_interface.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interface Service Tests
 
-$Id: test_interface.py,v 1.1 2004/03/11 11:03:37 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/interface/tests/test_interface.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/tests/test_queryinterface.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/tests/test_queryinterface.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/tests/test_queryinterface.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Doc test harness for queryType function.
 
-$Id: test_queryinterface.py,v 1.1 2004/03/20 22:08:26 nathan Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/interface/tests/test_queryinterface.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/tests/test_type.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/tests/test_type.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/tests/test_type.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Persistent Type Registry Tests
 
-$Id: test_type.py,v 1.1 2004/03/11 11:03:37 srichter Exp $
+$Id$
 """
 
 from unittest import TestSuite, makeSuite


Property changes on: Zope3/trunk/src/zope/app/interface/tests/test_type.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/tests/test_vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/tests/test_vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/tests/test_vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Object Interface Vocabulary Tests
 
-$Id: test_vocabulary.py,v 1.1 2004/04/24 23:17:36 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/interface/tests/test_vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/type.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/type.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/type.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """Persistent type registry
 
-$Id: type.py,v 1.1 2004/03/11 11:03:37 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/interface/type.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interface/vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interface/vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Vocabulary that provides a list of all interfaces its context provides.
 
-$Id: vocabulary.py,v 1.1 2004/04/24 23:17:35 srichter Exp $
+$Id$
 """
 from zope.interface import providedBy
 from zope.security.proxy import trustedRemoveSecurityProxy


Property changes on: Zope3/trunk/src/zope/app/interface/vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interpreter/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/interpreter/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interpreter/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for Code Interpreters
 
-$Id: interfaces.py,v 1.1 2004/03/02 15:49:02 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/interpreter/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interpreter/python.py
===================================================================
--- Zope3/trunk/src/zope/app/interpreter/python.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interpreter/python.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Python Code Interpreter
 
-$Id: python.py,v 1.6 2004/03/02 15:49:02 srichter Exp $
+$Id$
 """
 import StringIO
 import sys


Property changes on: Zope3/trunk/src/zope/app/interpreter/python.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/interpreter/tests/test_pythoninterpreter.py
===================================================================
--- Zope3/trunk/src/zope/app/interpreter/tests/test_pythoninterpreter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/interpreter/tests/test_pythoninterpreter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the workflow ZCML namespace directives.
 
-$Id: test_pythoninterpreter.py,v 1.4 2004/03/02 15:49:03 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/interpreter/tests/test_pythoninterpreter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/introspector/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/introspector/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/introspector/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Introspector
 
-$Id: __init__.py,v 1.6 2004/03/10 17:00:53 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.app.introspector.interfaces import IIntrospector


Property changes on: Zope3/trunk/src/zope/app/introspector/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/introspector/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/introspector/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/introspector/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Introspector View class
 
-$Id: browser.py,v 1.6 2004/04/08 13:09:35 hdima Exp $
+$Id$
 """
 from zope.app.publisher.browser import BrowserView
 from zope.app.introspector.interfaces import IIntrospector


Property changes on: Zope3/trunk/src/zope/app/introspector/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/introspector/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/introspector/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/introspector/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.1 2004/03/01 10:18:20 philikon Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/introspector/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/introspector/tests/test_introspector.py
===================================================================
--- Zope3/trunk/src/zope/app/introspector/tests/test_introspector.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/introspector/tests/test_introspector.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_introspector.py,v 1.2 2004/03/05 15:54:39 eddala Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/introspector/tests/test_introspector.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/introspector/tests/test_introspectorview.py
===================================================================
--- Zope3/trunk/src/zope/app/introspector/tests/test_introspectorview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/introspector/tests/test_introspectorview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Introspector view tests
 
-$Id: test_introspectorview.py,v 1.4 2004/04/08 13:09:35 hdima Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/introspector/tests/test_introspectorview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/location/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/location/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/location/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Classes to support implenting IContained
 
-$Id: __init__.py,v 1.8 2004/04/27 10:53:46 jim Exp $
+$Id$
 """
 import zope.interface
 from zope.app.location.interfaces import ILocation


Property changes on: Zope3/trunk/src/zope/app/location/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/location/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/location/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/location/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Location framework interfaces
 
-$Id: interfaces.py,v 1.2 2004/04/26 23:14:56 srichter Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 from zope import schema


Property changes on: Zope3/trunk/src/zope/app/location/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/location/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/location/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/location/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Location support tests
 
-$Id: tests.py,v 1.1 2004/03/02 17:51:52 philikon Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/location/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/delivery.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/delivery.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/delivery.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This module contains various implementations of MailDeliverys.
 
-$Id: delivery.py,v 1.1 2004/03/03 09:15:41 srichter Exp $
+$Id$
 """
 import rfc822
 import threading


Property changes on: Zope3/trunk/src/zope/app/mail/delivery.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/event.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/event.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/event.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Collection of possible Mail Events.
 
-$Id: event.py,v 1.4 2004/03/03 09:15:41 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 


Property changes on: Zope3/trunk/src/zope/app/mail/event.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -53,7 +53,7 @@
   If mail delivery fails, no exceptions are raised, but an 'IMailErrorEvent' is
   dispatched by the mailer.
 
-$Id: interfaces.py,v 1.1 2004/03/03 09:15:41 srichter Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 from zope.schema import Object, TextLine, Int, Password, BytesLine


Property changes on: Zope3/trunk/src/zope/app/mail/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/maildir.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/maildir.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/maildir.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX check exception types
 
-$Id: maildir.py,v 1.4 2004/03/03 09:15:41 srichter Exp $
+$Id$
 """
 import os
 import socket


Property changes on: Zope3/trunk/src/zope/app/mail/maildir.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/mailer.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/mailer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/mailer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 """These are classes which abstract different channels an email
 message could be sent out by.
 
-$Id: mailer.py,v 1.6 2004/03/03 09:15:41 srichter Exp $
+$Id$
 """
 from os import popen
 from smtplib import SMTP


Property changes on: Zope3/trunk/src/zope/app/mail/mailer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """mail ZCML Namespace handler
 
-$Id: metaconfigure.py,v 1.7 2004/04/25 04:41:00 srichter Exp $
+$Id$
 """
 from zope.configuration.exceptions import ConfigurationError
 


Property changes on: Zope3/trunk/src/zope/app/mail/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'mail' ZCML Namespaces Schemas
 
-$Id: metadirectives.py,v 1.6 2004/04/25 04:41:00 srichter Exp $
+$Id$
 """
 from zope.configuration.fields import Path
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/mail/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/tests/test_delivery.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/tests/test_delivery.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/tests/test_delivery.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Simple implementation of the MailDelivery, Mailers and MailEvents.
 
-$Id: test_delivery.py,v 1.1 2004/03/03 09:15:43 srichter Exp $
+$Id$
 """
 import os.path
 from tempfile import mktemp


Property changes on: Zope3/trunk/src/zope/app/mail/tests/test_delivery.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the gts ZCML namespace directives.
 
-$Id: test_directives.py,v 1.11 2004/03/05 22:09:10 jim Exp $
+$Id$
 """
 import os
 import unittest


Property changes on: Zope3/trunk/src/zope/app/mail/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/tests/test_event.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/tests/test_event.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/tests/test_event.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Simple implementation of the MailService, Mailers and MailEvents.
 
-$Id: test_event.py,v 1.3 2004/03/03 09:15:43 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, makeSuite
 


Property changes on: Zope3/trunk/src/zope/app/mail/tests/test_event.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/tests/test_maildir.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/tests/test_maildir.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/tests/test_maildir.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for zope.app.mail.maildir module
 
-$Id: test_maildir.py,v 1.7 2004/03/03 09:15:43 srichter Exp $
+$Id$
 """
 import unittest
 import stat


Property changes on: Zope3/trunk/src/zope/app/mail/tests/test_maildir.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/mail/tests/test_mailer.py
===================================================================
--- Zope3/trunk/src/zope/app/mail/tests/test_mailer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/mail/tests/test_mailer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for mailers.
 
-$Id: test_mailer.py,v 1.3 2004/03/03 09:15:43 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/mail/tests/test_mailer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/menu/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/menu/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/menu/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Local Menu Service
 
-$Id: __init__.py,v 1.4 2004/03/23 22:09:40 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from zope.interface import implements, providedBy


Property changes on: Zope3/trunk/src/zope/app/menu/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/menu/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/menu/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/menu/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Menu Access and Local Menu Service Views
 
-$Id: __init__.py,v 1.4 2004/03/19 20:26:28 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.publisher.browser import BrowserView


Property changes on: Zope3/trunk/src/zope/app/menu/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/menu/browser/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/menu/browser/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/menu/browser/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.1 2004/03/10 23:10:44 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/menu/browser/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/menu/browser/managementviewselector.py
===================================================================
--- Zope3/trunk/src/zope/app/menu/browser/managementviewselector.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/menu/browser/managementviewselector.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Selecting first available and allowed management view
 
-$Id: managementviewselector.py,v 1.3 2004/03/19 20:26:28 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.publisher.browser import BrowserView


Property changes on: Zope3/trunk/src/zope/app/menu/browser/managementviewselector.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/menu/browser/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/menu/browser/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/menu/browser/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Menu Browser Tests
 
-$Id: tests.py,v 1.5 2004/03/19 20:26:28 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/menu/browser/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/menu/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/menu/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/menu/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Locale Menu Service interfaces
 
-$Id: interfaces.py,v 1.2 2004/04/23 13:43:35 hdima Exp $
+$Id$
 """
 from zope.schema import Bool
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/menu/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/menu/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/menu/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/menu/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Menu Service Tests
 
-$Id: tests.py,v 1.6 2004/03/23 22:09:40 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/menu/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/module/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/module/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/module/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Manager for persistent modules associated with a service manager.
 
-$Id: __init__.py,v 1.3 2004/03/15 13:10:52 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from zodbcode.module import PersistentModule, compileModule


Property changes on: Zope3/trunk/src/zope/app/module/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/module/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/module/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/module/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Handle form to create module
 
-$Id: __init__.py,v 1.3 2004/04/13 14:40:44 hdima Exp $
+$Id$
 """
 from zope.app.module import Manager
 from zope.app.event import publish


Property changes on: Zope3/trunk/src/zope/app/module/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/module/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/module/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/module/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 XXX There is no module service yet; instead, the service manager
 currently implements it.  This should change.
 
-$Id: interfaces.py,v 1.1 2004/03/10 17:00:54 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/module/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/module/tests/test_module.py
===================================================================
--- Zope3/trunk/src/zope/app/module/tests/test_module.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/module/tests/test_module.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Peristent Module tests
 
-$Id: test_module.py,v 1.4 2004/04/17 15:13:10 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/module/tests/test_module.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/module/tests/test_modulelookup.py
===================================================================
--- Zope3/trunk/src/zope/app/module/tests/test_modulelookup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/module/tests/test_modulelookup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 Note that when we get around to implementing module services, those
 tests will go here too.
 
-$Id: test_modulelookup.py,v 1.4 2004/04/30 16:45:28 jim Exp $
+$Id$
 """
 from zope.testing.doctestunit import DocTestSuite
 


Property changes on: Zope3/trunk/src/zope/app/module/tests/test_modulelookup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/observable/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/observable/README.txt	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/observable/README.txt	2004-05-16 13:00:21 UTC (rev 24749)
@@ -1,4 +1,4 @@
-$Id: README.txt,v 1.2 2004/04/02 13:54:20 nathan Exp $
+$Id$
 
 Instance and Based Event Subscription Support
 


Property changes on: Zope3/trunk/src/zope/app/observable/README.txt
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/observable/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/observable/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/observable/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope.app Observable package
 
-$Id: __init__.py,v 1.2 2004/03/30 14:13:57 nathan Exp $
+$Id$
 """
 
 from interfaces import IObservable


Property changes on: Zope3/trunk/src/zope/app/observable/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/observable/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/observable/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/observable/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Observable interfaces
 
-$Id: interfaces.py,v 1.2 2004/03/30 14:13:57 nathan Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/observable/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/observable/observable.py
===================================================================
--- Zope3/trunk/src/zope/app/observable/observable.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/observable/observable.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Observable adapter
 
-$Id: observable.py,v 1.2 2004/03/30 14:13:57 nathan Exp $
+$Id$
 """
 from zope.interface import implements, providedBy
 from zope.app.observable.interfaces import IObservable


Property changes on: Zope3/trunk/src/zope/app/observable/observable.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/observable/observerevent.py
===================================================================
--- Zope3/trunk/src/zope/app/observable/observerevent.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/observable/observerevent.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Event channel class for observable events.
 
-$Id: observerevent.py,v 1.1 2004/03/30 21:47:38 nathan Exp $
+$Id$
 """
 
 from zope.app.event.interfaces import ISubscriber


Property changes on: Zope3/trunk/src/zope/app/observable/observerevent.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/observable/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/observable/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/observable/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Observable event infrastructure.
 
-$Id: tests.py,v 1.3 2004/03/30 21:47:50 nathan Exp $
+$Id$
 """
 
 import doctest


Property changes on: Zope3/trunk/src/zope/app/observable/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This the default implmentation of the OnlineHelp. It defines the global
 OnlineHelp in which all basic Zope-core help screens are registered.
 
-$Id: __init__.py,v 1.15 2004/03/13 21:03:15 srichter Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """OnlineHelp views
 
-$Id: __init__.py,v 1.1 2004/02/27 16:15:25 philikon Exp $
+$Id$
 """
 from zope.interface import providedBy
 


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/browser/skin/standardmacros.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/browser/skin/standardmacros.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/browser/skin/standardmacros.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 The macros are drawn from various different page templates.
 
-$Id: standardmacros.py,v 1.2 2004/03/02 17:11:29 philikon Exp $
+$Id$
 """
 from zope.app.basicskin.standardmacros import StandardMacros as BaseMacros
 


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/browser/skin/standardmacros.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 These are the interfaces designed for the OnlineHelp system.
 
-$Id: interfaces.py,v 1.2 2004/03/03 10:38:47 philikon Exp $
+$Id$
 """
 from zope.app.container.interfaces import IContainer
 


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 These handlers process the registerTopic() and unregisterTopic() directives of
 the "help" ZCML namespace.
 
-$Id: metaconfigure.py,v 1.7 2003/08/17 06:07:19 philikon Exp $
+$Id$
 """
 from zope.app.onlinehelp import help
 


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Schemas for the 'help' ZCML namespace 
 
-$Id: metadirectives.py,v 1.3 2003/08/17 06:07:19 philikon Exp $
+$Id$
 """
 from zope.configuration.fields import GlobalObject, Path, MessageID
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/tests/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/tests/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/tests/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,5 +13,5 @@
 ##############################################################################
 """Test Directory
 
-$Id: __init__.py,v 1.1 2003/01/07 12:27:52 srichter Exp $
+$Id$
 """


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/tests/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/tests/test_helpdirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/tests/test_helpdirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/tests/test_helpdirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the gts ZCML namespace directives.
 
-$Id: test_helpdirectives.py,v 1.9 2004/03/13 21:03:16 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/tests/test_helpdirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelp.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelp.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelp.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test OnlineHelp
 
-$Id: test_onlinehelp.py,v 1.9 2004/03/13 21:03:16 srichter Exp $
+$Id$
 """
 import os
 from unittest import TestSuite, makeSuite


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelp.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelptopic.py
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelptopic.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelptopic.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test OnlineHelpTopic
 
-$Id: test_onlinehelptopic.py,v 1.3 2004/02/27 16:15:26 philikon Exp $
+$Id$
 """
 import os
 from unittest import TestCase, TestSuite, makeSuite


Property changes on: Zope3/trunk/src/zope/app/onlinehelp/tests/test_onlinehelptopic.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/engine.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/engine.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/engine.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Each expression engine can have its own expression types and base names.
 
-$Id: engine.py,v 1.28 2004/04/29 16:10:02 fdrake Exp $
+$Id$
 """
 import sys
 from types import StringTypes


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/engine.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for apis to make available to TALES
 
-$Id: interfaces.py,v 1.1 2004/03/13 21:02:53 srichter Exp $
+$Id$
 """
 from zope.app.dublincore.interfaces import IDCDescriptiveProperties
 from zope.app.dublincore.interfaces import IDCTimes


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """ZCML configuration directives for configuring the default zope:
 namespace in TALES.
 
-$Id: metaconfigure.py,v 1.7 2004/04/06 20:58:14 jim Exp $
+$Id$
 """
 from zope.app.pagetemplate.engine import Engine, _Engine
 from zope.testing.cleanup import addCleanUp


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """ZCML configuration directives for configuring the default zope:
 namespace in TALES.
 
-$Id: metadirectives.py,v 1.2 2004/03/04 02:10:09 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/simpleviewclass.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/simpleviewclass.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/simpleviewclass.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Simple View Class
 
-$Id: simpleviewclass.py,v 1.11 2004/03/29 05:12:38 srichter Exp $
+$Id$
 """
 import sys
 from zope.app.publisher.browser import BrowserView


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/simpleviewclass.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/talesapi.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/talesapi.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/talesapi.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Implementation of the Zope TALES API
 
-$Id: talesapi.py,v 1.11 2004/03/13 21:03:16 srichter Exp $
+$Id$
 """
 from zope.app.dublincore.interfaces import IZopeDublinCore
 from zope.app.size.interfaces import ISized


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/talesapi.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/sample.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/sample.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/sample.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample Component
 
-$Id: sample.py,v 1.3 2003/08/21 14:19:28 srichter Exp $
+$Id$
 """
 from zope.app.pagetemplate import ViewPageTemplateFile
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/sample.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/simpletestview.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/simpletestview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/simpletestview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Simple Test View
 
-$Id: simpletestview.py,v 1.3 2003/08/21 14:19:28 srichter Exp $
+$Id$
 """
 from zope.app.pagetemplate.simpleviewclass import SimpleViewClass
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/simpletestview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_binding.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_binding.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_binding.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Binding Tests
 
-$Id: test_binding.py,v 1.10 2004/03/13 21:03:17 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/test_binding.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_boundpagetemplate.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_boundpagetemplate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_boundpagetemplate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Bound Page Template Tests
 
-$Id: test_boundpagetemplate.py,v 1.4 2003/08/21 14:19:28 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/test_boundpagetemplate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests to check talesapi zcml configuration
 
-$Id: test_directives.py,v 1.10 2004/03/13 21:03:17 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_simpleviewclass.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_simpleviewclass.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_simpleviewclass.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Simple View Class Tests
 
-$Id: test_simpleviewclass.py,v 1.3 2003/08/21 14:19:28 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/test_simpleviewclass.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_talesapi.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_talesapi.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_talesapi.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tales API Tests
 
-$Id: test_talesapi.py,v 1.10 2004/03/13 21:03:17 srichter Exp $
+$Id$
 """
 from zope.testing.doctestunit import DocTestSuite
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/test_talesapi.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_viewzpt.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_viewzpt.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_viewzpt.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """View ZPT Tests
 
-$Id: test_viewzpt.py,v 1.14 2004/03/29 05:12:38 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/test_viewzpt.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/test_zopepythonexpr.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/test_zopepythonexpr.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/test_zopepythonexpr.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope Python Expression Tests
 
-$Id: test_zopepythonexpr.py,v 1.4 2003/08/21 14:19:28 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.testing.cleanup import CleanUp


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/test_zopepythonexpr.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/tests/testpackage/content.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/tests/testpackage/content.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/tests/testpackage/content.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test Content
 
-$Id: content.py,v 1.4 2003/08/21 14:19:28 srichter Exp $
+$Id$
 """
 from zope.app.pagetemplate.viewpagetemplatefile import ViewPageTemplateFile
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/tests/testpackage/content.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pagetemplate/viewpagetemplatefile.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/viewpagetemplatefile.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pagetemplate/viewpagetemplatefile.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 See ViewPageTemplateFile
 
-$Id: viewpagetemplatefile.py,v 1.11 2004/03/29 05:12:38 srichter Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/app/pagetemplate/viewpagetemplatefile.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pluggableauth/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/README.txt	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pluggableauth/README.txt	2004-05-16 13:00:21 UTC (rev 24749)
@@ -1,4 +1,4 @@
-$Id: README.txt,v 1.1 2004/03/10 17:56:32 srichter Exp $
+$Id$
 
 The current implementation will be replaced. Following is design
 I came up with together with Jim Fulton.


Property changes on: Zope3/trunk/src/zope/app/pluggableauth/README.txt
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pluggableauth/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pluggableauth/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Pluggable Authentication service implementation.
 
-$Id: __init__.py,v 1.4 2004/03/23 00:23:08 maru Exp $
+$Id$
 """
 import random
 import sys


Property changes on: Zope3/trunk/src/zope/app/pluggableauth/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pluggableauth/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pluggableauth/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Pluggable Authentication service.
 
-$Id: interfaces.py,v 1.1 2004/03/10 17:56:32 srichter Exp $
+$Id$
 """
 from zope.app.i18n import ZopeMessageIDFactory as _
 from zope.app.container.interfaces import IContainer, IContained


Property changes on: Zope3/trunk/src/zope/app/pluggableauth/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pluggableauth/tests/authsetup.py
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/tests/authsetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pluggableauth/tests/authsetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This setup class can be used, if a set of local principals are required for a
 test.
 
-$Id: authsetup.py,v 1.3 2004/03/15 20:42:08 jim Exp $
+$Id$
 """
 import base64
 from zope.publisher.browser import TestRequest as Request


Property changes on: Zope3/trunk/src/zope/app/pluggableauth/tests/authsetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pluggableauth/tests/test_pluggableauth.py
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/tests/test_pluggableauth.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pluggableauth/tests/test_pluggableauth.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Pluggable Auth Tests
 
-$Id: test_pluggableauth.py,v 1.3 2004/03/15 20:42:08 jim Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/pluggableauth/tests/test_pluggableauth.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Presentation-component support
 
-$Id: __init__.py,v 1.1 2004/03/08 19:40:26 jim Exp $
+$Id$
 """
 
 from zope.app.presentation.presentation import IPageRegistration


Property changes on: Zope3/trunk/src/zope/app/presentation/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Presentation-service presentations
 
-$Id: __init__.py,v 1.1 2004/03/08 19:40:27 jim Exp $
+$Id$
 """
 
 class PageRegistrationView(object):


Property changes on: Zope3/trunk/src/zope/app/presentation/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/browser/pagefolder.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/browser/pagefolder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/browser/pagefolder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: pagefolder.py,v 1.1 2004/03/11 10:18:36 srichter Exp $
+$Id$
 """
 from zope.app.presentation.pagefolder import IPageFolder
 


Property changes on: Zope3/trunk/src/zope/app/presentation/browser/pagefolder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/browser/zpt.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/browser/zpt.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/browser/zpt.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZPT View Classes
 
-$Id: zpt.py,v 1.1 2004/03/11 10:18:36 srichter Exp $
+$Id$
 """
 class Source(object):
 


Property changes on: Zope3/trunk/src/zope/app/presentation/browser/zpt.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/pagefolder.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/pagefolder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/pagefolder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 Page folders support easy creation and registration of page views
 using folders of templates.
 
-$Id: pagefolder.py,v 1.7 2004/05/06 10:14:12 philikon Exp $
+$Id$
 """
 from zope.interface import Interface, implements
 from zope.schema import BytesLine, Bool, Field, Choice


Property changes on: Zope3/trunk/src/zope/app/presentation/pagefolder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/presentation.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/presentation.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/presentation.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Local presentation service
 
-$Id: presentation.py,v 1.19 2004/05/10 06:44:48 philikon Exp $
+$Id$
 """
 import persistent.dict
 


Property changes on: Zope3/trunk/src/zope/app/presentation/presentation.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/tests/test_pagefolder.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/tests/test_pagefolder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/tests/test_pagefolder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Page folder tests.
 
-$Id: test_pagefolder.py,v 1.6 2004/04/17 15:13:11 jim Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.app.tests import ztapi


Property changes on: Zope3/trunk/src/zope/app/presentation/tests/test_pagefolder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/tests/test_presentation.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/tests/test_presentation.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/tests/test_presentation.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the presentation module
 
-$Id: test_presentation.py,v 1.16 2004/05/10 06:35:35 philikon Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/presentation/tests/test_presentation.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_zpt.py,v 1.3 2004/03/29 15:08:58 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, makeSuite
 from zope.app.presentation.zpt import ZPTTemplate, ZPTFactory


Property changes on: Zope3/trunk/src/zope/app/presentation/tests/test_zpt.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/presentation/zpt.py
===================================================================
--- Zope3/trunk/src/zope/app/presentation/zpt.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/presentation/zpt.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Persistent PageTemplate-based View
 
-$Id: zpt.py,v 1.3 2004/03/15 13:10:53 srichter Exp $
+$Id$
 """
 import re
 


Property changes on: Zope3/trunk/src/zope/app/presentation/zpt.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/principalannotation/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/principalannotation/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/principalannotation/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Implementation of IPrincipalAnnotationService.
 
-$Id: __init__.py,v 1.2 2004/03/13 23:01:02 srichter Exp $
+$Id$
 """
 
 # TODO: register service as adapter for IAnnotations on service activation


Property changes on: Zope3/trunk/src/zope/app/principalannotation/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/principalannotation/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/principalannotation/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/principalannotation/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service for storing IAnnotations for principals.
 
-$Id: interfaces.py,v 1.1 2004/03/13 18:44:48 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/principalannotation/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/principalannotation/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/principalannotation/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/principalannotation/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Principal Annotation Tests
 
-$Id: tests.py,v 1.2 2004/03/13 23:01:02 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestLoader, TextTestRunner
 from zope.app.site.tests.placefulsetup import PlacefulSetup


Property changes on: Zope3/trunk/src/zope/app/principalannotation/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/bootstrap.py
===================================================================
--- Zope3/trunk/src/zope/app/process/bootstrap.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/bootstrap.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -17,7 +17,7 @@
 it makes sure a root folder exists and creates and configures some
 essential services.
 
-$Id: bootstrap.py,v 1.30 2004/03/13 23:55:12 srichter Exp $
+$Id$
 """
 from transaction import get_transaction
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/process/bootstrap.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/event.py
===================================================================
--- Zope3/trunk/src/zope/app/process/event.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/event.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Process-lifetime related events.
 
-$Id: event.py,v 1.3 2004/03/02 18:51:02 philikon Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/process/event.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/main.py
===================================================================
--- Zope3/trunk/src/zope/app/process/main.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/main.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functions that control how the Zope appserver knits itself together.
 
-$Id: main.py,v 1.6 2004/04/17 21:49:06 gintautasm Exp $
+$Id$
 """
 
 import logging


Property changes on: Zope3/trunk/src/zope/app/process/main.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/process/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module handles the 'startup' ZCML namespace directives.
 
-$Id: metaconfigure.py,v 1.3 2003/08/02 16:34:53 srichter Exp $
+$Id$
 """
 from zope.app.process import requestfactoryregistry
 from zope.app.process import servertyperegistry


Property changes on: Zope3/trunk/src/zope/app/process/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/process/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Schemas for the 'startup' ZCML Namespace
 
-$Id: metadirectives.py,v 1.2 2003/08/17 06:07:26 philikon Exp $
+$Id$
 """
 from zope.configuration.fields import GlobalObject, Bool
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/process/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/requestfactory.py
===================================================================
--- Zope3/trunk/src/zope/app/process/requestfactory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/requestfactory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Request Factory
 
-$Id: requestfactory.py,v 1.3 2004/03/13 20:24:21 srichter Exp $
+$Id$
 """
 import copy
 from zope.app.process.interfaces import IRequestFactory


Property changes on: Zope3/trunk/src/zope/app/process/requestfactory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/server.py
===================================================================
--- Zope3/trunk/src/zope/app/process/server.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/server.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 
 This is called by the ZConfig machinery while processing a configuration.
 
-$Id: server.py,v 1.2 2003/06/25 15:29:32 fdrake Exp $
+$Id$
 """
 
 from zope.app.process.servertyperegistry import getServerType


Property changes on: Zope3/trunk/src/zope/app/process/server.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/tests/test_bootstrap.py
===================================================================
--- Zope3/trunk/src/zope/app/process/tests/test_bootstrap.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/tests/test_bootstrap.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Bootstrap tests
 
-$Id: test_bootstrap.py,v 1.19 2004/05/05 12:14:43 philikon Exp $
+$Id$
 """
 import unittest
 from transaction import get_transaction


Property changes on: Zope3/trunk/src/zope/app/process/tests/test_bootstrap.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/process/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """startup ZCML namespace directive tests
 
-$Id: test_directives.py,v 1.2 2004/03/13 20:24:22 srichter Exp $
+$Id$
 """
 import unittest
 from zope.app.process.interfaces import IPublicationRequestFactoryFactory


Property changes on: Zope3/trunk/src/zope/app/process/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/tests/test_requestfactoryregistry.py
===================================================================
--- Zope3/trunk/src/zope/app/process/tests/test_requestfactoryregistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/tests/test_requestfactoryregistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 I do not think it is necessary to do the entire SimpleRegistry tests again.
 Instead we will test whether the module in itself works.
 
-$Id: test_requestfactoryregistry.py,v 1.2 2003/06/25 15:29:33 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/process/tests/test_requestfactoryregistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/tests/test_schema.py
===================================================================
--- Zope3/trunk/src/zope/app/process/tests/test_schema.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/tests/test_schema.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test that the Zope appserver configuration schema can be loaded.
 
-$Id: test_schema.py,v 1.2 2003/06/25 15:29:33 fdrake Exp $
+$Id$
 """
 
 import os.path


Property changes on: Zope3/trunk/src/zope/app/process/tests/test_schema.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/tests/test_servertyperegistry.py
===================================================================
--- Zope3/trunk/src/zope/app/process/tests/test_servertyperegistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/tests/test_servertyperegistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 I do not think it is necessary to do the entire SimpleRegistry tests again.
 Instead we will test whether the module in itself works.
 
-$Id: test_servertyperegistry.py,v 1.2 2003/06/25 15:29:33 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/process/tests/test_servertyperegistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/process/tests/test_simpleregistry.py
===================================================================
--- Zope3/trunk/src/zope/app/process/tests/test_simpleregistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/process/tests/test_simpleregistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_simpleregistry.py,v 1.2 2003/06/25 15:29:33 fdrake Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/process/tests/test_simpleregistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: browser.py,v 1.16 2004/05/01 14:37:43 philikon Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/publication/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/ftp.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/ftp.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/ftp.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: ftp.py,v 1.2 2004/03/21 17:20:24 philikon Exp $
+$Id$
 """
 
 from zope.app.publication.zopepublication import ZopePublication


Property changes on: Zope3/trunk/src/zope/app/publication/ftp.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/http.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/http.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/http.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTTP Publication
 
-$Id: http.py,v 1.9 2004/03/21 17:20:24 philikon Exp $
+$Id$
 """
 from zope.app.publication.zopepublication import ZopePublication
 from zope.component import getView


Property changes on: Zope3/trunk/src/zope/app/publication/http.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/httpfactory.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/httpfactory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/httpfactory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTTP Factory
 
-$Id: httpfactory.py,v 1.7 2004/03/20 13:37:02 philikon Exp $
+$Id$
 """
 from zope.interface import moduleProvides, implements
 from zope.publisher.http import HTTPRequest


Property changes on: Zope3/trunk/src/zope/app/publication/httpfactory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/publicationtraverse.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/publicationtraverse.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/publicationtraverse.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: publicationtraverse.py,v 1.15 2004/04/17 17:15:33 jim Exp $
+$Id$
 """
 from zope.component import queryViewProviding
 from zope.publisher.interfaces import NotFound


Property changes on: Zope3/trunk/src/zope/app/publication/publicationtraverse.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/tests/test_browserpublication.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/tests/test_browserpublication.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/tests/test_browserpublication.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Publication Tests
 
-$Id: test_browserpublication.py,v 1.28 2004/03/20 13:38:14 philikon Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/publication/tests/test_browserpublication.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/tests/test_http.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/tests/test_http.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/tests/test_http.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_http.py,v 1.4 2003/11/21 17:10:20 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/publication/tests/test_http.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/tests/test_httpfactory.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/tests/test_httpfactory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/tests/test_httpfactory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_httpfactory.py,v 1.2 2003/02/11 15:59:53 sidnei Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/publication/tests/test_httpfactory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/tests/test_simplecomponenttraverser.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/tests/test_simplecomponenttraverser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/tests/test_simplecomponenttraverser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_simplecomponenttraverser.py,v 1.10 2004/03/15 20:42:09 jim Exp $
+$Id$
 """
 import unittest
 from zope.component.tests.request import Request


Property changes on: Zope3/trunk/src/zope/app/publication/tests/test_simplecomponenttraverser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/tests/test_xmlrpcpublication.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/tests/test_xmlrpcpublication.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/tests/test_xmlrpcpublication.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XML-RPC Publication Tests
 
-$Id: test_xmlrpcpublication.py,v 1.8 2004/03/19 20:26:30 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/publication/tests/test_xmlrpcpublication.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/tests/test_zopepublication.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/tests/test_zopepublication.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/tests/test_zopepublication.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope Publication Tests
 
-$Id: test_zopepublication.py,v 1.33 2004/04/18 16:00:32 jim Exp $
+$Id$
 """
 import unittest
 import sys


Property changes on: Zope3/trunk/src/zope/app/publication/tests/test_zopepublication.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/traversers.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/traversers.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/traversers.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/app/publication/traversers.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/xmlrpc.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/xmlrpc.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/xmlrpc.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This module specifically implements a custom nameTraverse() method.
 
-$Id: xmlrpc.py,v 1.11 2004/03/20 13:37:45 philikon Exp $
+$Id$
 """
 from zope.component import queryView, queryDefaultViewName
 from zope.proxy import removeAllProxies


Property changes on: Zope3/trunk/src/zope/app/publication/xmlrpc.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publication/zopepublication.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/zopepublication.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publication/zopepublication.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope publication
 
-$Id: zopepublication.py,v 1.45 2004/05/06 10:15:56 philikon Exp $
+$Id$
 """
 import sys
 import logging


Property changes on: Zope3/trunk/src/zope/app/publication/zopepublication.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Provide zope app-server customizatioin of publisher browser facilities
 
-$Id: __init__.py,v 1.6 2004/03/20 21:36:16 philikon Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.location import Location


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Resource Directory
 
-$Id: directoryresource.py,v 1.6 2004/03/19 20:26:30 srichter Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/fileresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/fileresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/fileresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: fileresource.py,v 1.10 2004/03/19 20:26:30 srichter Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/fileresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/globalbrowsermenuservice.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/globalbrowsermenuservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/globalbrowsermenuservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Global Browser Menu Service
 
-$Id: globalbrowsermenuservice.py,v 1.31 2004/03/23 22:08:09 srichter Exp $
+$Id$
 """
 __metaclass__ = type 
 


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/globalbrowsermenuservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/i18nfileresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/i18nfileresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/i18nfileresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 Internationalized file resource.
 
-$Id: i18nfileresource.py,v 1.6 2003/11/21 17:10:05 jim Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/i18nfileresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/i18nresourcemeta.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/i18nresourcemeta.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/i18nresourcemeta.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser configuration code
 
-$Id: i18nresourcemeta.py,v 1.16 2004/03/13 23:55:20 srichter Exp $
+$Id$
 """
 
 from zope.security.proxy import Proxy


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/i18nresourcemeta.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/icon.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/icon.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/icon.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """Icon support
 
 
-$Id: icon.py,v 1.13 2004/03/05 15:55:51 eddala Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/icon.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser configuration code
 
-$Id: metaconfigure.py,v 1.22 2004/04/06 20:58:16 jim Exp $
+$Id$
 """
 
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This module defines the schemas for browser directives.
 
-$Id: metadirectives.py,v 1.19 2004/03/23 22:08:09 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.configuration.fields import GlobalObject, Tokens, Path, \


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/pagetemplateresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/pagetemplateresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/pagetemplateresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Page Template Resource
 
-$Id: pagetemplateresource.py,v 1.4 2004/03/19 20:26:30 srichter Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/pagetemplateresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/resource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/resource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/resource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: resource.py,v 1.14 2004/05/10 06:35:38 philikon Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/resource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser configuration code
 
-$Id: resourcemeta.py,v 1.14 2004/02/16 21:38:52 srichter Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/resources.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/resources.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/resources.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Resource URL acess
 
-$Id: resources.py,v 1.14 2004/03/19 20:26:30 srichter Exp $
+$Id$
 """
 from zope.app.publisher.browser import BrowserView
 from zope.publisher.interfaces.browser import IBrowserPublisher


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/resources.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_addMenuItem.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_addMenuItem.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_addMenuItem.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -46,7 +46,7 @@
    'zope.ManageContent',
    {'factory': 'zope.app.browser.add.X.f1'})))
 
-$Id: test_addMenuItem.py,v 1.4 2004/03/09 12:39:07 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_addMenuItem.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'browser' namespace directive tests
 
-$Id: test_directives.py,v 1.37 2004/05/10 06:18:25 philikon Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_directoryresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_directoryresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_directoryresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_directoryresource.py,v 1.6 2004/03/13 21:03:18 srichter Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_directoryresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_fileresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_fileresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_fileresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_fileresource.py,v 1.9 2003/11/27 13:59:23 philikon Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_fileresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservice.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Global Browser Menu Tests
 
-$Id: test_globalbrowsermenuservice.py,v 1.17 2004/03/23 22:08:10 srichter Exp $
+$Id$
 """
 import unittest
 from zope.exceptions import Forbidden, Unauthorized, DuplicationError


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservicedirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservicedirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservicedirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Menu Directives Tests
 
-$Id: test_globalbrowsermenuservicedirectives.py,v 1.12 2004/03/23 22:08:10 srichter Exp $
+$Id$
 """
 
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_globalbrowsermenuservicedirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_icondirective.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_icondirective.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_icondirective.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test Icon-Directive
 
-$Id: test_icondirective.py,v 1.19 2004/03/13 21:03:18 srichter Exp $
+$Id$
 """
 import os
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_icondirective.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_pagetemplateresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_pagetemplateresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_pagetemplateresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_pagetemplateresource.py,v 1.4 2004/03/13 21:03:18 srichter Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_pagetemplateresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_resource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_resource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_resource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for Resource
 
-$Id: test_resource.py,v 1.9 2004/03/13 21:03:18 srichter Exp $
+$Id$
 """
 import unittest
 from zope.app.publisher.browser.resource import Resource


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_resource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/test_resources.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/test_resources.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/test_resources.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_resources.py,v 1.8 2004/03/19 20:26:31 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/test_resources.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/tests/testi18nfileresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/tests/testi18nfileresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/tests/testi18nfileresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """I18n File-Resource Tests
 
-$Id: testi18nfileresource.py,v 1.8 2004/03/02 17:49:39 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 import os


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/tests/testi18nfileresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser configuration code
 
-$Id: viewmeta.py,v 1.46 2004/04/15 13:25:40 srichter Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/fieldconverters.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/fieldconverters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/fieldconverters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope-specific request field converters.
 
-$Id: fieldconverters.py,v 1.2 2003/04/25 19:28:44 jeremy Exp $
+$Id$
 """
 from datetime import datetime
 


Property changes on: Zope3/trunk/src/zope/app/publisher/fieldconverters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/fileresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/fileresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/fileresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: fileresource.py,v 1.4 2003/11/04 04:04:26 jeremy Exp $
+$Id$
 """
 from zope.app.content_types import guess_content_type
 from zope.app.datetimeutils import rfc1123_date


Property changes on: Zope3/trunk/src/zope/app/publisher/fileresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/interfaces/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/interfaces/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/interfaces/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser-Specific Publisher interfaces
 
-$Id: browser.py,v 1.4 2004/04/24 23:17:58 srichter Exp $
+$Id$
 """
 from zope.component.interfaces import IView
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/publisher/interfaces/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/interfaces/ftp.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/interfaces/ftp.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/interfaces/ftp.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Virtual File System interfaces for the publisher.
 
-$Id: ftp.py,v 1.1 2004/03/19 20:26:48 srichter Exp $
+$Id$
 """
 from zope.component.interfaces import IPresentation
 from zope.component.interfaces import IView


Property changes on: Zope3/trunk/src/zope/app/publisher/interfaces/ftp.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/interfaces/http.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/interfaces/http.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/interfaces/http.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope's HTTP-specific Publisher interfaces.
 
-$Id: http.py,v 1.2 2004/03/19 20:26:48 srichter Exp $
+$Id$
 """
 from zope.component.interfaces import IPresentation
 from zope.component.interfaces import IView


Property changes on: Zope3/trunk/src/zope/app/publisher/interfaces/http.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/interfaces/xmlrpc.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/interfaces/xmlrpc.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/interfaces/xmlrpc.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This module contains the MethodPublisher, and XMLRPCView.
 
-$Id: xmlrpc.py,v 1.1 2004/03/19 20:26:48 srichter Exp $
+$Id$
 """
 from zope.component.interfaces import IView
 from zope.component.interfaces import IPresentation


Property changes on: Zope3/trunk/src/zope/app/publisher/interfaces/xmlrpc.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/pagetemplateresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/pagetemplateresource.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/pagetemplateresource.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Page Template Resource
 
-$Id: pagetemplateresource.py,v 1.1 2003/08/11 14:58:05 philikon Exp $
+$Id$
 """
 
 from zope.pagetemplate.pagetemplatefile import PageTemplateFile


Property changes on: Zope3/trunk/src/zope/app/publisher/pagetemplateresource.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/tests/test_fieldconverters.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/tests/test_fieldconverters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/tests/test_fieldconverters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_fieldconverters.py,v 1.1 2003/02/13 17:46:20 tseaver Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/publisher/tests/test_fieldconverters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/xmlrpc/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/xmlrpc/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/xmlrpc/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This module contains the MethodPublisher, and XMLRPCView.
 
-$Id: __init__.py,v 1.3 2004/03/19 20:26:31 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.publisher.interfaces.xmlrpc import IXMLRPCView


Property changes on: Zope3/trunk/src/zope/app/publisher/xmlrpc/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/xmlrpc/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/xmlrpc/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/xmlrpc/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XMLRPC configuration code
 
-$Id: metaconfigure.py,v 1.18 2004/03/15 20:42:19 jim Exp $
+$Id$
 """
 
 from zope.component.servicenames import Presentation


Property changes on: Zope3/trunk/src/zope/app/publisher/xmlrpc/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/xmlrpc/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/xmlrpc/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/xmlrpc/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'xmlrpc' ZCML Namespace Schemas
 
-$Id: metadirectives.py,v 1.2 2003/08/04 23:19:10 srichter Exp $
+$Id$
 """
 from zope.app.component.metadirectives import IBasicViewInformation
 from zope.configuration.fields import GlobalObject


Property changes on: Zope3/trunk/src/zope/app/publisher/xmlrpc/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/publisher/xmlrpc/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/xmlrpc/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/publisher/xmlrpc/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test 'xmlrpc' ZCML Namespace directives.
 
-$Id: test_directives.py,v 1.10 2003/12/17 10:06:42 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/publisher/xmlrpc/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pythonpage/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/pythonpage/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pythonpage/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Python Page
 
-$Id: __init__.py,v 1.10 2004/04/12 10:37:14 hdima Exp $
+$Id$
 """
 import re
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/pythonpage/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pythonpage/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/pythonpage/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pythonpage/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Python Page Browser Views 
 
-$Id: browser.py,v 1.3 2004/03/14 01:11:38 srichter Exp $
+$Id$
 """
 from zope.app.form.browser.editview import EditView
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/pythonpage/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/pythonpage/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/pythonpage/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/pythonpage/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for Python Page
 
-$Id: tests.py,v 1.4 2004/03/13 21:03:19 srichter Exp $
+$Id$
 """
 import unittest
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/pythonpage/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -17,7 +17,7 @@
 framework and the db-api connection. Databases which want to support
 sub transactions need to implement their own proxy.
 
-$Id: __init__.py,v 1.24 2004/03/02 13:48:27 philikon Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/rdb/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope database adapter views
 
-$Id: __init__.py,v 1.1 2004/03/02 13:48:28 philikon Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 


Property changes on: Zope3/trunk/src/zope/app/rdb/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/browser/gadflyda.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/browser/gadflyda.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/browser/gadflyda.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Gadfly DA View Classes
 
-$Id: gadflyda.py,v 1.1 2004/03/02 13:48:28 philikon Exp $
+$Id$
 """
 from zope.app.rdb.browser.rdb import AdapterAdd
 


Property changes on: Zope3/trunk/src/zope/app/rdb/browser/gadflyda.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/browser/rdb.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/browser/rdb.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/browser/rdb.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope database adapter views
 
-$Id: rdb.py,v 1.1 2004/03/02 13:48:28 philikon Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 


Property changes on: Zope3/trunk/src/zope/app/rdb/browser/rdb.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/gadflyda.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/gadflyda.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/gadflyda.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Gadfly Database Adapter (batteries included)
 
-$Id: gadflyda.py,v 1.6 2003/12/19 16:53:17 mchandra Exp $
+$Id$
 """
 import gadfly
 import os


Property changes on: Zope3/trunk/src/zope/app/rdb/gadflyda.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Relational Database Adapter interfaces.
 
-$Id: interfaces.py,v 1.1 2004/03/02 13:48:27 philikon Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.interface import Attribute


Property changes on: Zope3/trunk/src/zope/app/rdb/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'rdb' ZCML Namespace Directive Handler
 
-$Id: metaconfigure.py,v 1.5 2004/03/02 13:48:27 philikon Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.rdb.interfaces import IZopeDatabaseAdapter


Property changes on: Zope3/trunk/src/zope/app/rdb/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'rdb' ZCML Namespace Directives
 
-$Id: metadirectives.py,v 1.1 2003/08/03 16:07:39 srichter Exp $
+$Id$
 """
 from zope.configuration.fields import GlobalObject
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/rdb/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/stubs.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/stubs.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/stubs.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Stubs for Zope RDB unit tests.
 
-$Id: stubs.py,v 1.2 2002/12/25 14:13:14 jim Exp $
+$Id$
 """
 
 class ConnectionStub:


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/stubs.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test 'rdb' ZCML Namespace Directives
 
-$Id: test_directives.py,v 1.5 2004/04/11 18:16:25 jim Exp $
+$Id$
 """
 import unittest
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_doctests.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_doctests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_doctests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_doctests.py,v 1.1 2003/07/22 10:05:54 Zen Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_doctests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_dsnparser.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_dsnparser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_dsnparser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_dsnparser.py,v 1.4 2003/06/09 15:02:46 stevea Exp $
+$Id$
 """
 import unittest
 from zope.app.rdb import parseDSN


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_dsnparser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_gadflyadapter.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_gadflyadapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_gadflyadapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Gadfly database adapter unit tests.
 
-$Id: test_gadflyadapter.py,v 1.3 2003/11/05 03:08:18 jeremy Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_gadflyadapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_resultset.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_resultset.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_resultset.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ResultSet unit tests.
 
-$Id: test_resultset.py,v 1.2 2002/12/25 14:13:14 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_resultset.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_row.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_row.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_row.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Row class tests.
 
-$Id: test_row.py,v 1.6 2004/03/05 22:09:15 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_row.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_zopeconnection.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_zopeconnection.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_zopeconnection.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_zopeconnection.py,v 1.7 2004/04/01 03:56:55 jeremy Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_zopeconnection.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_zopecursor.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_zopecursor.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_zopecursor.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_zopecursor.py,v 1.7 2003/07/05 13:34:47 stevea Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_zopecursor.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_zopedatabaseadapter.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_zopedatabaseadapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_zopedatabaseadapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_zopedatabaseadapter.py,v 1.2 2002/12/25 14:13:14 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.rdb import ZopeDatabaseAdapter


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_zopedatabaseadapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rdb/tests/test_zopedbtransactionmanager.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/tests/test_zopedbtransactionmanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rdb/tests/test_zopedbtransactionmanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_zopedbtransactionmanager.py,v 1.4 2004/02/20 16:57:28 fdrake Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite, TestSuite


Property changes on: Zope3/trunk/src/zope/app/rdb/tests/test_zopedbtransactionmanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """General registry-related views
 
-$Id: __init__.py,v 1.8 2004/05/11 11:18:23 garrett Exp $
+$Id$
 """
 from zope.app.container.browser.adding import Adding
 from zope.app.container.interfaces import INameChooser


Property changes on: Zope3/trunk/src/zope/app/registration/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/browser/tests/test_changeregistrations.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/browser/tests/test_changeregistrations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/browser/tests/test_changeregistrations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Registration Change Tests
 
-$Id: test_changeregistrations.py,v 1.2 2004/04/08 21:02:40 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/registration/browser/tests/test_changeregistrations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/browser/tests/test_editregistration.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/browser/tests/test_editregistration.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/browser/tests/test_editregistration.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Registration Editing Tests
 
-$Id: test_editregistration.py,v 1.3 2004/03/19 20:26:31 srichter Exp $
+$Id$
 """
 from zope.app.tests import ztapi
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/registration/browser/tests/test_editregistration.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/browser/tests/test_registrationview.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/browser/tests/test_registrationview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/browser/tests/test_registrationview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the RegistrationView view class.
 
-$Id: test_registrationview.py,v 1.1 2004/03/13 18:01:18 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.publisher.browser import TestRequest


Property changes on: Zope3/trunk/src/zope/app/registration/browser/tests/test_registrationview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/factories.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/factories.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/factories.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -19,7 +19,7 @@
 The functions here may create invalid objects; a subsequent setBody()
 call to the adapter's setBody() method will make the object valid.
 
-$Id: factories.py,v 1.1 2004/03/13 18:10:52 srichter Exp $
+$Id$
 """
 
 def CacheRegistration():


Property changes on: Zope3/trunk/src/zope/app/registration/factories.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for objects supporting registration
 
-$Id: interfaces.py,v 1.9 2004/04/30 16:45:29 jim Exp $
+$Id$
 """
 from zope.app.i18n import ZopeMessageIDFactory as _
 from zope.app.annotation.interfaces import IAnnotatable


Property changes on: Zope3/trunk/src/zope/app/registration/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/registration.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/registration.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/registration.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Component registration support for services
 
-$Id: registration.py,v 1.11 2004/05/05 12:14:41 philikon Exp $
+$Id$
 """
 import sys
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/registration/registration.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/tests/iregistry.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/iregistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/tests/iregistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample IRegistry Implementation
 
-$Id: iregistry.py,v 1.1 2004/03/13 18:01:18 srichter Exp $
+$Id$
 """
 from zope.app.registration.interfaces import IRegistry
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/app/registration/tests/iregistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/tests/registrationstack.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/registrationstack.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/tests/registrationstack.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Registration Stack
 
-$Id: registrationstack.py,v 1.2 2004/04/08 21:02:44 jim Exp $
+$Id$
 """
 from zope.app.registration.registration import RegistrationStatusProperty
 from zope.app.container.contained import Contained


Property changes on: Zope3/trunk/src/zope/app/registration/tests/registrationstack.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/tests/test_registered.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/test_registered.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/tests/test_registered.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_registered.py,v 1.3 2004/03/13 23:01:05 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.app.registration.registration import Registered


Property changes on: Zope3/trunk/src/zope/app/registration/tests/test_registered.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/tests/test_registrationmanager.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/test_registrationmanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/tests/test_registrationmanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_registrationmanager.py,v 1.4 2004/04/17 15:13:13 jim Exp $
+$Id$
 """
 from unittest import TestSuite, TestCase, main, makeSuite
 from doctest import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/registration/tests/test_registrationmanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/tests/test_registrations.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/test_registrations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/tests/test_registrations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for registration classes
 
-$Id: test_registrations.py,v 1.4 2004/04/15 15:29:40 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/registration/tests/test_registrations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/tests/test_registrationstack.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/test_registrationstack.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/tests/test_registrationstack.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Registration Stack tests
 
-$Id: test_registrationstack.py,v 1.2 2004/04/08 21:02:41 jim Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.app.site.tests.placefulsetup import PlacefulSetup


Property changes on: Zope3/trunk/src/zope/app/registration/tests/test_registrationstack.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/registration/tests/test_registrationstatusproperty.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/tests/test_registrationstatusproperty.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/registration/tests/test_registrationstatusproperty.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Registration Status Property Tests
 
-$Id: test_registrationstatusproperty.py,v 1.2 2004/04/08 21:02:45 jim Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.component.interfaces import IServiceService


Property changes on: Zope3/trunk/src/zope/app/registration/tests/test_registrationstatusproperty.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Plain Text Renderer Classes
 
-$Id: __init__.py,v 1.6 2004/03/19 20:26:32 srichter Exp $
+$Id$
 """
 from zope.component.interfaces import IFactory
 from zope.interface import implements, directlyProvides, Declaration


Property changes on: Zope3/trunk/src/zope/app/renderer/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 The source renderer takes a special type of string, an ISource, and is able to
 produce 
 
-$Id: interfaces.py,v 1.1 2004/03/02 14:24:45 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/renderer/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Renderer configuration code
 
-$Id: metaconfigure.py,v 1.4 2003/11/21 17:10:52 jim Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.component.metaconfigure import handler


Property changes on: Zope3/trunk/src/zope/app/renderer/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/plaintext.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/plaintext.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/plaintext.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Plain Text Renderer Classes
 
-$Id: plaintext.py,v 1.3 2004/03/19 20:26:32 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.publisher.browser import BrowserView


Property changes on: Zope3/trunk/src/zope/app/renderer/plaintext.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/rest.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/rest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/rest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ReStructured Text Renderer Classes
 
-$Id: rest.py,v 1.8 2004/04/03 07:26:10 fdrake Exp $
+$Id$
 """
 import docutils.core, docutils.io
 from docutils import nodes, writers


Property changes on: Zope3/trunk/src/zope/app/renderer/rest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/stx.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/stx.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/stx.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Structured Text Renderer Classes
 
-$Id: stx.py,v 1.5 2004/03/19 20:26:32 srichter Exp $
+$Id$
 """
 import re
 


Property changes on: Zope3/trunk/src/zope/app/renderer/stx.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/tests/test_renderers.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/tests/test_renderers.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/tests/test_renderers.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Renderer Tests
 
-$Id: test_renderers.py,v 1.1 2004/03/02 14:24:45 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/renderer/tests/test_renderers.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/tests/test_vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/tests/test_vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/tests/test_vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for Global Wiki Source Type Service.
 
-$Id: test_vocabulary.py,v 1.6 2004/05/06 16:13:48 poster Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/renderer/tests/test_vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/renderer/vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/renderer/vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/renderer/vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Vocabulary for the Source Type Registry
 
-$Id: vocabulary.py,v 1.10 2004/05/06 16:13:42 poster Exp $
+$Id$
 """
 from zope.schema.vocabulary import SimpleVocabulary, SimpleTerm
 


Property changes on: Zope3/trunk/src/zope/app/renderer/vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rotterdam/editingwidgets.py
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/editingwidgets.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rotterdam/editingwidgets.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: editingwidgets.py,v 1.5 2004/05/11 11:18:24 garrett Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/rotterdam/editingwidgets.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rotterdam/ftests.py
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/ftests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rotterdam/ftests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""$Id: ftests.py,v 1.3 2004/04/06 20:58:10 jim Exp $
+"""$Id$
 """
 import unittest
 from xml.dom import minidom


Property changes on: Zope3/trunk/src/zope/app/rotterdam/ftests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rotterdam/standardmacros.py
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/standardmacros.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rotterdam/standardmacros.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: standardmacros.py,v 1.2 2004/03/23 22:08:28 srichter Exp $
+$Id$
 """
 from zope.app.basicskin.standardmacros import StandardMacros as BaseMacros
 


Property changes on: Zope3/trunk/src/zope/app/rotterdam/standardmacros.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rotterdam/tests/test_xmlnavigationviews.py
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/tests/test_xmlnavigationviews.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rotterdam/tests/test_xmlnavigationviews.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_xmlnavigationviews.py,v 1.3 2004/03/11 08:14:09 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestLoader, TextTestRunner
 


Property changes on: Zope3/trunk/src/zope/app/rotterdam/tests/test_xmlnavigationviews.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rotterdam/tests/util.py
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/tests/util.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rotterdam/tests/util.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: util.py,v 1.1 2004/03/02 17:11:31 philikon Exp $
+$Id$
 """
 import os
 import zope.app.rotterdam.tests


Property changes on: Zope3/trunk/src/zope/app/rotterdam/tests/util.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/rotterdam/xmlobject.py
===================================================================
--- Zope3/trunk/src/zope/app/rotterdam/xmlobject.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/rotterdam/xmlobject.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service manager interfaces
 
-$Id: xmlobject.py,v 1.5 2004/03/19 20:26:34 srichter Exp $
+$Id$
 """
 
 from zope.app.publisher.browser import BrowserView


Property changes on: Zope3/trunk/src/zope/app/rotterdam/xmlobject.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Mutable Schema (as Utility) Views
 
-$Id: __init__.py,v 1.3 2004/03/19 20:26:35 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.form.browser.editview import EditView


Property changes on: Zope3/trunk/src/zope/app/schema/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/browser/traversal.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/browser/traversal.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/browser/traversal.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """Specific HTTP
 
-$Id: traversal.py,v 1.4 2004/04/17 17:15:34 jim Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.component import getDefaultViewName, queryView


Property changes on: Zope3/trunk/src/zope/app/schema/browser/traversal.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """TTW Schema Interfaces
 
-$Id: interfaces.py,v 1.3 2004/04/24 23:19:56 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.interface.interfaces import IInterface


Property changes on: Zope3/trunk/src/zope/app/schema/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZCML special vocabulary directive handlers
 
-$Id: metaconfigure.py,v 1.2 2004/03/03 22:54:27 srichter Exp $
+$Id$
 """
 from zope.interface import directlyProvides
 from vocabulary import IVocabularyFactory


Property changes on: Zope3/trunk/src/zope/app/schema/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Renderer configuration code
 
-$Id: metadirectives.py,v 1.2 2003/10/29 20:26:59 sidnei Exp $
+$Id$
 """
 from zope.configuration.fields import GlobalObject
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/schema/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/schema.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/schema.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/schema.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """TTW Schema (as Utility)
 
-$Id: schema.py,v 1.4 2004/03/14 02:17:07 srichter Exp $
+$Id$
 """
 from types import FunctionType
 


Property changes on: Zope3/trunk/src/zope/app/schema/schema.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Testing vocabulary directive.
 
-$Id: test_directives.py,v 1.3 2004/03/03 22:54:27 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/schema/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/tests/test_field.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/tests/test_field.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/tests/test_field.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Field Tests
 
-$Id: test_field.py,v 1.1 2004/03/10 00:57:57 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/schema/tests/test_field.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/tests/test_fieldfactory.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/tests/test_fieldfactory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/tests/test_fieldfactory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Field Factory Tests
 
-$Id: test_fieldfactory.py,v 1.6 2004/04/11 18:16:27 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/schema/tests/test_fieldfactory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/tests/test_interfaceutility.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/tests/test_interfaceutility.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/tests/test_interfaceutility.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility service tests
 
-$Id: test_interfaceutility.py,v 1.8 2004/04/17 14:33:34 srichter Exp $
+$Id$
 """
 import unittest
 from zope.app.tests import setup


Property changes on: Zope3/trunk/src/zope/app/schema/tests/test_interfaceutility.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/tests/test_schemautility.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/tests/test_schemautility.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/tests/test_schemautility.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_schemautility.py,v 1.1 2004/03/10 00:57:57 srichter Exp $
+$Id$
 """
 from unittest import TestCase, makeSuite, TestSuite
 


Property changes on: Zope3/trunk/src/zope/app/schema/tests/test_schemautility.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/tests/test_schemautilitypersistence.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/tests/test_schemautilitypersistence.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/tests/test_schemautilitypersistence.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for Schema Utility Persistence
 
-$Id: test_schemautilitypersistence.py,v 1.1 2004/03/10 00:57:57 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/schema/tests/test_schemautilitypersistence.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schema/vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schema/vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Implementation of ZCML action to register vocabulary factories.
 
-$Id: vocabulary.py,v 1.6 2004/03/04 18:48:21 poster Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/app/schema/vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Content Component Views
 
-$Id: __init__.py,v 1.6 2004/04/24 23:17:59 srichter Exp $
+$Id$
 """
 import copy
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemacontent/content.py
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/content.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemacontent/content.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Content Component Definition and Instance
 
-$Id: content.py,v 1.7 2004/03/13 23:55:21 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/schemacontent/content.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemacontent/instance.py
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/instance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemacontent/instance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Content Object Instance
 
-$Id: instance.py,v 1.2 2004/04/24 23:17:58 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/schemacontent/instance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemacontent/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemacontent/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Content Component Definition and Instance Interfaces
 
-$Id: interfaces.py,v 1.2 2004/04/24 23:17:58 srichter Exp $
+$Id$
 """
 from zope.app.container.interfaces import IAdding
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/schemacontent/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemacontent/tests/test_content.py
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/tests/test_content.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemacontent/tests/test_content.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Content Component Definition and Instance Tests
 
-$Id: test_content.py,v 1.5 2004/03/13 23:55:22 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/schemacontent/tests/test_content.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemagen/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemagen/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: interfaces.py,v 1.1 2004/03/13 20:24:15 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/app/schemagen/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemagen/modulegen.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/modulegen.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemagen/modulegen.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: modulegen.py,v 1.5 2004/03/13 20:24:15 srichter Exp $
+$Id$
 """
 from zope.app.schemagen.typereg import fieldRegistry
 


Property changes on: Zope3/trunk/src/zope/app/schemagen/modulegen.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemagen/schemaspec.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/schemaspec.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemagen/schemaspec.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: schemaspec.py,v 1.5 2004/03/13 20:24:15 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/schemagen/schemaspec.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemagen/tests/test_modulegen.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/tests/test_modulegen.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemagen/tests/test_modulegen.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_modulegen.py,v 1.5 2004/02/20 16:57:29 fdrake Exp $
+$Id$
 """
 
 from unittest import TestCase, makeSuite, TestSuite


Property changes on: Zope3/trunk/src/zope/app/schemagen/tests/test_modulegen.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemagen/tests/test_schemaspec.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/tests/test_schemaspec.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemagen/tests/test_schemaspec.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_schemaspec.py,v 1.3 2004/02/20 16:57:29 fdrake Exp $
+$Id$
 """
 
 from unittest import TestCase, makeSuite, TestSuite


Property changes on: Zope3/trunk/src/zope/app/schemagen/tests/test_schemaspec.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemagen/tests/test_typereg.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/tests/test_typereg.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemagen/tests/test_typereg.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_typereg.py,v 1.4 2004/03/13 20:24:16 srichter Exp $
+$Id$
 """
 
 import datetime


Property changes on: Zope3/trunk/src/zope/app/schemagen/tests/test_typereg.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/schemagen/typereg.py
===================================================================
--- Zope3/trunk/src/zope/app/schemagen/typereg.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/schemagen/typereg.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Type Reprsentation Registry
 
-$Id: typereg.py,v 1.6 2004/03/13 20:24:15 srichter Exp $
+$Id$
 """
 from zope.interface import implements, providedBy
 import zope.schema


Property changes on: Zope3/trunk/src/zope/app/schemagen/typereg.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/security/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope Application-specific Security code
 
-$Id: __init__.py,v 1.4 2004/02/24 14:12:11 srichter Exp $
+$Id$
 """
 # Register some standard types
 import _protections


Property changes on: Zope3/trunk/src/zope/app/security/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/_protections.py
===================================================================
--- Zope3/trunk/src/zope/app/security/_protections.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/_protections.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Register protection information for some standard low-level types
 
-$Id: _protections.py,v 1.10 2004/02/21 12:28:55 jim Exp $
+$Id$
 """
 
 def protect():


Property changes on: Zope3/trunk/src/zope/app/security/_protections.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/basicauthadapter.py
===================================================================
--- Zope3/trunk/src/zope/app/security/basicauthadapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/basicauthadapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTTP Basic Authentication adapter
 
-$Id: basicauthadapter.py,v 1.3 2004/03/08 12:06:01 srichter Exp $
+$Id$
 """
 from zope.publisher.interfaces.http import IHTTPCredentials
 from loginpassword import LoginPassword


Property changes on: Zope3/trunk/src/zope/app/security/basicauthadapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/browser/auth.py
===================================================================
--- Zope3/trunk/src/zope/app/security/browser/auth.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/browser/auth.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Login and Logout screens
 
-$Id: auth.py,v 1.1 2004/03/14 04:45:00 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.publisher.interfaces.http import ILogin, ILogout


Property changes on: Zope3/trunk/src/zope/app/security/browser/auth.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/fields.py
===================================================================
--- Zope3/trunk/src/zope/app/security/fields.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/fields.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Security related configuration fields.
 
-$Id: fields.py,v 1.2 2004/04/11 10:34:41 srichter Exp $
+$Id$
 """
 from zope import schema
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/security/fields.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/ftpauth.py
===================================================================
--- Zope3/trunk/src/zope/app/security/ftpauth.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/ftpauth.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """FTP Standard Authentication adapter
 
-$Id: ftpauth.py,v 1.2 2004/03/08 12:06:01 srichter Exp $
+$Id$
 """
 from zope.publisher.interfaces.ftp import IFTPCredentials
 from loginpassword import LoginPassword


Property changes on: Zope3/trunk/src/zope/app/security/ftpauth.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/security/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope Application-specific Security Interfaces
 
-$Id: __init__.py,v 1.2 2004/04/24 23:20:04 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/security/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/interfaces/grants/securitymap.py
===================================================================
--- Zope3/trunk/src/zope/app/security/interfaces/grants/securitymap.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/interfaces/grants/securitymap.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Security map to hold matrix-like relationships.
 
-$Id: securitymap.py,v 1.1 2004/03/08 12:07:34 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/security/interfaces/grants/securitymap.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/loginpassword.py
===================================================================
--- Zope3/trunk/src/zope/app/security/loginpassword.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/loginpassword.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Login/Password provider
 
-$Id: loginpassword.py,v 1.4 2004/03/08 12:06:01 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from interfaces import ILoginPassword


Property changes on: Zope3/trunk/src/zope/app/security/loginpassword.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/security/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Register security related configuration directives.
 
-$Id: metaconfigure.py,v 1.8 2004/05/06 10:07:46 philikon Exp $
+$Id$
 """
 from zope.app.component.metaconfigure import utility
 


Property changes on: Zope3/trunk/src/zope/app/security/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/security/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """securityPolicy Directive Schema
 
-$Id: metadirectives.py,v 1.4 2004/05/06 10:07:46 philikon Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.configuration.fields import GlobalObject, Tokens, PythonIdentifier


Property changes on: Zope3/trunk/src/zope/app/security/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/permission.py
===================================================================
--- Zope3/trunk/src/zope/app/security/permission.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/permission.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Permissions
 
-$Id: permission.py,v 1.13 2004/04/24 23:20:01 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.schema.interfaces import ValidationError


Property changes on: Zope3/trunk/src/zope/app/security/permission.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/principal.py
===================================================================
--- Zope3/trunk/src/zope/app/security/principal.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/principal.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Principals.
 
-$Id: principal.py,v 1.7 2004/03/13 23:55:23 srichter Exp $
+$Id$
 """
 from zope.exceptions import NotFoundError
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/security/principal.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/principallogging.py
===================================================================
--- Zope3/trunk/src/zope/app/security/principallogging.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/principallogging.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """An adapter from IPrincipal to the ILoggingInfo.
 
-$Id: principallogging.py,v 1.2 2004/03/08 12:06:01 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.publisher.interfaces.logginginfo import ILoggingInfo


Property changes on: Zope3/trunk/src/zope/app/security/principallogging.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/principalregistry.py
===================================================================
--- Zope3/trunk/src/zope/app/security/principalregistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/principalregistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Global Authentication Service or Principal Registry
 
-$Id: principalregistry.py,v 1.4 2004/04/06 17:55:38 jim Exp $
+$Id$
 """
 from warnings import warn
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/security/principalregistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/protectclass.py
===================================================================
--- Zope3/trunk/src/zope/app/security/protectclass.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/protectclass.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """Make assertions about permissions needed to access class instances
 attributes
 
-$Id: protectclass.py,v 1.4 2004/03/08 12:06:01 srichter Exp $
+$Id$
 """
 from zope.security.checker import defineChecker, getCheckerForInstancesOf
 from zope.security.checker import Checker, CheckerPublic


Property changes on: Zope3/trunk/src/zope/app/security/protectclass.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/settings.py
===================================================================
--- Zope3/trunk/src/zope/app/security/settings.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/settings.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Security setting constants
 
-$Id: settings.py,v 1.4 2004/03/08 12:06:01 srichter Exp $
+$Id$
 """
 
 class PermissionSetting(object):


Property changes on: Zope3/trunk/src/zope/app/security/settings.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.3 2004/04/11 18:16:31 jim Exp $
+$Id$
 """
 
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/security/tests/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Directives Tests
 
-$Id: test_directives.py,v 1.2 2004/03/20 19:52:48 srichter Exp $
+$Id$
 """
 import unittest
 from pprint import PrettyPrinter


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_fields.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_fields.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_fields.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Configuration field doc tests.
 
-$Id: test_fields.py,v 1.1 2004/03/20 19:52:42 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_fields.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_ftpauth.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_ftpauth.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_ftpauth.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_ftpauth.py,v 1.2 2003/06/07 05:46:06 stevea Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_ftpauth.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_principallogging.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_principallogging.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_principallogging.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test for PrincipalLogging.
 
-$Id: test_principallogging.py,v 1.3 2004/03/08 12:06:02 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_principallogging.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_principalregistry.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_principalregistry.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_principalregistry.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Global Authentication Serive or Principal Registry Tests
 
-$Id: test_principalregistry.py,v 1.3 2004/03/13 23:55:23 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_principalregistry.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_protectclass.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_protectclass.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_protectclass.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Test handler for 'protectClass' directive
 
-$Id: test_protectclass.py,v 1.6 2004/03/08 12:06:02 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_protectclass.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_protectsubclass.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_protectsubclass.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_protectsubclass.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test proper protection of inherited methods
 
-$Id: test_protectsubclass.py,v 1.4 2004/03/08 12:06:02 srichter Exp $
+$Id$
 """
 import unittest
 from zope.security.checker import selectChecker


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_protectsubclass.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Security Directives Tests
 
-$Id: test_securitydirectives.py,v 1.15 2004/03/13 23:55:23 srichter Exp $
+$Id$
 """
 import unittest
 from zope.configuration.config import ConfigurationConflictError


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/security/tests/test_settings.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_settings.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/security/tests/test_settings.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Security Settings Tests
 
-$Id: test_settings.py,v 1.4 2004/03/08 12:06:02 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/security/tests/test_settings.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/principalpermissionview.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/principalpermissionview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/principalpermissionview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Principal Permission View Classes
 
-$Id: principalpermissionview.py,v 1.6 2004/03/19 20:26:35 srichter Exp $
+$Id$
 """
 import time
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/browser/principalpermissionview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/principalroleview.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/principalroleview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/principalroleview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """Management view component for principal-role management (Zope2's
 'local roles').
 
-$Id: principalroleview.py,v 1.6 2004/04/11 18:16:33 jim Exp $
+$Id$
 """
 from datetime import datetime
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/browser/principalroleview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/rolepermissionview.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/rolepermissionview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/rolepermissionview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Role Permission View Classes
 
-$Id: rolepermissionview.py,v 1.4 2004/03/08 12:06:05 srichter Exp $
+$Id$
 """
 from datetime import datetime
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/browser/rolepermissionview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/rolepermissionmanager.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/tests/rolepermissionmanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/tests/rolepermissionmanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test IRolePermissionManager class that has no context.
 
-$Id: rolepermissionmanager.py,v 1.1 2004/02/27 12:46:32 philikon Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.securitypolicy.interfaces import IRolePermissionManager


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/rolepermissionmanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalpermissionview.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalpermissionview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalpermissionview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Principal Permission View Tests
 
-$Id: test_principalpermissionview.py,v 1.5 2004/03/13 23:55:24 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalpermissionview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalroleview.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalroleview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalroleview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Principal-Role View Tests
 
-$Id: test_principalroleview.py,v 1.6 2004/03/19 20:26:36 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_principalroleview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_rolepermissionview.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_rolepermissionview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_rolepermissionview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Role-Permission View Tests
 
-$Id: test_rolepermissionview.py,v 1.5 2004/03/19 20:26:36 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/browser/tests/test_rolepermissionview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Security map to hold matrix-like relationships.
 
-$Id: interfaces.py,v 1.2 2004/03/05 18:38:04 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import TextLine, Text


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Register security related configuration directives.
 
-$Id: metaconfigure.py,v 1.2 2004/03/05 18:38:35 srichter Exp $
+$Id$
 """
 from zope.configuration.exceptions import ConfigurationError
 from zope.app.component.metaconfigure import utility


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Grant Directive Schema
 
-$Id: metadirectives.py,v 1.3 2004/03/20 19:52:47 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import Id 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/permissionroles.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/permissionroles.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/permissionroles.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: permissionroles.py,v 1.4 2004/03/08 12:06:03 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/permissionroles.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/principalpermission.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/principalpermission.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/principalpermission.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Mappings between principals and permissions, stored in an object locally.
 
-$Id: principalpermission.py,v 1.3 2004/03/13 23:01:07 srichter Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/principalpermission.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/role.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/role.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/role.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Role implementation
 
-$Id: role.py,v 1.5 2004/05/10 15:50:11 fdrake Exp $
+$Id$
 """
 from persistent import Persistent
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/role.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/rolepermission.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/rolepermission.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/rolepermission.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: rolepermission.py,v 1.5 2004/03/13 23:01:07 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/rolepermission.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalpermissionmanager.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalpermissionmanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalpermissionmanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test handler for Annotation Principal Permission Manager module.
 
-$Id: test_annotationprincipalpermissionmanager.py,v 1.4 2004/03/13 23:01:09 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalpermissionmanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalrolemanager.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalrolemanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalrolemanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test handler for PrincipalRoleManager module.
 
-$Id: test_annotationprincipalrolemanager.py,v 1.5 2004/03/13 23:01:09 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationprincipalrolemanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationrolepermissionmanager.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationrolepermissionmanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationrolepermissionmanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test handler for Annotation Role Permission Manager.
 
-$Id: test_annotationrolepermissionmanager.py,v 1.5 2004/03/13 23:01:09 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_annotationrolepermissionmanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalpermissionmanager.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalpermissionmanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalpermissionmanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test handler for PrincipalPermissionManager module.
 
-$Id: test_principalpermissionmanager.py,v 1.4 2004/03/13 23:55:25 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalpermissionmanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalrolemanager.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalrolemanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalrolemanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test handler for PrincipalRoleManager module.
 
-$Id: test_principalrolemanager.py,v 1.4 2004/03/13 23:55:25 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_principalrolemanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_rolepermissionmanager.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_rolepermissionmanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_rolepermissionmanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test handler for RolePermissionManager module.
 
-$Id: test_rolepermissionmanager.py,v 1.3 2004/03/08 12:06:09 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_rolepermissionmanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitydirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitydirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitydirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Security Directives Tests
 
-$Id: test_securitydirectives.py,v 1.4 2004/03/13 23:55:25 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitydirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitymap.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitymap.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitymap.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 #############################################################################
 """
-$Id: test_securitymap.py,v 1.1 2004/02/27 12:46:33 philikon Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyClass


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_securitymap.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/tests/test_zopepolicy.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/tests/test_zopepolicy.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/tests/test_zopepolicy.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests the standard zope policy.
 
-$Id: test_zopepolicy.py,v 1.6 2004/03/13 23:55:25 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/tests/test_zopepolicy.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.py
===================================================================
--- Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Define Zope\'s default security policy
 
-$Id: zopepolicy.py,v 1.4 2004/03/08 12:06:03 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.security.interfaces import ISecurityPolicy


Property changes on: Zope3/trunk/src/zope/app/securitypolicy/zopepolicy.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/server/servercontrol.py
===================================================================
--- Zope3/trunk/src/zope/app/server/servercontrol.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/server/servercontrol.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Server Control Implementation
 
-$Id: servercontrol.py,v 1.1 2004/03/23 15:52:13 srichter Exp $
+$Id$
 """
 from ThreadedAsync import LoopCallback
 from zope.app.applicationcontrol.interfaces import IServerControl


Property changes on: Zope3/trunk/src/zope/app/server/servercontrol.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/servicenames.py
===================================================================
--- Zope3/trunk/src/zope/app/servicenames.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/servicenames.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Default service names
 
-$Id: servicenames.py,v 1.3 2004/04/29 15:15:09 fdrake Exp $
+$Id$
 """
 
 # XXX should check that all of the names are still used


Property changes on: Zope3/trunk/src/zope/app/servicenames.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/session/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/session/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/session/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This is more of a demonstration than a full implementation, but it should
 work.
 
-$Id: __init__.py,v 1.4 2004/05/10 15:50:11 fdrake Exp $
+$Id$
 """
 import sha, time, string, random, hmac, logging
 from UserDict import IterableUserDict


Property changes on: Zope3/trunk/src/zope/app/session/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/session/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/session/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/session/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for session service.
 
-$Id: interfaces.py,v 1.1 2004/03/10 12:11:19 srichter Exp $
+$Id$
 """
 import re
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/session/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/session/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/session/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/session/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 #
 ##############################################################################
 '''
-$Id: tests.py,v 1.4 2004/03/13 23:55:26 srichter Exp $
+$Id$
 '''
 import unittest, doctest, time, rfc822
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/session/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """View support for adding and configuring services and other components.
 
-$Id: __init__.py,v 1.8 2004/04/23 13:43:36 hdima Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/site/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/ftests/test_toolsoverview.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/ftests/test_toolsoverview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/ftests/test_toolsoverview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tools Overview Functional Tests
 
-$Id: test_toolsoverview.py,v 1.2 2004/04/06 20:58:11 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/site/browser/ftests/test_toolsoverview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/ftests/test_utilitytools.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/ftests/test_utilitytools.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/ftests/test_utilitytools.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility Tools Functional Tests
 
-$Id: test_utilitytools.py,v 1.2 2004/04/06 20:58:11 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/site/browser/ftests/test_utilitytools.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Configuration handlers for 'tools' directive.
 
-$Id: metaconfigure.py,v 1.2 2004/03/22 00:52:24 srichter Exp $
+$Id$
 """
 from zope.publisher.interfaces.browser import IBrowserRequest, IBrowserPublisher
 from zope.app.component.metaconfigure import view, interface as ifaceDirective


Property changes on: Zope3/trunk/src/zope/app/site/browser/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/metadirectives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/metadirectives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """'tool' directive for 'browser' namespace
 
-$Id: metadirectives.py,v 1.2 2004/03/22 00:52:23 srichter Exp $
+$Id$
 """
 from zope.configuration.fields import GlobalObject, PythonIdentifier, MessageID
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/site/browser/metadirectives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/tests/test_directives.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/tests/test_directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/tests/test_directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Directives Tests
 
-$Id: test_directives.py,v 1.3 2004/04/15 13:25:44 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/site/browser/tests/test_directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/tests/test_service.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/tests/test_service.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/tests/test_service.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for service adding and registration views.
 
-$Id: test_service.py,v 1.1 2004/03/13 15:21:56 srichter Exp $
+$Id$
 """
 import unittest
 from zope.app.tests import ztapi


Property changes on: Zope3/trunk/src/zope/app/site/browser/tests/test_service.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/tests/test_toolbacklink.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/tests/test_toolbacklink.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/tests/test_toolbacklink.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """Tool backlink generation tests
 
-$Id: test_toolbacklink.py,v 1.1 2004/03/21 17:09:33 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/site/browser/tests/test_toolbacklink.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/browser/tools.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/tools.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/browser/tools.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tools View
 
-$Id: tools.py,v 1.5 2004/04/17 14:33:38 srichter Exp $
+$Id$
 """
 from zope.interface import implements, Attribute
 from zope.interface.interfaces import IInterface


Property changes on: Zope3/trunk/src/zope/app/site/browser/tools.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/folder.py
===================================================================
--- Zope3/trunk/src/zope/app/site/folder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/folder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A site management folder contains components and component registrations.
 
-$Id: folder.py,v 1.5 2004/05/06 10:20:43 philikon Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.component.nextservice import getNextServiceManager


Property changes on: Zope3/trunk/src/zope/app/site/folder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/site/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for folders.
 
-$Id: interfaces.py,v 1.3 2004/04/17 15:13:13 jim Exp $
+$Id$
 """
 from zope.interface import Interface
 import zope.schema


Property changes on: Zope3/trunk/src/zope/app/site/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/service.py
===================================================================
--- Zope3/trunk/src/zope/app/site/service.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/service.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -23,7 +23,7 @@
     ServiceManager to search for modules.  (This functionality will
     eventually be replaced by a separate module service.)
 
-$Id: service.py,v 1.6 2004/05/05 08:42:06 philikon Exp $
+$Id$
 """
 import sys
 from transaction import get_transaction


Property changes on: Zope3/trunk/src/zope/app/site/service.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/servicecontainer.py
===================================================================
--- Zope3/trunk/src/zope/app/site/servicecontainer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/servicecontainer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ServiceManagerContainer implementation.
 
-$Id: servicecontainer.py,v 1.3 2004/05/05 08:42:06 philikon Exp $
+$Id$
 """
 
 import zope.interface


Property changes on: Zope3/trunk/src/zope/app/site/servicecontainer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/tests/placefulsetup.py
===================================================================
--- Zope3/trunk/src/zope/app/site/tests/placefulsetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/tests/placefulsetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Base Mix-in class for Placeful Setups 
 
-$Id: placefulsetup.py,v 1.1 2004/03/13 15:21:57 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.tests import setup


Property changes on: Zope3/trunk/src/zope/app/site/tests/placefulsetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/tests/test_folder.py
===================================================================
--- Zope3/trunk/src/zope/app/site/tests/test_folder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/tests/test_folder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Site-management folder tests
 
-$Id: test_folder.py,v 1.3 2004/04/17 15:13:14 jim Exp $
+$Id$
 """
 import unittest
 from zope.app.registration.tests.test_registrationmanager \


Property changes on: Zope3/trunk/src/zope/app/site/tests/test_folder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/tests/test_servicemanager.py
===================================================================
--- Zope3/trunk/src/zope/app/site/tests/test_servicemanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/tests/test_servicemanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service Manager Tests
 
-$Id: test_servicemanager.py,v 1.3 2004/03/13 23:01:12 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestLoader, TextTestRunner
 


Property changes on: Zope3/trunk/src/zope/app/site/tests/test_servicemanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py
===================================================================
--- Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Service Registration tests.
 
-$Id: test_serviceregistration.py,v 1.4 2004/03/23 15:15:06 mmceahern Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/site/tests/test_serviceregistration.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/size/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/size/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/size/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Adapters that give the size of an object.
 
-$Id: __init__.py,v 1.1 2004/03/03 11:04:03 philikon Exp $
+$Id$
 """
 from zope.app.i18n import ZopeMessageIDFactory as _
 from zope.app.size.interfaces import ISized


Property changes on: Zope3/trunk/src/zope/app/size/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/size/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/size/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/size/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces that give the size of an object.
 
-$Id: interfaces.py,v 1.1 2004/03/03 11:04:03 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/size/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """SQL Expression Type
 
-$Id: sqlexpr.py,v 1.2 2004/03/04 02:04:13 philikon Exp $
+$Id$
 """
 __metaclass__ = type 
 


Property changes on: Zope3/trunk/src/zope/app/sqlexpr/sqlexpr.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlexpr/tests/test_sqlexpr.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlexpr/tests/test_sqlexpr.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlexpr/tests/test_sqlexpr.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """SQL Expression Type Tests
 
-$Id: test_sqlexpr.py,v 1.3 2004/03/09 12:39:11 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/sqlexpr/tests/test_sqlexpr.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.2 2004/02/24 16:50:36 philikon Exp $
+$Id$
 """
 
 from sqlscript import SQLScript


Property changes on: Zope3/trunk/src/zope/app/sqlscript/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/browser/sqlscript.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/browser/sqlscript.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/browser/sqlscript.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """SQL Script Views
 
-$Id: sqlscript.py,v 1.5 2004/03/14 01:11:42 srichter Exp $
+$Id$
 """
 from zope.app.form.browser.add import AddView
 from zope.app.form.browser.submit import Update


Property changes on: Zope3/trunk/src/zope/app/sqlscript/browser/sqlscript.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/browser/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/browser/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/browser/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """DTML Page Evaluation Tests
 
-$Id: tests.py,v 1.2 2004/02/24 16:50:37 philikon Exp $
+$Id$
 """
 import unittest, doctest
 


Property changes on: Zope3/trunk/src/zope/app/sqlscript/browser/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/dtml.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/dtml.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/dtml.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: dtml.py,v 1.2 2004/02/24 16:50:36 philikon Exp $
+$Id$
 """
 import sys
 from types import StringTypes


Property changes on: Zope3/trunk/src/zope/app/sqlscript/dtml.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.6 2004/04/26 23:58:37 srichter Exp $
+$Id$
 """
 import zope.schema
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/sqlscript/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/sqlscript.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/sqlscript.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/sqlscript.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: sqlscript.py,v 1.5 2004/03/10 19:41:08 srichter Exp $
+$Id$
 """
 import re
 from types import StringTypes


Property changes on: Zope3/trunk/src/zope/app/sqlscript/sqlscript.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/tests/test_arguments.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/tests/test_arguments.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/tests/test_arguments.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """DT_SQLVar Tests
 
-$Id: test_arguments.py,v 1.2 2004/02/24 16:50:39 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/sqlscript/tests/test_arguments.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/tests/test_sqlscript.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/tests/test_sqlscript.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/tests/test_sqlscript.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """DT_SQLVar Tests
 
-$Id: test_sqlscript.py,v 1.9 2004/03/13 23:55:27 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface import implements, classImplements


Property changes on: Zope3/trunk/src/zope/app/sqlscript/tests/test_sqlscript.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlgroup.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlgroup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlgroup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """DT_SQLVar Tests
 
-$Id: testdt_sqlgroup.py,v 1.2 2004/02/24 16:50:39 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlgroup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqltest.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqltest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqltest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """DT_SQLVar Tests
 
-$Id: testdt_sqltest.py,v 1.2 2004/02/24 16:50:39 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqltest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlvar.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlvar.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlvar.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """DT_SQLVar Tests
 
-$Id: testdt_sqlvar.py,v 1.2 2004/02/24 16:50:39 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/sqlscript/tests/testdt_sqlvar.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tests/functional.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/functional.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tests/functional.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 There should be a file 'ftesting.zcml' in the current directory.
 
-$Id: functional.py,v 1.2 2004/04/24 23:20:14 srichter Exp $
+$Id$
 """
 import logging
 import sys


Property changes on: Zope3/trunk/src/zope/app/tests/functional.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tests/placelesssetup.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/placelesssetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tests/placelesssetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit test logic for setting up and tearing down basic infrastructure
 
-$Id: placelesssetup.py,v 1.16 2004/05/10 06:35:35 philikon Exp $
+$Id$
 """
 from zope.app.tests import ztapi
 from zope.component.tests.placelesssetup \


Property changes on: Zope3/trunk/src/zope/app/tests/placelesssetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tests/setup.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/setup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tests/setup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Setting up an environment for testing context-dependent objects
 
-$Id: setup.py,v 1.27 2004/04/23 11:38:57 jim Exp $
+$Id$
 """
 
 import zope.component


Property changes on: Zope3/trunk/src/zope/app/tests/setup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tests/test_decorator.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/test_decorator.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tests/test_decorator.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Context Tests
 
-$Id: test_decorator.py,v 1.3 2003/11/21 17:09:39 jim Exp $
+$Id$
 """
 
 import pickle


Property changes on: Zope3/trunk/src/zope/app/tests/test_decorator.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tests/test_tzinfo.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/test_tzinfo.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tests/test_tzinfo.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_tzinfo.py,v 1.2 2003/03/13 18:49:11 alga Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/tests/test_tzinfo.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tests/ztapi.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/ztapi.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tests/ztapi.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Testing helper functions
 
-$Id: ztapi.py,v 1.10 2004/04/23 19:39:31 jim Exp $
+$Id$
 """
 from zope.app import zapi
 import zope.interface


Property changes on: Zope3/trunk/src/zope/app/tests/ztapi.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/timezones.py
===================================================================
--- Zope3/trunk/src/zope/app/timezones.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/timezones.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Historical timezone data, ported from Zope2's DateTime.DateTimeZone.
 
-$Id: timezones.py,v 1.3 2003/03/13 18:48:59 alga Exp $
+$Id$
 """
 
 historical_zone_info = {


Property changes on: Zope3/trunk/src/zope/app/timezones.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/translation_files/extract.py
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/extract.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/translation_files/extract.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 """Extract message strings from python modules, page template files
 and ZCML files.
 
-$Id: extract.py,v 1.18 2004/04/30 14:28:51 fdrake Exp $
+$Id$
 """
 
 import os, sys, fnmatch


Property changes on: Zope3/trunk/src/zope/app/translation_files/extract.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/translation_files/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/translation_files/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Abstract objects for the i18n extraction machinery
 
-$Id: interfaces.py,v 1.1 2003/12/17 13:58:53 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/translation_files/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/translation_files/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/translation_files/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/translation_files/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: tests.py,v 1.1 2003/12/17 14:07:35 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/translation_files/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 Convenience functions for traversing the object tree.
 
-$Id: __init__.py,v 1.27 2004/03/13 21:03:23 srichter Exp $
+$Id$
 """
 
 from zope.interface import moduleProvides


Property changes on: Zope3/trunk/src/zope/app/traversing/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/adapters.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/adapters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/adapters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: adapters.py,v 1.21 2004/05/05 08:38:03 philikon Exp $
+$Id$
 """
 from types import StringTypes, MethodType
 


Property changes on: Zope3/trunk/src/zope/app/traversing/adapters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Absolute URL View components
 
-$Id: __init__.py,v 1.5 2004/04/27 10:53:48 jim Exp $
+$Id$
 """
 
 from zope.app.traversing.browser.absoluteurl import AbsoluteURL


Property changes on: Zope3/trunk/src/zope/app/traversing/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/browser/absoluteurl.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/browser/absoluteurl.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/browser/absoluteurl.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Absolute URL View components
 
-$Id: absoluteurl.py,v 1.2 2004/05/10 06:35:42 philikon Exp $
+$Id$
 """
 
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/traversing/browser/absoluteurl.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/browser/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/browser/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/browser/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser traversal interfaces
 
-$Id: interfaces.py,v 1.3 2004/04/27 10:53:50 jim Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/traversing/browser/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/browser/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/browser/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/browser/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the AbsoluteURL view
 
-$Id: tests.py,v 1.2 2004/05/10 06:35:42 philikon Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/traversing/browser/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/ftests/test_vhosting.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/ftests/test_vhosting.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/ftests/test_vhosting.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Functional tests for virtual hosting.
 
-$Id: test_vhosting.py,v 1.12 2004/04/06 20:58:11 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/traversing/ftests/test_vhosting.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces to do with traversing.
 
-$Id: interfaces.py,v 1.2 2004/04/17 17:15:34 jim Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/traversing/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/namespace.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/namespace.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/namespace.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """URL Namespace Implementations
 
-$Id: namespace.py,v 1.29 2004/04/18 16:00:33 jim Exp $
+$Id$
 """
 import re
 import zope.interface


Property changes on: Zope3/trunk/src/zope/app/traversing/namespace.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_conveniencefunctions.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_conveniencefunctions.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_conveniencefunctions.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_conveniencefunctions.py,v 1.24 2004/03/13 23:55:28 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.app.tests import ztapi


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_conveniencefunctions.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_etc.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_etc.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_etc.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_etc.py,v 1.8 2004/04/18 16:00:34 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_etc.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_namespacetrversal.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_namespacetrversal.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_namespacetrversal.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Traversal Namespace Tests
 
-$Id: test_namespacetrversal.py,v 1.11 2004/04/18 16:00:34 jim Exp $
+$Id$
 """
 
 def test_suite():


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_namespacetrversal.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_physicallocationadapters.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_physicallocationadapters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_physicallocationadapters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Physical Location Adapter Tests
 
-$Id: test_physicallocationadapters.py,v 1.19 2004/03/13 21:03:23 srichter Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.app.tests.placelesssetup import PlacelessSetup


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_physicallocationadapters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_presentation.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_presentation.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_presentation.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_presentation.py,v 1.9 2004/04/18 16:00:35 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_presentation.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_skin.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_skin.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_skin.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_skin.py,v 1.7 2004/04/18 16:00:35 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_skin.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_traverser.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_traverser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_traverser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_traverser.py,v 1.19 2004/04/17 17:15:35 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_traverser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/traversing/tests/test_vh.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/tests/test_vh.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/traversing/tests/test_vh.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Virtual hosting namespace tests.
 
-$Id: test_vh.py,v 1.4 2004/04/18 16:00:35 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/traversing/tests/test_vh.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/adapters.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/adapters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/adapters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 IContainer. We also provide adapters for any object, so we don't end
 up with ComponentLookupErrors whenever encounter unknown objects.
 
-$Id: adapters.py,v 1.5 2004/04/23 06:27:01 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/app/tree/adapters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser views
 
-$Id: __init__.py,v 1.1 2004/02/19 20:43:05 philikon Exp $
+$Id$
 """
 
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/tree/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/browser/cookie.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/browser/cookie.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/browser/cookie.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Stateful cookie tree
 
-$Id: cookie.py,v 1.6 2004/03/17 21:56:42 srichter Exp $
+$Id$
 """
 
 from zope.app import zapi


Property changes on: Zope3/trunk/src/zope/app/tree/browser/cookie.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/browser/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/browser/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/browser/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: tests.py,v 1.2 2004/03/15 20:42:11 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/tree/browser/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/filters.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/filters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/filters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -22,7 +22,7 @@
 Since commonly needed, this module provides two filters that filter by
 interface.
 
-$Id: filters.py,v 1.3 2004/03/13 22:02:10 srichter Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/tree/filters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Static tree interfaces
 
-$Id: interfaces.py,v 1.1 2004/02/19 20:43:04 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/app/tree/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/node.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/node.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/node.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A node in the treee
 
-$Id: node.py,v 1.3 2004/04/23 06:27:01 philikon Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/tree/node.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/tests/basetest.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/tests/basetest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/tests/basetest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: basetest.py,v 1.1 2004/02/19 20:43:06 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/tree/tests/basetest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/tests/test_adapters.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/tests/test_adapters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/tests/test_adapters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_adapters.py,v 1.6 2004/03/13 21:03:24 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/tree/tests/test_adapters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/tests/test_encoder.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/tests/test_encoder.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/tests/test_encoder.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_encoder.py,v 1.1 2004/02/19 20:43:06 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/tree/tests/test_encoder.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/tests/test_filters.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/tests/test_filters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/tests/test_filters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_filters.py,v 1.1 2004/02/19 20:43:06 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/tree/tests/test_filters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/tests/test_node.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/tests/test_node.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/tests/test_node.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_node.py,v 1.2 2004/03/13 22:02:11 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/tree/tests/test_node.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/tree/utils.py
===================================================================
--- Zope3/trunk/src/zope/app/tree/utils.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/tree/utils.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Static tree utilities
 
-$Id: utils.py,v 1.3 2004/04/23 06:27:01 philikon Exp $
+$Id$
 """
 
 import zlib


Property changes on: Zope3/trunk/src/zope/app/tree/utils.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/undo/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/undo/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.3 2004/03/21 17:20:28 philikon Exp $
+$Id$
 """
 from datetime import datetime
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/undo/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/undo/browser.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/undo/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Undo view
 
-$Id: browser.py,v 1.2 2004/03/21 17:20:28 philikon Exp $
+$Id$
 """
 from zope.exceptions import ForbiddenAttribute
 


Property changes on: Zope3/trunk/src/zope/app/undo/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/undo/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/undo/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: interfaces.py,v 1.3 2004/03/21 17:20:28 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/app/undo/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/undo/tests/test_prefix.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/tests/test_prefix.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/undo/tests/test_prefix.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_prefix.py,v 1.1 2004/03/21 17:20:32 philikon Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/undo/tests/test_prefix.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/undo/tests/test_undoview.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/tests/test_undoview.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/undo/tests/test_undoview.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Undo Tests
 
-$Id: test_undoview.py,v 1.1 2004/03/21 17:20:28 philikon Exp $
+$Id$
 """
 from datetime import datetime
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/undo/tests/test_undoview.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/undo/tests/test_zodbundomanager.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/tests/test_zodbundomanager.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/undo/tests/test_zodbundomanager.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_zodbundomanager.py,v 1.4 2004/03/21 17:20:28 philikon Exp $
+$Id$
 """
 
 from time import time


Property changes on: Zope3/trunk/src/zope/app/undo/tests/test_zodbundomanager.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/utility/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/utility/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """Local utility service implementation.
 
-$Id: __init__.py,v 1.5 2004/04/15 15:29:31 jim Exp $
+$Id$
 """
 
 from utility import UtilityRegistration, LocalUtilityService


Property changes on: Zope3/trunk/src/zope/app/utility/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/utility/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/utility/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Use-Registration view for utilities.
 
-$Id: __init__.py,v 1.8 2004/04/25 16:19:22 srichter Exp $
+$Id$
 """
 from zope.app.registration.browser import AddComponentRegistration
 from zope.app.registration.interfaces import ActiveStatus


Property changes on: Zope3/trunk/src/zope/app/utility/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/utility/browser/tests/test_registered.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/browser/tests/test_registered.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/utility/browser/tests/test_registered.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the registered view support.
 
-$Id: test_registered.py,v 1.3 2004/04/17 14:33:47 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/utility/browser/tests/test_registered.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/utility/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/utility/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces pertaining to local utilities.
 
-$Id: interfaces.py,v 1.6 2004/05/07 23:21:13 garrett Exp $
+$Id$
 """
 from zope.app.i18n import ZopeMessageIDFactory as _
 from zope.app.registration.interfaces import IComponentRegistration


Property changes on: Zope3/trunk/src/zope/app/utility/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/utility/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/utility/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility service tests
 
-$Id: tests.py,v 1.8 2004/04/24 23:20:26 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/app/utility/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/utility/utility.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/utility.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/utility/utility.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 Besides being functional, this module also serves as an example of
 creating a local service; see README.txt.
 
-$Id: utility.py,v 1.3 2004/04/24 23:20:14 srichter Exp $
+$Id$
 """
 
 from zope.app.adapter.adapter import LocalAdapterService


Property changes on: Zope3/trunk/src/zope/app/utility/utility.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/utility/vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/app/utility/vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/utility/vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This vocabulary provides terms for all utilities providing a given interface.
 
-$Id: vocabulary.py,v 1.5 2004/05/08 00:20:45 garrett Exp $
+$Id$
 """
 from zope.interface import implements, Interface
 from zope.interface.interfaces import IInterface


Property changes on: Zope3/trunk/src/zope/app/utility/vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,6 +13,6 @@
 ##############################################################################
 """ZWiki for Zope 3
 
-$Id: __init__.py,v 1.1 2004/02/27 11:06:58 philikon Exp $
+$Id$
 """
 


Property changes on: Zope3/trunk/src/zope/app/wiki/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/browser/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/browser/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,5 +13,5 @@
 ##############################################################################
 """Browser Views for the wiki for Zope 3 Product
 
-$Id: __init__.py,v 1.1 2004/02/27 11:06:59 philikon Exp $
+$Id$
 """


Property changes on: Zope3/trunk/src/zope/app/wiki/browser/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/browser/wiki.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/browser/wiki.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/browser/wiki.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser View Components for Wikis
 
-$Id: wiki.py,v 1.7 2004/03/14 02:17:08 srichter Exp $
+$Id$
 """
 from datetime import datetime
 from zope.proxy import removeAllProxies


Property changes on: Zope3/trunk/src/zope/app/wiki/browser/wiki.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/browser/wikipage.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/browser/wikipage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/browser/wikipage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser View Components for WikiPages
 
-$Id: wikipage.py,v 1.10 2004/04/25 16:19:26 srichter Exp $
+$Id$
 """
 import re
 from urllib import quote, unquote


Property changes on: Zope3/trunk/src/zope/app/wiki/browser/wikipage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/diff.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/diff.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/diff.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser View Components for WikiPages
 
-$Id: diff.py,v 1.1 2004/02/27 11:06:58 philikon Exp $
+$Id$
 """
 from difflib import ndiff
 


Property changes on: Zope3/trunk/src/zope/app/wiki/diff.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This module defines the ZWiki relevant interfaces.
 
-$Id: interfaces.py,v 1.4 2004/04/24 23:20:30 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import TextLine, List, SourceText, Choice


Property changes on: Zope3/trunk/src/zope/app/wiki/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_comments.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_comments.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_comments.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZWiki Tests
 
-$Id: test_comments.py,v 1.2 2004/03/05 22:09:22 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_comments.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_traversable.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_traversable.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_traversable.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_traversable.py,v 1.3 2004/04/17 17:15:36 jim Exp $
+$Id$
 """
 import unittest, sys
 from zope.exceptions import NotFoundError


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_traversable.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_traverser.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_traverser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_traverser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_traverser.py,v 1.3 2004/03/15 20:42:12 jim Exp $
+$Id$
 """
 
 import unittest, sys


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_traverser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_wiki.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_wiki.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_wiki.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZWiki Tests
 
-$Id: test_wiki.py,v 1.2 2004/03/05 22:09:22 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_wiki.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_wikimail.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_wikimail.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_wikimail.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZWiki Tests
 
-$Id: test_wikimail.py,v 1.6 2004/05/10 13:36:45 eckart Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_wikimail.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_wikipage.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_wikipage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_wikipage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZWiki Tests
 
-$Id: test_wikipage.py,v 1.3 2004/03/05 22:09:22 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_wikipage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_wikipagefile.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_wikipagefile.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_wikipagefile.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZWiki Tests
 
-$Id: test_wikipagefile.py,v 1.1 2004/02/27 11:07:01 philikon Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_wikipagefile.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/tests/test_wikipagehierarchy.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/tests/test_wikipagehierarchy.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/tests/test_wikipagehierarchy.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ZWiki Tests
 
-$Id: test_wikipagehierarchy.py,v 1.6 2004/03/13 23:01:15 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/wiki/tests/test_wikipagehierarchy.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/traversal.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/traversal.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/traversal.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """Specific HTTP
 
-$Id: traversal.py,v 1.4 2004/04/17 17:15:35 jim Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.proxy import removeAllProxies


Property changes on: Zope3/trunk/src/zope/app/wiki/traversal.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/wiki.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/wiki.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/wiki.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Wiki implementation
 
-$Id: wiki.py,v 1.1 2004/02/27 11:06:58 philikon Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.folder import Folder


Property changes on: Zope3/trunk/src/zope/app/wiki/wiki.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/wiki/wikipage.py
===================================================================
--- Zope3/trunk/src/zope/app/wiki/wikipage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/wiki/wikipage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Wiki implementation
 
-$Id: wikipage.py,v 1.9 2004/05/10 13:32:13 eckart Exp $
+$Id$
 """
 import smtplib
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/app/wiki/wikipage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/browser/definition.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/browser/definition.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/browser/definition.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ProcessDefinition registration adding view
  
-$Id: definition.py,v 1.5 2004/04/16 11:51:35 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.traversing import traverse


Property changes on: Zope3/trunk/src/zope/app/workflow/browser/definition.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/browser/instance.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/browser/instance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/browser/instance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ProcessInstance views
  
-$Id: instance.py,v 1.4 2004/04/24 23:18:31 srichter Exp $
+$Id$
 """
 from zope.schema import getFieldNames
 from zope.app.pagetemplate.viewpagetemplatefile import ViewPageTemplateFile


Property changes on: Zope3/trunk/src/zope/app/workflow/browser/instance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/definition.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/definition.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/definition.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Implementation of workflow process definition.
 
-$Id: definition.py,v 1.9 2004/04/15 22:11:17 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/workflow/definition.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/instance.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/instance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/instance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Implementation of workflow process instance.
 
-$Id: instance.py,v 1.14 2004/04/15 22:11:24 srichter Exp $
+$Id$
 """
 from types import StringTypes
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/workflow/instance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for workflow service, definition and instance.
 
-$Id: __init__.py,v 1.6 2004/04/16 11:51:43 srichter Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 from zope.app.i18n import ZopeMessageIDFactory as _


Property changes on: Zope3/trunk/src/zope/app/workflow/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/interfaces/wfmc.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/interfaces/wfmc.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/interfaces/wfmc.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Status: Draft
 
-$Id: wfmc.py,v 1.2 2004/03/03 10:38:58 philikon Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 


Property changes on: Zope3/trunk/src/zope/app/workflow/interfaces/wfmc.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """filtering view for ProcessInstances of a stateful workflow
  
-$Id: content_filter.py,v 1.1 2004/04/24 23:18:24 srichter Exp $
+$Id$
 """
 from zope.app.pagetemplate.viewpagetemplatefile import ViewPageTemplateFile
 from zope.app.container.browser.contents import Contents


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ContentWorkflow Manager views
  
-$Id: contentworkflow.py,v 1.1 2004/04/24 23:18:24 srichter Exp $
+$Id$
 """
 from zope.app import zapi
 from zope.app.introspector import interfaceToName


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/browser/contentworkflow.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/definition.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/definition.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/definition.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ProcessDefinition registration adding view
 
-$Id: definition.py,v 1.1 2004/04/24 23:18:24 srichter Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/browser/definition.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/filteradapter.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/filteradapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/filteradapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """filtering view for ProcessInstances of a stateful workflow
  
-$Id: filteradapter.py,v 1.1 2004/04/24 23:18:24 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.app.workflow.interfaces import IProcessInstanceContainerAdaptable


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/browser/filteradapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/instance.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/instance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/instance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ProcessInstance views for a stateful workflow
  
-$Id: instance.py,v 1.2 2004/04/26 09:44:50 dominikhuber Exp $
+$Id$
 """
 from zope.proxy import removeAllProxies
 from zope.security.proxy import trustedRemoveSecurityProxy


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/browser/instance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for stateful workflow.
 
-$Id: interfaces.py,v 1.1 2004/04/24 23:18:24 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/browser/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/contentworkflow.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/contentworkflow.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/contentworkflow.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Associates content objects with some workflow process definitions.
 
-$Id: contentworkflow.py,v 1.16 2004/04/24 23:18:25 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/contentworkflow.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/definition.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/definition.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/definition.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Stateful workflow process definition.
 
-$Id: definition.py,v 1.14 2004/04/24 23:18:25 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/definition.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/instance.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/instance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/instance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Stateful Process Instance
 
-$Id: instance.py,v 1.19 2004/04/24 23:18:25 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from persistent.dict import PersistentDict


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/instance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for stateful workflow process definition.
 
-$Id: interfaces.py,v 1.1 2004/04/24 23:18:25 srichter Exp $
+$Id$
 """
 import zope.schema
 


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/testobject.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/testobject.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/testobject.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This represents a simple content object that can receive workflows.
 
-$Id: testobject.py,v 1.3 2004/04/15 22:11:37 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/testobject.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_contentworkflow.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/tests/test_contentworkflow.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/tests/test_contentworkflow.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Stateful content workflow manager.
 
-$Id: test_contentworkflow.py,v 1.19 2004/04/24 23:18:31 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_contentworkflow.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_definition.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/tests/test_definition.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/tests/test_definition.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 
 """Stateful workflow process definition.
 
-$Id: test_definition.py,v 1.6 2004/04/24 23:18:32 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_definition.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_instance.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/tests/test_instance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/tests/test_instance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Process Difinition Instance Tests
 
-$Id: test_instance.py,v 1.19 2004/04/24 23:18:32 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_instance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XML import/export tests
 
-$Id: test_xmlimportexport.py,v 1.16 2004/04/16 11:51:59 srichter Exp $
+$Id$
 """
 import unittest
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/tests/test_xmlimportexport.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Stateful ProcessDefinition XML Import/Export handlers
 
-$Id: xmlimportexport.py,v 1.14 2004/04/24 23:18:26 srichter Exp $
+$Id$
 """
 from xml.sax import parseString
 from xml.sax.handler import ContentHandler


Property changes on: Zope3/trunk/src/zope/app/workflow/stateful/xmlimportexport.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/tests/test_definition.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/tests/test_definition.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/tests/test_definition.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Process Definition Tests
 
-$Id: test_definition.py,v 1.5 2004/03/17 16:38:13 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/app/workflow/tests/test_definition.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/tests/test_instance.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/tests/test_instance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/tests/test_instance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Process Instance Tests
 
-$Id: test_instance.py,v 1.6 2004/03/13 23:01:18 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyClass


Property changes on: Zope3/trunk/src/zope/app/workflow/tests/test_instance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/workflow/tests/workflowsetup.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/tests/workflowsetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/workflow/tests/workflowsetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Setup for Placeful Worfklow Tests
 
-$Id: workflowsetup.py,v 1.14 2004/04/15 22:11:07 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.component.interfaces import IUtilityService


Property changes on: Zope3/trunk/src/zope/app/workflow/tests/workflowsetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zapi/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/zapi/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zapi/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Makes imports easier
 
-$Id: __init__.py,v 1.3 2004/04/27 10:53:57 jim Exp $
+$Id$
 """
 
 from interfaces import IZAPI


Property changes on: Zope3/trunk/src/zope/app/zapi/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zapi/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/zapi/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zapi/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interface definition for the Zope convenience API module
 
-$Id: interfaces.py,v 1.3 2004/04/27 10:53:57 jim Exp $
+$Id$
 """
 from zope.interface import Attribute
 from zope.component.interfaces import IComponentArchitecture


Property changes on: Zope3/trunk/src/zope/app/zapi/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zopetop/pdlib.js
===================================================================
--- Zope3/trunk/src/zope/app/zopetop/pdlib.js	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zopetop/pdlib.js	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 // A library for manipulating objects on a page with object selection,
 // context menus, and drag and drop.  Mostly DOM 2 oriented, with bits
 // for IE compatibility.
-// $Id: pdlib.js,v 1.1 2004/03/02 17:11:32 philikon Exp $
+// $Id$
 
 // The following variables and functions are documented for use by
 // scripts that use this library:


Property changes on: Zope3/trunk/src/zope/app/zopetop/pdlib.js
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zopetop/standardmacros.py
===================================================================
--- Zope3/trunk/src/zope/app/zopetop/standardmacros.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zopetop/standardmacros.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 The macros are drawn from various different page templates.
 
-$Id: standardmacros.py,v 1.1 2004/03/02 17:11:32 philikon Exp $
+$Id$
 """
 from zope.app.basicskin.standardmacros import StandardMacros as BaseMacros
 


Property changes on: Zope3/trunk/src/zope/app/zopetop/standardmacros.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zopetop/zopetop.css
===================================================================
--- Zope3/trunk/src/zope/app/zopetop/zopetop.css	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zopetop/zopetop.css	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 
  These are the basic CSS declarations.
 
- $Id: zopetop.css,v 1.1 2004/03/02 17:11:32 philikon Exp $
+ $Id$
 */
 
 /* Start CSS for fluid multi-column form layout */


Property changes on: Zope3/trunk/src/zope/app/zopetop/zopetop.css
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zptpage/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zptpage/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: __init__.py,v 1.2 2004/02/24 16:50:47 philikon Exp $
+$Id$
 """
 
 from zptpage import ZPTPage


Property changes on: Zope3/trunk/src/zope/app/zptpage/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zptpage/browser/zptpage.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/browser/zptpage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zptpage/browser/zptpage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Define view component for ZPT page eval results.
 
-$Id: zptpage.py,v 1.2 2004/02/24 16:50:48 philikon Exp $
+$Id$
 """
 class ZPTPageEval:
 


Property changes on: Zope3/trunk/src/zope/app/zptpage/browser/zptpage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zptpage/fssync.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/fssync.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zptpage/fssync.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Filesystem synchronization support.
 
-$Id: fssync.py,v 1.2 2004/02/24 16:50:47 philikon Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/app/zptpage/fssync.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zptpage/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zptpage/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Templated Page Content Component Interfaces
 
-$Id: interfaces.py,v 1.2 2004/02/24 16:50:47 philikon Exp $
+$Id$
 """
 from zope.schema import SourceText, Bool
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/app/zptpage/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zptpage/tests/test_zptpage.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/tests/test_zptpage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zptpage/tests/test_zptpage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Basic tests for Page Templates used in content-space.
 
-$Id: test_zptpage.py,v 1.9 2004/04/18 16:00:35 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/app/zptpage/tests/test_zptpage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zptpage/tests/test_zptpageeval.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/tests/test_zptpageeval.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zptpage/tests/test_zptpageeval.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_zptpageeval.py,v 1.2 2004/02/24 16:50:48 philikon Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/app/zptpage/tests/test_zptpageeval.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/app/zptpage/zptpage.py
===================================================================
--- Zope3/trunk/src/zope/app/zptpage/zptpage.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/app/zptpage/zptpage.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: zptpage.py,v 1.7 2004/03/19 23:35:04 srichter Exp $
+$Id$
 """
 import re
 


Property changes on: Zope3/trunk/src/zope/app/zptpage/zptpage.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/cachedescriptors/property.py
===================================================================
--- Zope3/trunk/src/zope/cachedescriptors/property.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/cachedescriptors/property.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 
 See the CachedProperty class.
 
-$Id: property.py,v 1.2 2004/02/20 16:57:34 fdrake Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/cachedescriptors/property.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/cachedescriptors/tests/test_property.py
===================================================================
--- Zope3/trunk/src/zope/cachedescriptors/tests/test_property.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/cachedescriptors/tests/test_property.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_property.py,v 1.1 2003/01/25 15:10:24 jim Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/cachedescriptors/tests/test_property.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/__init__.py
===================================================================
--- Zope3/trunk/src/zope/component/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope 3 Component Architecture
 
-$Id: __init__.py,v 1.31 2004/04/24 23:20:34 srichter Exp $
+$Id$
 """
 import sys
 import warnings


Property changes on: Zope3/trunk/src/zope/component/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/adapter.py
===================================================================
--- Zope3/trunk/src/zope/component/adapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/adapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Global Adapter Service
 
-$Id: adapter.py,v 1.14 2004/04/23 19:18:17 jim Exp $
+$Id$
 """
 from zope.component.exceptions import ComponentLookupError
 from zope.component.interfaces import IAdapterService, IRegistry


Property changes on: Zope3/trunk/src/zope/component/adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/contextdependent.py
===================================================================
--- Zope3/trunk/src/zope/component/contextdependent.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/contextdependent.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A simple mix-in class that implements IContextDependent. 
 
-$Id: contextdependent.py,v 1.4 2004/02/20 20:35:33 srichter Exp $
+$Id$
 """
 from zope.component.interfaces import IContextDependent
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/component/contextdependent.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/factory.py
===================================================================
--- Zope3/trunk/src/zope/component/factory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/factory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Factory object
 
-$Id: factory.py,v 1.12 2004/04/05 19:43:43 jim Exp $
+$Id$
 """
 from zope.interface import implements, implementedBy
 from zope.component.interfaces import IFactory


Property changes on: Zope3/trunk/src/zope/component/factory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/component/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ############################################################################
 """Component and Component Architecture Interfaces
 
-$Id: interfaces.py,v 1.34 2004/04/20 11:01:09 stevea Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 from zope.component.exceptions import *


Property changes on: Zope3/trunk/src/zope/component/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/presentation.py
===================================================================
--- Zope3/trunk/src/zope/component/presentation.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/presentation.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -24,7 +24,7 @@
 
   - PresentationRegistration
 
-$Id: presentation.py,v 1.16 2004/04/23 19:18:17 jim Exp $
+$Id$
 """
 from types import ClassType
 from zope.component.interfaces import IPresentationService, IRegistry


Property changes on: Zope3/trunk/src/zope/component/presentation.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/service.py
===================================================================
--- Zope3/trunk/src/zope/component/service.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/service.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: service.py,v 1.9 2004/04/20 11:01:09 stevea Exp $
+$Id$
 """
 
 from zope.exceptions import DuplicationError


Property changes on: Zope3/trunk/src/zope/component/service.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/servicenames.py
===================================================================
--- Zope3/trunk/src/zope/component/servicenames.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/servicenames.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Default service names for CA core services
 
-$Id: servicenames.py,v 1.8 2004/03/09 12:40:46 srichter Exp $
+$Id$
 """
 
 Adapters = 'Adapters'


Property changes on: Zope3/trunk/src/zope/component/servicenames.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/components.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/components.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/components.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: components.py,v 1.6 2004/04/20 11:01:21 stevea Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/component/tests/components.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/placelesssetup.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/placelesssetup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/placelesssetup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 Revision information:
 
-$Id: placelesssetup.py,v 1.10 2004/04/20 11:01:21 stevea Exp $
+$Id$
 """
 
 # A mix-in class inheriting from CleanUp that also connects the CA services


Property changes on: Zope3/trunk/src/zope/component/tests/placelesssetup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/request.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/request.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/request.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: request.py,v 1.3 2003/11/21 17:09:22 jim Exp $
+$Id$
 """
 
 import zope.interface


Property changes on: Zope3/trunk/src/zope/component/tests/request.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/test_adapter.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/test_adapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/test_adapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Global Adapter Service Tests
 
-$Id: test_adapter.py,v 1.6 2004/04/20 11:01:21 stevea Exp $
+$Id$
 """
 import unittest
 from doctest import DocTestSuite


Property changes on: Zope3/trunk/src/zope/component/tests/test_adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/test_factory.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/test_factory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/test_factory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Factory-related Tests
 
-$Id: test_factory.py,v 1.6 2004/04/20 11:01:21 stevea Exp $
+$Id$
 """
 import unittest
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/component/tests/test_factory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/test_presentation.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/test_presentation.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/test_presentation.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: test_presentation.py,v 1.6 2004/04/20 11:01:21 stevea Exp $
+$Id$
 """
 import unittest
 from doctest import DocTestSuite


Property changes on: Zope3/trunk/src/zope/component/tests/test_presentation.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/test_service.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/test_service.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/test_service.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_service.py,v 1.6 2004/04/20 11:01:21 stevea Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/component/tests/test_service.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/tests/test_utilityservice.py
===================================================================
--- Zope3/trunk/src/zope/component/tests/test_utilityservice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/tests/test_utilityservice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility service tests
 
-$Id: test_utilityservice.py,v 1.12 2004/04/20 11:01:21 stevea Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.component import \


Property changes on: Zope3/trunk/src/zope/component/tests/test_utilityservice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/component/utility.py
===================================================================
--- Zope3/trunk/src/zope/component/utility.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/component/utility.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """utility service
 
-$Id: utility.py,v 1.14 2004/04/20 11:01:09 stevea Exp $
+$Id$
 """
 from zope.component.exceptions import Invalid, ComponentLookupError
 from zope.component.interfaces import IUtilityService, IRegistry


Property changes on: Zope3/trunk/src/zope/component/utility.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/backward.py
===================================================================
--- Zope3/trunk/src/zope/configuration/backward.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/backward.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -33,7 +33,7 @@
 This file contains the implementations of the old-style meta
 configurations.
 
-$Id: backward.py,v 1.6 2004/04/26 23:14:56 srichter Exp $
+$Id$
 """
 
 from keyword import iskeyword


Property changes on: Zope3/trunk/src/zope/configuration/backward.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/config.py
===================================================================
--- Zope3/trunk/src/zope/configuration/config.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/config.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 See README.txt.
 
-$Id: config.py,v 1.26 2004/04/11 10:35:00 srichter Exp $
+$Id$
 """
 
 import os.path


Property changes on: Zope3/trunk/src/zope/configuration/config.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/docutils.py
===================================================================
--- Zope3/trunk/src/zope/configuration/docutils.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/docutils.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Helper Utility to wrap a text to a set width of characters
 
-$Id: docutils.py,v 1.4 2004/03/29 15:09:05 srichter Exp $
+$Id$
 """
 import re
 


Property changes on: Zope3/trunk/src/zope/configuration/docutils.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/fields.py
===================================================================
--- Zope3/trunk/src/zope/configuration/fields.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/fields.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Configuration-specific schema fields
 
-$Id: fields.py,v 1.20 2004/05/06 16:13:49 poster Exp $
+$Id$
 """
 import os, re, warnings
 from zope import schema


Property changes on: Zope3/trunk/src/zope/configuration/fields.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/configuration/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Zope Configuration (ZCML) interfaces
 
-$Id: interfaces.py,v 1.6 2004/04/11 10:35:00 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.schema import BytesLine


Property changes on: Zope3/trunk/src/zope/configuration/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/configuration/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: metaconfigure.py,v 1.4 2003/08/17 06:22:25 philikon Exp $
+$Id$
 """
 
 def hook(_context, name, implementation, module=None):


Property changes on: Zope3/trunk/src/zope/configuration/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/name.py
===================================================================
--- Zope3/trunk/src/zope/configuration/name.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/name.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Provide configuration object name resolution
 
-$Id: name.py,v 1.3 2003/05/01 19:35:39 faassen Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/configuration/name.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/stxdocs.py
===================================================================
--- Zope3/trunk/src/zope/configuration/stxdocs.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/stxdocs.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -27,7 +27,7 @@
         documentation is stored. Note that this tool will create
         sub-directories with files in them. 
 
-$Id: stxdocs.py,v 1.2 2004/03/29 15:09:08 srichter Exp $
+$Id$
 """
 import sys, os, getopt
 import zope


Property changes on: Zope3/trunk/src/zope/configuration/stxdocs.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/directives.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/directives.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/directives.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test directives
 
-$Id: directives.py,v 1.7 2003/07/30 18:35:12 jim Exp $
+$Id$
 """
 
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/configuration/tests/directives.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/samplepackage/foo.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/samplepackage/foo.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/samplepackage/foo.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample module used for testing
 
-$Id: foo.py,v 1.1 2003/07/28 22:23:08 jim Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope import schema


Property changes on: Zope3/trunk/src/zope/configuration/tests/samplepackage/foo.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/test_backward.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_backward.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/test_backward.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: test_backward.py,v 1.3 2003/07/30 18:35:12 jim Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/configuration/tests/test_backward.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/test_config.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_config.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/test_config.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: test_config.py,v 1.4 2003/09/23 19:12:33 jim Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/zope/configuration/tests/test_config.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/test_docutils.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_docutils.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/test_docutils.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: test_docutils.py,v 1.1 2004/01/23 17:00:32 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/configuration/tests/test_docutils.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/test_nested.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_nested.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/test_nested.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -181,7 +181,7 @@
 File "<string>", line 5.7-5.24
     ValueError: ('Duplicate field', 'x')
 
-$Id: test_nested.py,v 1.3 2004/04/26 23:14:57 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/configuration/tests/test_nested.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/test_simple.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_simple.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/test_simple.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -163,7 +163,7 @@
 
 >>> del file_registry[:]
 
-$Id: test_simple.py,v 1.5 2004/04/26 23:14:57 srichter Exp $
+$Id$
 """
 
 file_registry = []


Property changes on: Zope3/trunk/src/zope/configuration/tests/test_simple.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/tests/test_xmlconfig.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_xmlconfig.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/tests/test_xmlconfig.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: test_xmlconfig.py,v 1.6 2004/03/01 21:22:08 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/configuration/tests/test_xmlconfig.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/xmlconfig.py
===================================================================
--- Zope3/trunk/src/zope/configuration/xmlconfig.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/xmlconfig.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -17,7 +17,7 @@
 configuration actions are resolved, see the detailed example in
 test_includeOverrides in tests/text_xmlconfig.py
 
-$Id: xmlconfig.py,v 1.22 2004/04/26 23:14:56 srichter Exp $
+$Id$
 """
 import errno
 import os


Property changes on: Zope3/trunk/src/zope/configuration/xmlconfig.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/configuration/zopeconfigure.py
===================================================================
--- Zope3/trunk/src/zope/configuration/zopeconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/configuration/zopeconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -97,7 +97,7 @@
 lower-level Python API because it is registered for all namespaces,
 which isn't supported using the meta-configuration directives.)
 
-$Id: zopeconfigure.py,v 1.4 2004/04/26 23:14:56 srichter Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/configuration/zopeconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/__init__.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This wrapper allows the (now many) document template modules to be
 segregated in a separate package.
 
-$Id: __init__.py,v 1.2 2002/12/25 14:13:36 jim Exp $
+$Id$
 """
 
 from zope.documenttemplate.documenttemplate import String, HTML


Property changes on: Zope3/trunk/src/zope/documenttemplate/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/documenttemplate.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/documenttemplate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/documenttemplate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -79,7 +79,7 @@
         string using HTML server-side-include rather than
         python-format-string syntax.
 
-$Id: documenttemplate.py,v 1.2 2002/12/25 14:13:36 jim Exp $
+$Id$
 '''
 
 ParseError='Document Template Parse Error'


Property changes on: Zope3/trunk/src/zope/documenttemplate/documenttemplate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_html.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_html.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_html.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTML formated DocumentTemplates
 
-$Id: dt_html.py,v 1.5 2004/03/19 08:03:23 philikon Exp $
+$Id$
 """
 import re
 from zope.documenttemplate.dt_string import String


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_html.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_if.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_if.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_if.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -75,7 +75,7 @@
          is used inside the tag, including in enclosed tags, the
          variable is not reevaluated.
 
-$Id: dt_if.py,v 1.3 2003/05/01 19:35:40 faassen Exp $
+$Id$
 """
 from zope.documenttemplate.dt_util import \
      ParseError, parse_params, name_param


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_if.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_in.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_in.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_in.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -312,7 +312,7 @@
         - The 'next' attribute was used and their are no
           next batches, or
 
-$Id: dt_in.py,v 1.4 2003/05/01 19:35:40 faassen Exp $
+$Id$
 """
 
 from zope.documenttemplate.dt_util import \


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_in.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_insv.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_insv.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_insv.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sequence variables support
 
-$Id: dt_insv.py,v 1.3 2002/12/27 20:06:53 gvanrossum Exp $
+$Id$
 """
 
 from math import sqrt


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_insv.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_let.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_let.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_let.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -39,7 +39,7 @@
    reference and/or overwrite the results of previous assignments,
    as desired.
 
-$Id: dt_let.py,v 1.3 2003/05/01 19:35:40 faassen Exp $
+$Id$
 """
 from zope.documenttemplate.dt_util import render_blocks, Eval, ParseError
 


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_let.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_raise.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_raise.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_raise.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -23,7 +23,7 @@
        </dtml-raise>
     </dtml-if>
 
-$Id: dt_raise.py,v 1.3 2003/05/01 19:35:40 faassen Exp $
+$Id$
 '''
 from zope.documenttemplate.dt_util import \
      parse_params, name_param, render_blocks


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_raise.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_return.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_return.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_return.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: dt_return.py,v 1.3 2003/05/01 19:35:40 faassen Exp $
+$Id$
 """
 from zope.documenttemplate.dt_util import parse_params, name_param
 


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_return.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_string.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_string.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_string.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: dt_string.py,v 1.4 2004/03/19 08:03:23 philikon Exp $
+$Id$
 """
 import re, thread
 


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_string.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_try.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_try.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_try.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: dt_try.py,v 1.2 2002/12/25 14:13:36 jim Exp $
+$Id$
 """
 
 import sys, traceback


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_try.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_util.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_util.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_util.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """DTML utilities
 
-$Id: dt_util.py,v 1.6 2004/03/19 04:26:20 srichter Exp $
+$Id$
 """
 import re
 import math


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_util.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_var.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_var.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_var.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -145,7 +145,7 @@
    without rendering the result.
 
 
-$Id: dt_var.py,v 1.3 2003/11/04 04:04:24 jeremy Exp $
+$Id$
 """
 from zope.documenttemplate.dt_util import parse_params, name_param, html_quote, str
 import re, sys


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_var.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/dt_with.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/dt_with.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/dt_with.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -32,7 +32,7 @@
    should be treated as mapping object, rather than as an object with
    named attributes.
 
-$Id: dt_with.py,v 1.4 2004/03/19 04:26:20 srichter Exp $
+$Id$
 """
 
 from zope.documenttemplate.dt_util import \


Property changes on: Zope3/trunk/src/zope/documenttemplate/dt_with.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/pdocumenttemplate.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/pdocumenttemplate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/pdocumenttemplate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Python implementations of document template some features
 
-$Id: pdocumenttemplate.py,v 1.4 2004/02/24 14:04:02 srichter Exp $
+$Id$
 """
 import sys
 from types import StringTypes, TupleType, ClassType


Property changes on: Zope3/trunk/src/zope/documenttemplate/pdocumenttemplate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/tests/dtmltestbase.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/tests/dtmltestbase.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/tests/dtmltestbase.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Document Template Tests
 
-$Id: dtmltestbase.py,v 1.3 2004/03/19 04:26:25 srichter Exp $
+$Id$
 """
 import os
 import unittest


Property changes on: Zope3/trunk/src/zope/documenttemplate/tests/dtmltestbase.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/tests/testdt_if.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/tests/testdt_if.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/tests/testdt_if.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Document Template Tests
 
-$Id: testdt_if.py,v 1.5 2004/03/19 04:26:25 srichter Exp $
+$Id$
 """
 import unittest
 from zope.documenttemplate.tests.dtmltestbase import DTMLTestBase


Property changes on: Zope3/trunk/src/zope/documenttemplate/tests/testdt_if.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/tests/testdt_in.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/tests/testdt_in.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/tests/testdt_in.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Document Template Tests
 
-$Id: testdt_in.py,v 1.4 2004/03/19 04:26:25 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/documenttemplate/tests/testdt_in.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/tests/testdt_try.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/tests/testdt_try.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/tests/testdt_try.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Document Template Tests
 
-$Id: testdt_try.py,v 1.5 2004/03/19 04:26:25 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/documenttemplate/tests/testdt_try.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/tests/testdt_var.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/tests/testdt_var.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/tests/testdt_var.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Document Template Tests
 
-$Id: testdt_var.py,v 1.5 2004/03/19 04:26:25 srichter Exp $
+$Id$
 """
 
 # XXX Don't normalize whitespace in this file -- the tests depend on the


Property changes on: Zope3/trunk/src/zope/documenttemplate/tests/testdt_var.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/documenttemplate/tests/testdt_with.py
===================================================================
--- Zope3/trunk/src/zope/documenttemplate/tests/testdt_with.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/documenttemplate/tests/testdt_with.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """Document Template Tests
 
-$Id: testdt_with.py,v 1.4 2004/03/19 04:26:25 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/documenttemplate/tests/testdt_with.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/__init__.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 These exceptions are so general purpose that they don't belong in Zope
 application-specific packages.
 
-$Id: __init__.py,v 1.5 2003/08/12 19:14:50 srichter Exp $
+$Id$
 """
 # This module should be independent of I18n, so let's not require it.
 try:


Property changes on: Zope3/trunk/src/zope/exceptions/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/_duplicate.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/_duplicate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/_duplicate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: _duplicate.py,v 1.5 2003/06/07 06:54:24 stevea Exp $
+$Id$
 """
 from zope.exceptions import ZopeError, IZopeError
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/exceptions/_duplicate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/_forbidden.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/_forbidden.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/_forbidden.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: _forbidden.py,v 1.5 2003/06/07 06:54:24 stevea Exp $
+$Id$
 """
 from zope.exceptions import ZopeError, IZopeError
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/exceptions/_forbidden.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/_notfounderror.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/_notfounderror.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/_notfounderror.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: _notfounderror.py,v 1.6 2003/06/03 15:35:28 stevea Exp $
+$Id$
 """
 from zope.exceptions import ZopeError, IZopeError
 from zope.interface.common.interfaces import IKeyError


Property changes on: Zope3/trunk/src/zope/exceptions/_notfounderror.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/_zope_error.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/_zope_error.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/_zope_error.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Base class for Zope application errors.
 
-$Id: _zope_error.py,v 1.6 2003/06/07 06:54:24 stevea Exp $
+$Id$
 """
 from zope.interface.common.interfaces import IException
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/exceptions/_zope_error.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/exceptionformatter.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/exceptionformatter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/exceptionformatter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """An exception formatter that shows traceback supplements and traceback info,
 optionally in HTML.
 
-$Id: exceptionformatter.py,v 1.6 2003/04/21 20:11:49 gvanrossum Exp $
+$Id$
 """
 import sys
 import cgi


Property changes on: Zope3/trunk/src/zope/exceptions/exceptionformatter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ITracebackSupplement interface definition.
 
-$Id: interfaces.py,v 1.2 2002/12/25 14:13:38 jim Exp $
+$Id$
 """
 
 


Property changes on: Zope3/trunk/src/zope/exceptions/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/tests/test_exceptionformatter.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/tests/test_exceptionformatter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/tests/test_exceptionformatter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 ExceptionFormatter tests.
 
 Revision information:
-$Id: test_exceptionformatter.py,v 1.3 2003/05/01 19:35:41 faassen Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/exceptions/tests/test_exceptionformatter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/exceptions/unauthorized.py
===================================================================
--- Zope3/trunk/src/zope/exceptions/unauthorized.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/exceptions/unauthorized.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unauthorized Exception definition
 
-$Id: unauthorized.py,v 1.9 2003/08/12 19:14:50 srichter Exp $
+$Id$
 """
 from types import StringType
 from zope.exceptions import ZopeError


Property changes on: Zope3/trunk/src/zope/exceptions/unauthorized.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/command.py
===================================================================
--- Zope3/trunk/src/zope/fssync/command.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/command.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This dispatcher supports a 'named command' dispatch similar to that
 found in the standard CVS and Subversion client applications.
 
-$Id: command.py,v 1.5 2003/08/12 18:06:20 fdrake Exp $
+$Id$
 """
 
 import getopt


Property changes on: Zope3/trunk/src/zope/fssync/command.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/copier.py
===================================================================
--- Zope3/trunk/src/zope/fssync/copier.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/copier.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tree-copy helpers for 'zsync copy' and 'zbundle create'.
 
-$Id: copier.py,v 1.2 2003/09/05 20:32:08 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/copier.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/fsmerger.py
===================================================================
--- Zope3/trunk/src/zope/fssync/fsmerger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/fsmerger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Higher-level three-way file and directory merger.
 
-$Id: fsmerger.py,v 1.20 2003/09/05 19:09:36 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/fsmerger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/fssync.py
===================================================================
--- Zope3/trunk/src/zope/fssync/fssync.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/fssync.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 class Network -- handle network connection
 class FSSync  -- implement various commands (checkout, commit etc.)
 
-$Id: fssync.py,v 1.47 2003/11/03 21:37:51 jeremy Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/fssync.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/fsutil.py
===================================================================
--- Zope3/trunk/src/zope/fssync/fsutil.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/fsutil.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -28,7 +28,7 @@
 - unwanted -- the tuple ("", os.curdir, os.pardir)
 - nczope   -- the string os.path.normcase("@@Zope")
 
-$Id: fsutil.py,v 1.3 2003/09/05 16:02:56 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/fsutil.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/main.py
===================================================================
--- Zope3/trunk/src/zope/fssync/main.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/main.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -35,7 +35,7 @@
 ``%(program)s help command'' prints the local help for the command
 """
 """
-$Id: main.py,v 1.38 2003/09/05 21:52:50 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/main.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/merger.py
===================================================================
--- Zope3/trunk/src/zope/fssync/merger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/merger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This boils down to distinguishing an astonishing number of cases.
 
-$Id: merger.py,v 1.13 2003/08/11 22:02:09 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/merger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/metadata.py
===================================================================
--- Zope3/trunk/src/zope/fssync/metadata.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/metadata.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -20,7 +20,7 @@
 entry is considered non-existent, and will be deleted upon flush.  If
 no entries remain, the Entries.xml file will be removed.
 
-$Id: metadata.py,v 1.11 2003/09/05 19:09:36 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/metadata.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/passwd.py
===================================================================
--- Zope3/trunk/src/zope/fssync/passwd.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/passwd.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Password manager for fssync clients.
 
-$Id: passwd.py,v 1.1 2003/08/27 19:33:49 fdrake Exp $
+$Id$
 """
 
 import base64


Property changes on: Zope3/trunk/src/zope/fssync/passwd.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/server/entryadapter.py
===================================================================
--- Zope3/trunk/src/zope/fssync/server/entryadapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/server/entryadapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Filesystem synchronization classes.
 
-$Id: entryadapter.py,v 1.5 2004/03/06 17:48:55 jim Exp $
+$Id$
 """
 
 from zope.fssync.server.interfaces import IObjectFile, IContentDirectory


Property changes on: Zope3/trunk/src/zope/fssync/server/entryadapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/server/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/fssync/server/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/server/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for filesystem synchronization.
 
-$Id: interfaces.py,v 1.2 2004/01/13 22:28:47 fdrake Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/fssync/server/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/snarf.py
===================================================================
--- Zope3/trunk/src/zope/fssync/snarf.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/snarf.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -27,7 +27,7 @@
 should not use '.' or '..' or '' as components.  All files are read
 and written in binary mode.
 
-$Id: snarf.py,v 1.4 2003/07/08 16:00:56 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/snarf.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/mockmetadata.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/mockmetadata.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/mockmetadata.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Mock Metadata class used for testing.
 
-$Id: mockmetadata.py,v 1.2 2003/05/28 18:08:10 gvanrossum Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/mockmetadata.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/tempfiles.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/tempfiles.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/tempfiles.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Handy mixin for test case classes to manipulate temporary files.
 
-$Id: tempfiles.py,v 1.3 2003/05/28 14:53:41 gvanrossum Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/tempfiles.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_command.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_command.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_command.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for yet another command-line handler.
 
-$Id: test_command.py,v 1.1 2003/08/11 20:55:24 fdrake Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_command.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_error.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_error.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_error.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 (This is slightly non-trivial because it has a bunch of conveniences.)
 
-$Id: test_error.py,v 1.2 2003/05/14 22:16:09 gvanrossum Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_error.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_fsmerger.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_fsmerger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_fsmerger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the (high-level) FSMerger class.
 
-$Id: test_fsmerger.py,v 1.12 2003/08/17 06:09:00 philikon Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_fsmerger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_fsutil.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_fsutil.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_fsutil.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the functions in the fsutil module.
 
-$Id: test_fsutil.py,v 1.4 2003/08/17 06:09:00 philikon Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_fsutil.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_merger.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_merger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_merger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Merger class.
 
-$Id: test_merger.py,v 1.13 2003/05/29 15:07:30 gvanrossum Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_merger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_metadata.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_metadata.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_metadata.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Metadata class.
 
-$Id: test_metadata.py,v 1.7 2003/08/17 06:09:00 philikon Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_metadata.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_network.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_network.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_network.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Network class.
 
-$Id: test_network.py,v 1.9 2003/09/22 20:32:35 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_network.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_passwd.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_passwd.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_passwd.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the authentication token manager.
 
-$Id: test_passwd.py,v 1.1 2003/08/27 19:33:49 fdrake Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_passwd.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/fssync/tests/test_snarf.py
===================================================================
--- Zope3/trunk/src/zope/fssync/tests/test_snarf.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/fssync/tests/test_snarf.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the Snarfer and Unsnarfer classes.
 
-$Id: test_snarf.py,v 1.2 2003/05/28 14:40:04 gvanrossum Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/fssync/tests/test_snarf.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/hookable/__init__.py
===================================================================
--- Zope3/trunk/src/zope/hookable/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/hookable/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -55,7 +55,7 @@
    TypeError: readonly attribute
 
    
-$Id: __init__.py,v 1.2 2003/05/20 20:27:47 jim Exp $
+$Id$
 """
 from _zope_hookable import *
 


Property changes on: Zope3/trunk/src/zope/hookable/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/hookable/_zope_hookable.c
===================================================================
--- Zope3/trunk/src/zope/hookable/_zope_hookable.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/hookable/_zope_hookable.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
  #
  ############################################################################*/
 
-#define _ZOPE_HOOKABLE_C "$Id: _zope_hookable.c,v 1.3 2004/05/03 20:27:16 spascoe Exp $\n"
+#define _ZOPE_HOOKABLE_C "$Id$\n"
 
 /* _zope_hookable.c
 


Property changes on: Zope3/trunk/src/zope/hookable/_zope_hookable.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/hookable/tests/test_hookable.py
===================================================================
--- Zope3/trunk/src/zope/hookable/tests/test_hookable.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/hookable/tests/test_hookable.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test the hookable support Extension
 
-$Id: test_hookable.py,v 1.1 2003/05/18 18:03:56 jim Exp $
+$Id$
 """
 
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/hookable/tests/test_hookable.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/__init__.py
===================================================================
--- Zope3/trunk/src/zope/i18n/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """i18n support.
 
-$Id: __init__.py,v 1.5 2004/03/19 12:00:06 jim Exp $
+$Id$
 """
 import re
 from zope.i18nmessageid import MessageIDFactory, MessageID


Property changes on: Zope3/trunk/src/zope/i18n/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/format.py
===================================================================
--- Zope3/trunk/src/zope/i18n/format.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/format.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This module implements basic object formatting functionality, such as
 date/time, number and money formatting.
 
-$Id: format.py,v 1.14 2004/03/27 02:31:48 garrett Exp $
+$Id$
 """
 import re
 import math


Property changes on: Zope3/trunk/src/zope/i18n/format.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/gettextmessagecatalog.py
===================================================================
--- Zope3/trunk/src/zope/i18n/gettextmessagecatalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/gettextmessagecatalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A simple implementation of a Message Catalog.
 
-$Id: gettextmessagecatalog.py,v 1.12 2004/03/08 23:35:59 srichter Exp $
+$Id$
 """
 from gettext import GNUTranslations
 from zope.i18n.interfaces import IGlobalMessageCatalog


Property changes on: Zope3/trunk/src/zope/i18n/gettextmessagecatalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/i18n/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Internationalization of content objects.
 
-$Id: __init__.py,v 1.6 2004/04/24 23:17:59 srichter Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 from zope.schema import TextLine, Dict, Choice


Property changes on: Zope3/trunk/src/zope/i18n/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/interfaces/locales.py
===================================================================
--- Zope3/trunk/src/zope/i18n/interfaces/locales.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/interfaces/locales.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces related to Locales
 
-$Id: locales.py,v 1.2 2004/04/24 23:18:00 srichter Exp $
+$Id$
 """
 import re
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/i18n/interfaces/locales.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/locales/__init__.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/locales/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Locale and LocaleProvider Implementation.
 
-$Id: __init__.py,v 1.3 2004/03/27 02:31:48 garrett Exp $
+$Id$
 """
 import os
 from datetime import datetime, date


Property changes on: Zope3/trunk/src/zope/i18n/locales/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/locales/inheritance.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/inheritance.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/locales/inheritance.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 Note: In many respects this is similar to Zope 2's acquisition model, since
 locale inheritance is not inheritance in the programming sense. 
 
-$Id: inheritance.py,v 1.2 2004/03/05 22:09:26 jim Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.i18n.interfaces.locales import \


Property changes on: Zope3/trunk/src/zope/i18n/locales/inheritance.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/locales/provider.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/provider.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/locales/provider.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 The Locale Provider looks up locales and loads them from the XML data, if
 necessary.
 
-$Id: provider.py,v 1.1 2004/02/05 22:52:24 srichter Exp $
+$Id$
 """
 import os
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/i18n/locales/provider.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/locales/tests/test_docstrings.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/tests/test_docstrings.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/locales/tests/test_docstrings.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for the ZCML Documentation Module
 
-$Id: test_docstrings.py,v 1.1 2004/02/05 22:52:32 srichter Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/i18n/locales/tests/test_docstrings.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module tests the LocaleProvider and everything that goes with it.
 
-$Id: test_locales.py,v 1.3 2004/03/27 02:31:49 garrett Exp $
+$Id$
 """
 import os
 import datetime


Property changes on: Zope3/trunk/src/zope/i18n/locales/tests/test_locales.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/locales/tests/test_xmlfactory.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/tests/test_xmlfactory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/locales/tests/test_xmlfactory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Testing all XML Locale functionality.
 
-$Id: test_xmlfactory.py,v 1.1 2004/02/05 22:52:32 srichter Exp $
+$Id$
 """
 import os
 from unittest import TestCase, TestSuite, makeSuite


Property changes on: Zope3/trunk/src/zope/i18n/locales/tests/test_xmlfactory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/locales/xmlfactory.py
===================================================================
--- Zope3/trunk/src/zope/i18n/locales/xmlfactory.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/locales/xmlfactory.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XML Locale-related objects and functions
 
-$Id: xmlfactory.py,v 1.1 2004/02/05 22:52:24 srichter Exp $
+$Id$
 """
 from datetime import datetime, date, time
 from xml.dom.minidom import parse as parseXML


Property changes on: Zope3/trunk/src/zope/i18n/locales/xmlfactory.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/messageid.py
===================================================================
--- Zope3/trunk/src/zope/i18n/messageid.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/messageid.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,5 +11,5 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"$Id: messageid.py,v 1.10 2004/03/19 12:00:07 jim Exp $"
+"$Id$"
 from zope.i18nmessageid import MessageID, MessageIDFactory


Property changes on: Zope3/trunk/src/zope/i18n/messageid.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/negotiator.py
===================================================================
--- Zope3/trunk/src/zope/i18n/negotiator.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/negotiator.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Language Negotiator
 
-$Id: negotiator.py,v 1.10 2004/03/06 16:50:38 jim Exp $
+$Id$
 """
 from zope.i18n.interfaces import INegotiator
 from zope.i18n.interfaces import IUserPreferredLanguages


Property changes on: Zope3/trunk/src/zope/i18n/negotiator.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/simpletranslationdomain.py
===================================================================
--- Zope3/trunk/src/zope/i18n/simpletranslationdomain.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/simpletranslationdomain.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is a simple implementation of the ITranslationDomain interface.
 
-$Id: simpletranslationdomain.py,v 1.1 2004/03/08 23:35:59 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.component import getUtility


Property changes on: Zope3/trunk/src/zope/i18n/simpletranslationdomain.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_formats.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_formats.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_formats.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module tests the Formats and everything that goes with it.
 
-$Id: test_formats.py,v 1.13 2004/03/27 02:31:49 garrett Exp $
+$Id$
 """
 import os
 import datetime


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_formats.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_gettextmessagecatalog.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_gettextmessagecatalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_gettextmessagecatalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test a gettext implementation of a Message Catalog.
 
-$Id: test_gettextmessagecatalog.py,v 1.6 2003/05/01 19:35:43 faassen Exp $
+$Id$
 """
 import unittest, os
 from zope.i18n.gettextmessagecatalog import GettextMessageCatalog


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_gettextmessagecatalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_imessagecatalog.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_imessagecatalog.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_imessagecatalog.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is an 'abstract' test for the IMessageCatalog interface.
 
-$Id: test_imessagecatalog.py,v 1.3 2004/03/08 23:36:00 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_imessagecatalog.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_interpolate.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_interpolate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_interpolate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is an 'abstract' test for the ITranslationDomain interface.
 
-$Id: test_interpolate.py,v 1.1 2004/03/08 23:36:00 srichter Exp $
+$Id$
 """
 import unittest
 from zope.i18n import interpolate


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_interpolate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_itranslationdomain.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_itranslationdomain.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_itranslationdomain.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is an 'abstract' test for the ITranslationDomain interface.
 
-$Id: test_itranslationdomain.py,v 1.1 2004/03/08 23:36:00 srichter Exp $
+$Id$
 """
 import unittest
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_itranslationdomain.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_negotiator.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_negotiator.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_negotiator.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Language Negotiator tests.
 
-$Id: test_negotiator.py,v 1.10 2004/03/01 13:08:20 sidnei Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_negotiator.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_simpletranslationdomain.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_simpletranslationdomain.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_simpletranslationdomain.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module tests the regular persistent Translation Domain.
 
-$Id: test_simpletranslationdomain.py,v 1.1 2004/03/08 23:36:00 srichter Exp $
+$Id$
 """
 import unittest
 from zope.i18n.simpletranslationdomain import SimpleTranslationDomain


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_simpletranslationdomain.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/test_translationdomain.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/test_translationdomain.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/test_translationdomain.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module tests the regular persistent Translation Domain.
 
-$Id: test_translationdomain.py,v 1.1 2004/03/08 23:36:00 srichter Exp $
+$Id$
 """
 import unittest, os
 from zope.i18n.translationdomain import TranslationDomain


Property changes on: Zope3/trunk/src/zope/i18n/tests/test_translationdomain.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/testi18nawareobject.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/testi18nawareobject.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/testi18nawareobject.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is a test for the II18nAware interface.
 
-$Id: testi18nawareobject.py,v 1.5 2003/06/06 19:29:10 stevea Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/i18n/tests/testi18nawareobject.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/tests/testii18naware.py
===================================================================
--- Zope3/trunk/src/zope/i18n/tests/testii18naware.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/tests/testii18naware.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This is a test for the II18nAware interface.
 
-$Id: testii18naware.py,v 1.4 2003/05/01 19:35:43 faassen Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/i18n/tests/testii18naware.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18n/translationdomain.py
===================================================================
--- Zope3/trunk/src/zope/i18n/translationdomain.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18n/translationdomain.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Global Translation Service for providing I18n to file-based code.
 
-$Id: translationdomain.py,v 1.1 2004/03/08 23:35:59 srichter Exp $
+$Id$
 """
 from zope.i18n.negotiator import negotiator
 from zope.i18n.simpletranslationdomain import SimpleTranslationDomain


Property changes on: Zope3/trunk/src/zope/i18n/translationdomain.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18nmessageid/__init__.py
===================================================================
--- Zope3/trunk/src/zope/i18nmessageid/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18nmessageid/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,5 +11,5 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"$Id: __init__.py,v 1.1 2004/03/19 12:00:05 jim Exp $"
+"$Id$"
 from messageid import MessageID, MessageIDFactory


Property changes on: Zope3/trunk/src/zope/i18nmessageid/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18nmessageid/messageid.py
===================================================================
--- Zope3/trunk/src/zope/i18nmessageid/messageid.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18nmessageid/messageid.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Message IDs.
 
-$Id: messageid.py,v 1.1 2004/03/19 12:00:05 jim Exp $
+$Id$
 """
 
 class MessageID(unicode):


Property changes on: Zope3/trunk/src/zope/i18nmessageid/messageid.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/i18nmessageid/tests.py
===================================================================
--- Zope3/trunk/src/zope/i18nmessageid/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/i18nmessageid/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Message ID tests.
 
-$Id: tests.py,v 1.2 2004/04/15 14:44:01 fdrake Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/i18nmessageid/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/index/field/index.py
===================================================================
--- Zope3/trunk/src/zope/index/field/index.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/index/field/index.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Field index
 
-$Id: index.py,v 1.6 2004/03/17 17:59:31 srichter Exp $
+$Id$
 """
 from persistent import Persistent
 


Property changes on: Zope3/trunk/src/zope/index/field/index.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/index/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/index/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/index/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Basic interfaces shared between different types of index.
 
-$Id: __init__.py,v 1.8 2004/03/06 02:55:06 garrett Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/index/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/index/text/tests/test_textindexwrapper.py
===================================================================
--- Zope3/trunk/src/zope/index/text/tests/test_textindexwrapper.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/index/text/tests/test_textindexwrapper.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for TextIndexWrapper.
 
-$Id: test_textindexwrapper.py,v 1.1 2003/07/14 03:53:48 anthony Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/index/text/tests/test_textindexwrapper.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/index/text/textindexwrapper.py
===================================================================
--- Zope3/trunk/src/zope/index/text/textindexwrapper.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/index/text/textindexwrapper.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This exists to implement IInjection and IQuerying.
 
-$Id: textindexwrapper.py,v 1.3 2004/02/20 16:57:36 fdrake Exp $
+$Id$
 """
 
 from persistent import Persistent


Property changes on: Zope3/trunk/src/zope/index/text/textindexwrapper.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/__init__.py
===================================================================
--- Zope3/trunk/src/zope/interface/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -67,7 +67,7 @@
 create interface skeletons. Run it without arguments to get documentation.
 
 Revision information:
-$Id: __init__.py,v 1.13 2004/04/05 19:43:51 jim Exp $
+$Id$
 """
 
 from zope.interface.interface import Interface, _wire


Property changes on: Zope3/trunk/src/zope/interface/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/_flatten.py
===================================================================
--- Zope3/trunk/src/zope/interface/_flatten.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/_flatten.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 See Adapter class.
 
-$Id: _flatten.py,v 1.7 2003/11/21 17:11:43 jim Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/interface/_flatten.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/_zope_interface_coptimizations.c
===================================================================
--- Zope3/trunk/src/zope/interface/_zope_interface_coptimizations.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/_zope_interface_coptimizations.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -535,7 +535,7 @@
   /* Create the module and add the functions */
   m = Py_InitModule3("_zope_interface_coptimizations", m_methods,
                      "C optimizations for zope.interface\n\n"
-                     "$Id: _zope_interface_coptimizations.c,v 1.6 2004/05/03 20:31:27 spascoe Exp $");  
+                     "$Id$");  
   if (m == NULL)
     return;
   


Property changes on: Zope3/trunk/src/zope/interface/_zope_interface_coptimizations.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/adapter.py
===================================================================
--- Zope3/trunk/src/zope/interface/adapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/adapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This implementation is based on a notion of "surrogate" interfaces.
 
-$Id: adapter.py,v 1.20 2004/05/01 14:35:32 philikon Exp $
+$Id$
 """
 
 # Implementation notes


Property changes on: Zope3/trunk/src/zope/interface/adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/advice.py
===================================================================
--- Zope3/trunk/src/zope/interface/advice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/advice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -24,7 +24,7 @@
 models, object-relational persistence, aspect-oriented programming, and more.
 Visit the PEAK home page at http://peak.telecommunity.com for more information.
 
-$Id: advice.py,v 1.1 2003/06/03 19:52:39 pje Exp $
+$Id$
 """
 
 from types import ClassType, FunctionType


Property changes on: Zope3/trunk/src/zope/interface/advice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/common/idatetime.py
===================================================================
--- Zope3/trunk/src/zope/interface/common/idatetime.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/common/idatetime.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 This module is called idatetime because if it were called datetime the import
 of the real datetime would fail.
 
-$Id: idatetime.py,v 1.3 2003/09/22 20:08:06 jim Exp $
+$Id$
 """
 
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/interface/common/idatetime.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/common/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/interface/common/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/common/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for standard python exceptions
 
-$Id: interfaces.py,v 1.4 2003/05/03 16:36:52 jim Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.interface import classImplements


Property changes on: Zope3/trunk/src/zope/interface/common/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/common/mapping.py
===================================================================
--- Zope3/trunk/src/zope/interface/common/mapping.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/common/mapping.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Mapping Interfaces
 
-$Id: mapping.py,v 1.5 2004/02/24 14:28:28 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/interface/common/mapping.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/common/tests/basemapping.py
===================================================================
--- Zope3/trunk/src/zope/interface/common/tests/basemapping.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/common/tests/basemapping.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: basemapping.py,v 1.3 2003/02/03 14:58:46 jim Exp $
+$Id$
 """
 
 from operator import __getitem__


Property changes on: Zope3/trunk/src/zope/interface/common/tests/basemapping.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/common/tests/test_idatetime.py
===================================================================
--- Zope3/trunk/src/zope/interface/common/tests/test_idatetime.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/common/tests/test_idatetime.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test for datetime interfaces
 
-$Id: test_idatetime.py,v 1.2 2003/05/05 08:26:14 ryzaja Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/interface/common/tests/test_idatetime.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/declarations.py
===================================================================
--- Zope3/trunk/src/zope/interface/declarations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/declarations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -24,7 +24,7 @@
     provided by objects.
     
 
-$Id: declarations.py,v 1.22 2004/04/30 17:37:10 itamar Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/zope/interface/declarations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/document.py
===================================================================
--- Zope3/trunk/src/zope/interface/document.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/document.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -17,7 +17,7 @@
 interface as structured text.
 
 Revision information:
-$Id: document.py,v 1.5 2003/11/21 17:11:43 jim Exp $
+$Id$
 """
 
 import zope.interface


Property changes on: Zope3/trunk/src/zope/interface/document.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/exceptions.py
===================================================================
--- Zope3/trunk/src/zope/interface/exceptions.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/exceptions.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: exceptions.py,v 1.3 2003/12/01 16:19:30 jim Exp $
+$Id$
 """
 
 class Invalid(Exception):


Property changes on: Zope3/trunk/src/zope/interface/exceptions.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/interface.py
===================================================================
--- Zope3/trunk/src/zope/interface/interface.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/interface.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interface object implementation
 
-$Id: interface.py,v 1.25 2004/04/30 17:37:10 itamar Exp $
+$Id$
 """
 
 from __future__ import generators


Property changes on: Zope3/trunk/src/zope/interface/interface.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/interface/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: interfaces.py,v 1.26 2004/04/05 19:44:01 jim Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/interface/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/ro.py
===================================================================
--- Zope3/trunk/src/zope/interface/ro.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/ro.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Compute a resolution order for an object and it's bases
 
-$Id: ro.py,v 1.2 2003/11/21 17:11:43 jim Exp $
+$Id$
 """
 
 def ro(object):


Property changes on: Zope3/trunk/src/zope/interface/ro.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/docfilesuite.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/docfilesuite.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/docfilesuite.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Utility to create doc tests from readme files
 
-$Id: docfilesuite.py,v 1.1 2004/04/05 19:43:41 jim Exp $
+$Id$
 """
 
 import os, doctest, new, unittest


Property changes on: Zope3/trunk/src/zope/interface/tests/docfilesuite.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/odd.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/odd.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/odd.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -61,7 +61,7 @@
   >>> int(C.__class__.__class__ is C.__class__)
   1
 
-$Id: odd.py,v 1.2 2003/05/03 16:38:00 jim Exp $
+$Id$
 """
 
 # class OddClass is an odd meta class


Property changes on: Zope3/trunk/src/zope/interface/tests/odd.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_adapter.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_adapter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_adapter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Adapter registry tests
 
-$Id: test_adapter.py,v 1.7 2004/04/20 11:38:06 jim Exp $
+$Id$
 """
 import unittest, doctest
 import zope.interface


Property changes on: Zope3/trunk/src/zope/interface/tests/test_adapter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_advice.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_advice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_advice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -25,7 +25,7 @@
 models, object-relational persistence, aspect-oriented programming, and more.
 Visit the PEAK home page at http://peak.telecommunity.com for more information.
 
-$Id: test_advice.py,v 1.4 2003/06/04 13:58:43 stevea Exp $
+$Id$
 """
 
 from unittest import TestCase, makeSuite, TestSuite


Property changes on: Zope3/trunk/src/zope/interface/tests/test_advice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_declarations.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_declarations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_declarations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """Test the new API for making and checking interface declarations
 
 
-$Id: test_declarations.py,v 1.11 2004/03/05 22:09:30 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/interface/tests/test_declarations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_document.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_document.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_document.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_document.py,v 1.3 2003/05/01 19:35:44 faassen Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/interface/tests/test_document.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_element.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_element.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_element.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_element.py,v 1.1 2003/07/30 18:35:21 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/interface/tests/test_element.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_odd_declarations.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_odd_declarations.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_odd_declarations.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 These tests are to make sure we do something sane in the presense of
 classic ExtensionClass classes and instances.
 
-$Id: test_odd_declarations.py,v 1.4 2003/08/16 00:44:48 srichter Exp $
+$Id$
 """
 
 import unittest, odd


Property changes on: Zope3/trunk/src/zope/interface/tests/test_odd_declarations.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_sorting.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_sorting.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_sorting.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test interface sorting
 
-$Id: test_sorting.py,v 1.2 2002/12/25 14:15:12 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/interface/tests/test_sorting.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_type.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_type.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_type.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_type.py,v 1.7 2003/06/07 06:37:30 stevea Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/interface/tests/test_type.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/tests/test_verify.py
===================================================================
--- Zope3/trunk/src/zope/interface/tests/test_verify.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/tests/test_verify.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_verify.py,v 1.4 2003/06/07 06:37:30 stevea Exp $
+$Id$
 """
 
 


Property changes on: Zope3/trunk/src/zope/interface/tests/test_verify.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/interface/type.py
===================================================================
--- Zope3/trunk/src/zope/interface/type.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/interface/type.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """This module is DEPRECATED. Don't use it!
 
-$Id: type.py,v 1.13 2004/03/30 22:01:34 jim Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/interface/type.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/modulealias/metaconfigure.py
===================================================================
--- Zope3/trunk/src/zope/modulealias/metaconfigure.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/modulealias/metaconfigure.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 
 <modulealias module="some.existing.package" alias="some.nonexistent.package" />
 
-$Id: metaconfigure.py,v 1.3 2004/03/10 12:11:35 srichter Exp $
+$Id$
 """
 import sys
 import types


Property changes on: Zope3/trunk/src/zope/modulealias/metaconfigure.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/pagetemplate/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/pagetemplate/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/pagetemplate/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interface that describes the 'macros' attribute of a PageTemplate.
 
-$Id: interfaces.py,v 1.2 2002/12/25 14:15:13 jim Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 


Property changes on: Zope3/trunk/src/zope/pagetemplate/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/pagetemplate/pagetemplate.py
===================================================================
--- Zope3/trunk/src/zope/pagetemplate/pagetemplate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/pagetemplate/pagetemplate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 HTML- and XML-based template objects using TAL, TALES, and METAL.
 
-$Id: pagetemplate.py,v 1.10 2004/03/19 23:35:03 srichter Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/pagetemplate/pagetemplate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/pagetemplate/tests/testpackage/content.py
===================================================================
--- Zope3/trunk/src/zope/pagetemplate/tests/testpackage/content.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/pagetemplate/tests/testpackage/content.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: content.py,v 1.3 2003/08/17 06:09:12 philikon Exp $
+$Id$
 """
 
 class Content:


Property changes on: Zope3/trunk/src/zope/pagetemplate/tests/testpackage/content.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/proxy/__init__.py
===================================================================
--- Zope3/trunk/src/zope/proxy/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/proxy/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """More convenience functions for dealing with proxies.
 
-$Id: __init__.py,v 1.9 2004/01/14 13:40:18 sidnei Exp $
+$Id$
 """
 from zope.interface import moduleProvides
 from zope.proxy.interfaces import IProxyIntrospection


Property changes on: Zope3/trunk/src/zope/proxy/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/proxy/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/proxy/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/proxy/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Proxy-related interfaces.
 
-$Id: interfaces.py,v 1.6 2004/02/24 14:02:39 srichter Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/proxy/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/proxy/introspection.py
===================================================================
--- Zope3/trunk/src/zope/proxy/introspection.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/proxy/introspection.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -25,7 +25,7 @@
 for two types, which, hopefully will be the only two types that need to get
 registered. ;)
 
-$Id: introspection.py,v 1.6 2003/05/28 15:49:11 jim Exp $
+$Id$
 """
 
 import warnings


Property changes on: Zope3/trunk/src/zope/proxy/introspection.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/proxy/tests/test_proxy.py
===================================================================
--- Zope3/trunk/src/zope/proxy/tests/test_proxy.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/proxy/tests/test_proxy.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test base proxy class.
 
-$Id: test_proxy.py,v 1.16 2003/11/04 04:04:23 jeremy Exp $
+$Id$
 """
 import pickle
 import sys


Property changes on: Zope3/trunk/src/zope/proxy/tests/test_proxy.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/base.py
===================================================================
--- Zope3/trunk/src/zope/publisher/base.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/base.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 Specifically, 'BaseRequest', 'BaseResponse', and 'DefaultPublication' are
 specified here.
 
-$Id: base.py,v 1.19 2004/05/06 10:12:13 philikon Exp $
+$Id$
 """
 import traceback
 from cStringIO import StringIO


Property changes on: Zope3/trunk/src/zope/publisher/base.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/browser.py
===================================================================
--- Zope3/trunk/src/zope/publisher/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -18,7 +18,7 @@
 HTML form data and convert them into a Python-native format. Even file data is
 packaged into a nice, Python-friendly 'FileUpload' object.
 
-$Id: browser.py,v 1.31 2004/05/06 10:12:13 philikon Exp $
+$Id$
 """
 import re
 from types import ListType, TupleType, StringType, StringTypes


Property changes on: Zope3/trunk/src/zope/publisher/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/ftp.py
===================================================================
--- Zope3/trunk/src/zope/publisher/ftp.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/ftp.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """FTP Publisher
 
-$Id: ftp.py,v 1.8 2004/03/19 20:26:43 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.publisher.interfaces.ftp import IFTPCredentials, IFTPRequest


Property changes on: Zope3/trunk/src/zope/publisher/ftp.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/http.py
===================================================================
--- Zope3/trunk/src/zope/publisher/http.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/http.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTTP Publisher
 
-$Id: http.py,v 1.53 2004/05/06 10:12:13 philikon Exp $
+$Id$
 """
 import re, time, random
 from urllib import quote, unquote, splitport


Property changes on: Zope3/trunk/src/zope/publisher/http.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for the publisher.
 
-$Id: __init__.py,v 1.16 2004/03/20 13:38:16 philikon Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/publisher/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/interfaces/browser.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/browser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/interfaces/browser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Interfaces
 
-$Id: browser.py,v 1.9 2004/03/19 20:26:44 srichter Exp $
+$Id$
 """
 from zope.interface import Attribute
 


Property changes on: Zope3/trunk/src/zope/publisher/interfaces/browser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/interfaces/ftp.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/ftp.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/interfaces/ftp.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Virtual File System interfaces for the publisher.
 
-$Id: ftp.py,v 1.4 2004/03/19 20:26:44 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/publisher/interfaces/ftp.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/interfaces/http.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/http.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/interfaces/http.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTTP-related publisher interfaces.
 
-$Id: http.py,v 1.21 2004/03/19 20:26:44 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.interface import Attribute


Property changes on: Zope3/trunk/src/zope/publisher/interfaces/http.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/interfaces/logginginfo.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/logginginfo.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/interfaces/logginginfo.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """An interface for LoggingInfo.
 
-$Id: logginginfo.py,v 1.1 2003/07/22 15:09:44 ryzaja Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/publisher/interfaces/logginginfo.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/interfaces/xmlrpc.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/xmlrpc.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/interfaces/xmlrpc.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for the XMLRPC publisher.
 
-$Id: xmlrpc.py,v 1.6 2004/03/19 20:26:44 srichter Exp $
+$Id$
 """
 from zope.publisher.interfaces import IPublication
 from zope.publisher.interfaces import IPublishTraverse


Property changes on: Zope3/trunk/src/zope/publisher/interfaces/xmlrpc.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/publish.py
===================================================================
--- Zope3/trunk/src/zope/publisher/publish.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/publish.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Provide an apply-like facility that works with any mapping object
 
-$Id: publish.py,v 1.13 2004/03/20 13:38:15 philikon Exp $
+$Id$
 """
 import sys
 from zope.publisher.interfaces import Retry


Property changes on: Zope3/trunk/src/zope/publisher/publish.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: basetestiapplicationrequest.py,v 1.3 2003/04/11 12:55:41 ryzaja Exp $
+$Id$
 """
 
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/publisher/tests/basetestiapplicationrequest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/basetestipublicationrequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/basetestipublicationrequest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/basetestipublicationrequest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: basetestipublicationrequest.py,v 1.4 2003/11/21 17:12:29 jim Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/zope/publisher/tests/basetestipublicationrequest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/basetestipublisherrequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/basetestipublisherrequest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/basetestipublisherrequest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: basetestipublisherrequest.py,v 1.3 2003/04/11 12:55:41 ryzaja Exp $
+$Id$
 """
 
 from zope.interface.verify import verifyObject


Property changes on: Zope3/trunk/src/zope/publisher/tests/basetestipublisherrequest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/httprequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/httprequest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/httprequest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 
 Note that this is used by tests in other packages.
 
-$Id: httprequest.py,v 1.2 2002/12/25 14:15:19 jim Exp $
+$Id$
 """
 
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/publisher/tests/httprequest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/publication.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/publication.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/publication.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: publication.py,v 1.4 2004/03/20 13:38:16 philikon Exp $
+$Id$
 """
 
 from zope.publisher.interfaces import IPublication


Property changes on: Zope3/trunk/src/zope/publisher/tests/publication.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_baserequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_baserequest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_baserequest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """baserequest tests
 
-$Id: test_baserequest.py,v 1.5 2004/03/20 16:27:20 srichter Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_baserequest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_baseresponse.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_baseresponse.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_baseresponse.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests for BaseResponse
 
-$Id: test_baseresponse.py,v 1.1 2003/04/25 10:36:39 ryzaja Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_baseresponse.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_browserrequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_browserrequest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_browserrequest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Browser Request Tests
 
-$Id: test_browserrequest.py,v 1.13 2004/04/12 13:51:40 hdima Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_browserrequest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_browserresponse.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_browserresponse.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_browserresponse.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_browserresponse.py,v 1.4 2003/04/25 10:36:39 ryzaja Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_browserresponse.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_ftp.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_ftp.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_ftp.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_ftp.py,v 1.2 2003/04/11 12:55:41 ryzaja Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_ftp.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_http.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_http.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_http.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """HTTP Publisher Tests
 
-$Id: test_http.py,v 1.33 2004/04/07 14:36:48 jim Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_http.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_httpcharsets.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_httpcharsets.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_httpcharsets.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Retrieval of HTTP character set information.
 
-$Id: test_httpcharsets.py,v 1.3 2003/04/11 12:55:41 ryzaja Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_httpcharsets.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_ipublication.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_ipublication.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_ipublication.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_ipublication.py,v 1.4 2004/03/20 13:38:16 philikon Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_ipublication.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_publisher.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_publisher.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_publisher.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_publisher.py,v 1.6 2004/03/05 22:09:30 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_publisher.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_requestdataproperty.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_requestdataproperty.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_requestdataproperty.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 
 Revision information:
-$Id: test_requestdataproperty.py,v 1.3 2003/04/11 12:55:41 ryzaja Exp $
+$Id$
 """
 
 from unittest import TestCase, main, makeSuite


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_requestdataproperty.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/test_xmlrpcrequest.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/test_xmlrpcrequest.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/test_xmlrpcrequest.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XML-RPC Request Tests
 
-$Id: test_xmlrpcrequest.py,v 1.9 2004/03/19 20:26:44 srichter Exp $
+$Id$
 """
 import unittest
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/publisher/tests/test_xmlrpcrequest.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/views.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/views.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/views.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-Revision information: $Id: views.py,v 1.4 2003/11/21 17:12:41 jim Exp $
+Revision information: $Id$
 """
 
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/publisher/tests/views.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/tests/xmlrpcviews.py
===================================================================
--- Zope3/trunk/src/zope/publisher/tests/xmlrpcviews.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/tests/xmlrpcviews.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-Revision information: $Id: xmlrpcviews.py,v 1.3 2003/06/03 14:32:07 ryzaja Exp $
+Revision information: $Id$
 """
 
 from zope.interface import Interface, implements


Property changes on: Zope3/trunk/src/zope/publisher/tests/xmlrpcviews.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/publisher/xmlrpc.py
===================================================================
--- Zope3/trunk/src/zope/publisher/xmlrpc.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/publisher/xmlrpc.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This module contains the MethodPublisher, XMLRPCView, XMLRPCRequest and
 XMLRPCResponse
 
-$Id: xmlrpc.py,v 1.12 2004/05/06 10:12:13 philikon Exp $
+$Id$
 """
 import sys
 import xmlrpclib


Property changes on: Zope3/trunk/src/zope/publisher/xmlrpc.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/__init__.py
===================================================================
--- Zope3/trunk/src/zope/schema/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Schema package constructor
 
-$Id: __init__.py,v 1.19 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 from zope.schema._field import Field, Container, Iterable, Orderable
 from zope.schema._field import MinMaxLen, Choice


Property changes on: Zope3/trunk/src/zope/schema/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/_bootstrapfields.py
===================================================================
--- Zope3/trunk/src/zope/schema/_bootstrapfields.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/_bootstrapfields.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: _bootstrapfields.py,v 1.31 2004/05/11 11:20:09 garrett Exp $
+$Id$
 """
 from zope.interface import Attribute, providedBy, implements
 from zope.schema._bootstrapinterfaces import StopValidation


Property changes on: Zope3/trunk/src/zope/schema/_bootstrapfields.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/_bootstrapinterfaces.py
===================================================================
--- Zope3/trunk/src/zope/schema/_bootstrapinterfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/_bootstrapinterfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Bootstrap schema interfaces and exceptions
 
-$Id: _bootstrapinterfaces.py,v 1.3 2004/04/11 10:35:08 srichter Exp $
+$Id$
 """
 import zope.interface
 


Property changes on: Zope3/trunk/src/zope/schema/_bootstrapinterfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/_field.py
===================================================================
--- Zope3/trunk/src/zope/schema/_field.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/_field.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """Schema Fields
 
-$Id: _field.py,v 1.34 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 import warnings
 import re


Property changes on: Zope3/trunk/src/zope/schema/_field.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/_schema.py
===================================================================
--- Zope3/trunk/src/zope/schema/_schema.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/_schema.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: _schema.py,v 1.8 2004/03/05 22:09:31 jim Exp $
+$Id$
 """
 
 def getFieldNames(schema):


Property changes on: Zope3/trunk/src/zope/schema/_schema.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/accessors.py
===================================================================
--- Zope3/trunk/src/zope/schema/accessors.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/accessors.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -33,7 +33,7 @@
 Read accessors function as access method specifications and as field
 specifications.  Write accessors are solely method specifications.
 
-$Id: accessors.py,v 1.7 2004/01/20 19:45:07 poster Exp $
+$Id$
 """
 from zope.interface import providedBy, implementedBy
 from zope.interface.interface import Method


Property changes on: Zope3/trunk/src/zope/schema/accessors.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/fieldproperty.py
===================================================================
--- Zope3/trunk/src/zope/schema/fieldproperty.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/fieldproperty.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Computed attributes based on schema fields
 
-$Id: fieldproperty.py,v 1.3 2004/04/24 23:20:49 srichter Exp $
+$Id$
 """
 _marker = object()
 


Property changes on: Zope3/trunk/src/zope/schema/fieldproperty.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/schema/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Schema interfaces and exceptions
 
-$Id: interfaces.py,v 1.45 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/schema/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/states.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/states.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/states.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Sample vocabulary supporting state abbreviations.
 
-$Id: states.py,v 1.5 2004/04/24 23:21:02 srichter Exp $
+$Id$
 """
 from zope.interface import implements
 from zope.schema import interfaces


Property changes on: Zope3/trunk/src/zope/schema/tests/states.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_accessors.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_accessors.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_accessors.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_accessors.py,v 1.5 2004/03/05 22:09:31 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/schema/tests/test_accessors.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_boolfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_boolfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_boolfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_boolfield.py,v 1.4 2004/04/11 10:35:17 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.schema import Bool


Property changes on: Zope3/trunk/src/zope/schema/tests/test_boolfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_choice.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_choice.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_choice.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test of the Choice field.
 
-$Id: test_choice.py,v 1.2 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/schema/tests/test_choice.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_containerfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_containerfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_containerfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_containerfield.py,v 1.3 2004/04/11 10:35:17 srichter Exp $
+$Id$
 """
 from UserDict import UserDict
 from unittest import main, makeSuite


Property changes on: Zope3/trunk/src/zope/schema/tests/test_containerfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_date.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_date.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_date.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_date.py,v 1.4 2004/04/24 23:21:06 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.schema import Date


Property changes on: Zope3/trunk/src/zope/schema/tests/test_date.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_datetime.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_datetime.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_datetime.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_datetime.py,v 1.5 2004/04/24 23:21:06 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.schema import Datetime


Property changes on: Zope3/trunk/src/zope/schema/tests/test_datetime.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_dictfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_dictfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_dictfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_dictfield.py,v 1.6 2004/04/11 10:35:17 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.schema import Dict, Int


Property changes on: Zope3/trunk/src/zope/schema/tests/test_dictfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_equality.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_equality.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_equality.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_equality.py,v 1.3 2003/05/12 10:02:41 ryzaja Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, makeSuite
 from zope.schema import Text, Int


Property changes on: Zope3/trunk/src/zope/schema/tests/test_equality.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_field.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_field.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_field.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_field.py,v 1.6 2004/04/11 10:35:17 srichter Exp $
+$Id$
 """
 from unittest import TestCase, TestSuite, main, makeSuite
 from zope.schema import Field, Text, Int


Property changes on: Zope3/trunk/src/zope/schema/tests/test_field.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_fieldproperty.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_fieldproperty.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_fieldproperty.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_fieldproperty.py,v 1.2 2002/12/25 14:15:21 jim Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/schema/tests/test_fieldproperty.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_floatfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_floatfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_floatfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_floatfield.py,v 1.5 2004/04/24 23:21:06 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.schema import Float


Property changes on: Zope3/trunk/src/zope/schema/tests/test_floatfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_interfacefield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_interfacefield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_interfacefield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_interfacefield.py,v 1.3 2004/04/11 10:35:17 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.schema import InterfaceField


Property changes on: Zope3/trunk/src/zope/schema/tests/test_interfacefield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_intfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_intfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_intfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_intfield.py,v 1.6 2004/04/24 23:21:06 srichter Exp $
+$Id$
 """
 from unittest import main, makeSuite
 from zope.schema import Int


Property changes on: Zope3/trunk/src/zope/schema/tests/test_intfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_iterablefield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_iterablefield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_iterablefield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_iterablefield.py,v 1.3 2004/04/11 10:35:17 srichter Exp $
+$Id$
 """
 from UserDict import UserDict, IterableUserDict
 from unittest import main, makeSuite


Property changes on: Zope3/trunk/src/zope/schema/tests/test_iterablefield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_listfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_listfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_listfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_listfield.py,v 1.7 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 from unittest import main, makeSuite
 


Property changes on: Zope3/trunk/src/zope/schema/tests/test_listfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_objectfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_objectfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_objectfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 This set of tests exercises Objects.
 
-$Id: test_objectfield.py,v 1.4 2004/04/11 10:35:17 srichter Exp $
+$Id$
 """
 from unittest import TestSuite, main, makeSuite
 


Property changes on: Zope3/trunk/src/zope/schema/tests/test_objectfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_schema.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_schema.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_schema.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_schema.py,v 1.5 2003/05/01 19:35:46 faassen Exp $
+$Id$
 """
 from unittest import TestCase, main, makeSuite
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/schema/tests/test_schema.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_setfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_setfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_setfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Set field tests.
 
-$Id: test_setfield.py,v 1.2 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 from unittest import TestSuite, main, makeSuite
 import sets


Property changes on: Zope3/trunk/src/zope/schema/tests/test_setfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_states.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_states.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_states.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests of the states example.
 
-$Id: test_states.py,v 1.6 2004/04/24 23:21:06 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/schema/tests/test_states.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_strfield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_strfield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_strfield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_strfield.py,v 1.5 2004/04/24 23:21:06 srichter Exp $
+$Id$
 """
 from unittest import TestSuite, main, makeSuite
 from zope.schema import Bytes, BytesLine, Text, TextLine


Property changes on: Zope3/trunk/src/zope/schema/tests/test_strfield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_tuplefield.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_tuplefield.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_tuplefield.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tuple field tests.
 
-$Id: test_tuplefield.py,v 1.9 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 from unittest import TestSuite, main, makeSuite
 


Property changes on: Zope3/trunk/src/zope/schema/tests/test_tuplefield.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/tests/test_vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/schema/tests/test_vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/tests/test_vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Test of the Vocabulary and related support APIs.
 
-$Id: test_vocabulary.py,v 1.14 2004/04/24 23:21:06 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/schema/tests/test_vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/schema/vocabulary.py
===================================================================
--- Zope3/trunk/src/zope/schema/vocabulary.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/schema/vocabulary.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Vocabulary support for schema.
 
-$Id: vocabulary.py,v 1.23 2004/05/06 16:13:50 poster Exp $
+$Id$
 """
 from zope.interface.declarations import directlyProvides, implements
 from zope.schema.interfaces import ValidationError


Property changes on: Zope3/trunk/src/zope/schema/vocabulary.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/_proxy.c
===================================================================
--- Zope3/trunk/src/zope/security/_proxy.c	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/_proxy.c	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ******************************************************************************
 Security Proxy Implementation
 
-$Id: _proxy.c,v 1.6 2004/02/24 14:01:33 srichter Exp $
+$Id$
 */
 
 #include <Python.h>


Property changes on: Zope3/trunk/src/zope/security/_proxy.c
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/builtins.py
===================================================================
--- Zope3/trunk/src/zope/security/builtins.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/builtins.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Protection of builtin objects.
 
-$Id: builtins.py,v 1.3 2004/03/21 16:57:09 philikon Exp $
+$Id$
 """
 import sys
 


Property changes on: Zope3/trunk/src/zope/security/builtins.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/checker.py
===================================================================
--- Zope3/trunk/src/zope/security/checker.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/checker.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -20,7 +20,7 @@
 forbidden attribute access.  Setting it to a larger number will also display
 messages about granted attribute access.
 
-$Id: checker.py,v 1.45 2004/03/05 22:09:32 jim Exp $
+$Id$
 """
 import os
 import sys


Property changes on: Zope3/trunk/src/zope/security/checker.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/examples/sandbox.py
===================================================================
--- Zope3/trunk/src/zope/security/examples/sandbox.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/examples/sandbox.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A small sandbox application.
 
-$Id: sandbox.py,v 1.7 2004/03/05 22:09:33 jim Exp $
+$Id$
 """
 import time, whrandom
 


Property changes on: Zope3/trunk/src/zope/security/examples/sandbox.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/examples/sandbox_security.py
===================================================================
--- Zope3/trunk/src/zope/security/examples/sandbox_security.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/examples/sandbox_security.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -26,7 +26,7 @@
   
   5. proxy wrap as necessary
 
-$Id: sandbox_security.py,v 1.10 2004/03/05 22:09:33 jim Exp $
+$Id$
 """
 import sandbox
 from zope.security.interfaces import ISecurityPolicy, IParticipation


Property changes on: Zope3/trunk/src/zope/security/examples/sandbox_security.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/security/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for security machinery.
 
-$Id: interfaces.py,v 1.8 2004/02/20 20:42:12 srichter Exp $
+$Id$
 """
 from zope.interface import Interface, Attribute
 


Property changes on: Zope3/trunk/src/zope/security/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/interpreter.py
===================================================================
--- Zope3/trunk/src/zope/security/interpreter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/interpreter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -20,7 +20,7 @@
 tell the security works well, as I had to make all sorts of security
 declarations to make it work. 
 
-$Id: interpreter.py,v 1.5 2004/02/20 20:42:12 srichter Exp $
+$Id$
 """
 from zope.security.builtins import RestrictedBuiltins
 


Property changes on: Zope3/trunk/src/zope/security/interpreter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/management.py
===================================================================
--- Zope3/trunk/src/zope/security/management.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/management.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Default 'ISecurityManagement' and 'IInteractionManagement' implementation
 
-$Id: management.py,v 1.5 2004/02/20 20:42:12 srichter Exp $
+$Id$
 """
 # Special system user that has all permissions
 # zope.security.simplepolicies needs it


Property changes on: Zope3/trunk/src/zope/security/management.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/proxy.py
===================================================================
--- Zope3/trunk/src/zope/security/proxy.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/proxy.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Helper functions for Proxies.
 
-$Id: proxy.py,v 1.9 2004/02/20 20:42:12 srichter Exp $
+$Id$
 """
 from zope.proxy import getProxiedObject
 from zope.security._proxy import getChecker


Property changes on: Zope3/trunk/src/zope/security/proxy.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/simpleinteraction.py
===================================================================
--- Zope3/trunk/src/zope/security/simpleinteraction.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/simpleinteraction.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Define Zope\'s default interaction class
 
-$Id: simpleinteraction.py,v 1.1.2.2 2004/03/19 18:50:56 mgedmin Exp $
+$Id$
 """
 
 import sets


Property changes on: Zope3/trunk/src/zope/security/simpleinteraction.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/simplepolicies.py
===================================================================
--- Zope3/trunk/src/zope/security/simplepolicies.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/simplepolicies.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Simple 'ISecurityPolicy' implementations.
 
-$Id: simplepolicies.py,v 1.6 2004/02/20 20:42:12 srichter Exp $
+$Id$
 """
 
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/security/simplepolicies.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/tests/test_builtins.py
===================================================================
--- Zope3/trunk/src/zope/security/tests/test_builtins.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/tests/test_builtins.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Restricted Builtins Tests
 
-$Id: test_builtins.py,v 1.3 2004/02/20 20:42:12 srichter Exp $
+$Id$
 """
 
 from unittest import makeSuite, TestCase, main


Property changes on: Zope3/trunk/src/zope/security/tests/test_builtins.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/tests/test_checker.py
===================================================================
--- Zope3/trunk/src/zope/security/tests/test_checker.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/tests/test_checker.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id: test_checker.py,v 1.15 2004/03/13 17:21:51 philikon Exp $
+$Id$
 """
 
 from unittest import TestCase, TestSuite, main, makeSuite


Property changes on: Zope3/trunk/src/zope/security/tests/test_checker.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/tests/test_management.py
===================================================================
--- Zope3/trunk/src/zope/security/tests/test_management.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/tests/test_management.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """ Unit tests for SecurityManagement
 
-$Id: test_management.py,v 1.2 2003/05/01 19:35:47 faassen Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/security/tests/test_management.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/security/tests/test_standard_checkers.py
===================================================================
--- Zope3/trunk/src/zope/security/tests/test_standard_checkers.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/security/tests/test_standard_checkers.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This is a test of the assertions made in
 zope.security.checkers._default_checkers.
 
-$Id: test_standard_checkers.py,v 1.7 2003/11/05 03:08:08 jeremy Exp $
+$Id$
 """
 
 from zope.security.checker import ProxyFactory, NamesChecker


Property changes on: Zope3/trunk/src/zope/security/tests/test_standard_checkers.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/__init__.py
===================================================================
--- Zope3/trunk/src/zope/server/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This package contains generic base classes for channel-based servers, the
 servers themselves and helper objects, such as tasks and requests.
 
-$Id: __init__.py,v 1.4 2004/02/16 21:34:37 srichter Exp $
+$Id$
 """
 import asyncore
 


Property changes on: Zope3/trunk/src/zope/server/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/adjustments.py
===================================================================
--- Zope3/trunk/src/zope/server/adjustments.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/adjustments.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Adjustments are tunable parameters.
 
-$Id: adjustments.py,v 1.2 2002/12/25 14:15:23 jim Exp $
+$Id$
 """
 
 from zope.server import maxsockets


Property changes on: Zope3/trunk/src/zope/server/adjustments.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/dualmodechannel.py
===================================================================
--- Zope3/trunk/src/zope/server/dualmodechannel.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/dualmodechannel.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: dualmodechannel.py,v 1.5 2003/11/04 03:33:43 jeremy Exp $
+$Id$
 """
 
 import asyncore


Property changes on: Zope3/trunk/src/zope/server/dualmodechannel.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/fixedstreamreceiver.py
===================================================================
--- Zope3/trunk/src/zope/server/fixedstreamreceiver.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/fixedstreamreceiver.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: fixedstreamreceiver.py,v 1.3 2003/06/04 08:40:32 stevea Exp $
+$Id$
 """
 
 from zope.server.interfaces import IStreamConsumer


Property changes on: Zope3/trunk/src/zope/server/fixedstreamreceiver.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/logger.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/logger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/logger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: logger.py,v 1.1 2003/02/03 15:08:55 jim Exp $
+$Id$
 """
 
 import time


Property changes on: Zope3/trunk/src/zope/server/ftp/logger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/publisher.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/publisher.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/publisher.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 This FTP server uses the Zope 3 Publisher to execute commands.
 
-$Id: publisher.py,v 1.4 2004/02/16 21:34:38 srichter Exp $
+$Id$
 """
 import posixpath
 


Property changes on: Zope3/trunk/src/zope/server/ftp/publisher.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/server.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/server.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/server.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: server.py,v 1.5 2004/03/05 22:09:34 jim Exp $
+$Id$
 """
 
 import posixpath


Property changes on: Zope3/trunk/src/zope/server/ftp/server.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/tests/demofs.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/tests/demofs.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/tests/demofs.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """Demo file-system implementation, for testing
 
-$Id: demofs.py,v 1.3 2003/06/04 11:13:49 stevea Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/server/ftp/tests/demofs.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/tests/fstests.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/tests/fstests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/tests/fstests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Abstract file-system tests
 
-$Id: fstests.py,v 1.2 2003/04/09 09:49:35 ryzaja Exp $
+$Id$
 """
 
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/server/ftp/tests/fstests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/tests/test_demofs.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/tests/test_demofs.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/tests/test_demofs.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_demofs.py,v 1.1 2003/02/03 15:09:01 jim Exp $
+$Id$
 """
 
 import demofs


Property changes on: Zope3/trunk/src/zope/server/ftp/tests/test_demofs.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/tests/test_ftpserver.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/tests/test_ftpserver.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/tests/test_ftpserver.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_ftpserver.py,v 1.6 2003/04/09 09:49:35 ryzaja Exp $
+$Id$
 """
 
 import asyncore


Property changes on: Zope3/trunk/src/zope/server/ftp/tests/test_ftpserver.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/ftp/tests/test_publisher.py
===================================================================
--- Zope3/trunk/src/zope/server/ftp/tests/test_publisher.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/ftp/tests/test_publisher.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 XXX longer description goes here.
 
-$Id: test_publisher.py,v 1.2 2004/03/20 13:38:17 philikon Exp $
+$Id$
 """
 
 import demofs


Property changes on: Zope3/trunk/src/zope/server/ftp/tests/test_publisher.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/chunking.py
===================================================================
--- Zope3/trunk/src/zope/server/http/chunking.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/chunking.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: chunking.py,v 1.3 2003/06/06 19:29:12 stevea Exp $
+$Id$
 """
 
 from zope.server.utilities import find_double_newline


Property changes on: Zope3/trunk/src/zope/server/http/chunking.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/commonhitlogger.py
===================================================================
--- Zope3/trunk/src/zope/server/http/commonhitlogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/commonhitlogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: commonhitlogger.py,v 1.3 2003/07/06 10:23:18 andreasjung Exp $
+$Id$
 """
 
 import time


Property changes on: Zope3/trunk/src/zope/server/http/commonhitlogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/http_date.py
===================================================================
--- Zope3/trunk/src/zope/server/http/http_date.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/http_date.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTTP Server Date/Time utilities
 
-$Id: http_date.py,v 1.5 2004/03/20 00:01:07 srichter Exp $
+$Id$
 """
 import re
 import string


Property changes on: Zope3/trunk/src/zope/server/http/http_date.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/httprequestparser.py
===================================================================
--- Zope3/trunk/src/zope/server/http/httprequestparser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/httprequestparser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 This server uses asyncore to accept connections and do initial
 processing but threads to do work.
 
-$Id: httprequestparser.py,v 1.3 2003/06/06 19:29:12 stevea Exp $
+$Id$
 """
 
 import re


Property changes on: Zope3/trunk/src/zope/server/http/httprequestparser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/httpserver.py
===================================================================
--- Zope3/trunk/src/zope/server/http/httpserver.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/httpserver.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 This server uses asyncore to accept connections and do initial
 processing but threads to do work.
 
-$Id: httpserver.py,v 1.3 2003/06/06 19:29:12 stevea Exp $
+$Id$
 """
 
 from zope.server.serverbase import ServerBase


Property changes on: Zope3/trunk/src/zope/server/http/httpserver.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/httpserverchannel.py
===================================================================
--- Zope3/trunk/src/zope/server/http/httpserverchannel.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/httpserverchannel.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: httpserverchannel.py,v 1.3 2003/06/06 19:29:12 stevea Exp $
+$Id$
 """
 
 from zope.server.serverchannelbase import ServerChannelBase


Property changes on: Zope3/trunk/src/zope/server/http/httpserverchannel.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/httptask.py
===================================================================
--- Zope3/trunk/src/zope/server/http/httptask.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/httptask.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 An HTTP task that can execute an HTTP request with the help of the channel and
 the server it belongs to.
 
-$Id: httptask.py,v 1.4 2004/02/16 21:34:38 srichter Exp $
+$Id$
 """
 import socket
 import time


Property changes on: Zope3/trunk/src/zope/server/http/httptask.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/publisherhttpserver.py
===================================================================
--- Zope3/trunk/src/zope/server/http/publisherhttpserver.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/publisherhttpserver.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """HTTP Server that uses the Zope Publisher for executing a task.
 
-$Id: publisherhttpserver.py,v 1.9 2004/02/16 21:34:38 srichter Exp $
+$Id$
 """
 from zope.server.http.httpserver import HTTPServer
 from zope.publisher.publish import publish


Property changes on: Zope3/trunk/src/zope/server/http/publisherhttpserver.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/tests/test_httpdate.py
===================================================================
--- Zope3/trunk/src/zope/server/http/tests/test_httpdate.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/tests/test_httpdate.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_httpdate.py,v 1.4 2003/03/24 14:59:45 stevea Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/server/http/tests/test_httpdate.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/tests/test_httprequestparser.py
===================================================================
--- Zope3/trunk/src/zope/server/http/tests/test_httprequestparser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/tests/test_httprequestparser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_httprequestparser.py,v 1.3 2003/03/13 18:49:18 alga Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/server/http/tests/test_httprequestparser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/tests/test_httpserver.py
===================================================================
--- Zope3/trunk/src/zope/server/http/tests/test_httpserver.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/tests/test_httpserver.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: test_httpserver.py,v 1.6 2004/04/26 15:28:20 tim_one Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/server/http/tests/test_httpserver.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/http/tests/test_publisherserver.py
===================================================================
--- Zope3/trunk/src/zope/server/http/tests/test_publisherserver.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/http/tests/test_publisherserver.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 ##############################################################################
 """
 
-$Id: test_publisherserver.py,v 1.9 2004/03/20 18:47:35 srichter Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/server/http/tests/test_publisherserver.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/server/interfaces/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/interfaces/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Server interfaces.
 
-$Id: __init__.py,v 1.3 2004/02/16 21:34:39 srichter Exp $
+$Id$
 """
 from zope.interface import Interface
 from zope.interface import Attribute


Property changes on: Zope3/trunk/src/zope/server/interfaces/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/interfaces/ftp.py
===================================================================
--- Zope3/trunk/src/zope/server/interfaces/ftp.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/interfaces/ftp.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 
 XXX longer description goes here.
 
-$Id: ftp.py,v 1.3 2003/02/03 15:09:04 jim Exp $
+$Id$
 """
 __metaclass__ = type
 


Property changes on: Zope3/trunk/src/zope/server/interfaces/ftp.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/interfaces/logger.py
===================================================================
--- Zope3/trunk/src/zope/server/interfaces/logger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/interfaces/logger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: logger.py,v 1.3 2003/04/09 09:49:37 ryzaja Exp $
+$Id$
 """
 
 from zope.interface import Interface


Property changes on: Zope3/trunk/src/zope/server/interfaces/logger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/linereceiver/linecommandparser.py
===================================================================
--- Zope3/trunk/src/zope/server/linereceiver/linecommandparser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/linereceiver/linecommandparser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: linecommandparser.py,v 1.3 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 
 from zope.server.interfaces import IStreamConsumer


Property changes on: Zope3/trunk/src/zope/server/linereceiver/linecommandparser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/linereceiver/lineserverchannel.py
===================================================================
--- Zope3/trunk/src/zope/server/linereceiver/lineserverchannel.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/linereceiver/lineserverchannel.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: lineserverchannel.py,v 1.4 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/server/linereceiver/lineserverchannel.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/linereceiver/linetask.py
===================================================================
--- Zope3/trunk/src/zope/server/linereceiver/linetask.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/linereceiver/linetask.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: linetask.py,v 1.3 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 
 import socket


Property changes on: Zope3/trunk/src/zope/server/linereceiver/linetask.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/logger/filelogger.py
===================================================================
--- Zope3/trunk/src/zope/server/logger/filelogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/logger/filelogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: filelogger.py,v 1.3 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 from types import StringType
 


Property changes on: Zope3/trunk/src/zope/server/logger/filelogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/logger/resolvinglogger.py
===================================================================
--- Zope3/trunk/src/zope/server/logger/resolvinglogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/logger/resolvinglogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: resolvinglogger.py,v 1.4 2003/07/06 10:26:14 andreasjung Exp $
+$Id$
 """
 from zope.server.interfaces.logger import IRequestLogger
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/server/logger/resolvinglogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/logger/rotatingfilelogger.py
===================================================================
--- Zope3/trunk/src/zope/server/logger/rotatingfilelogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/logger/rotatingfilelogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: rotatingfilelogger.py,v 1.3 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 
 import time


Property changes on: Zope3/trunk/src/zope/server/logger/rotatingfilelogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/logger/socketlogger.py
===================================================================
--- Zope3/trunk/src/zope/server/logger/socketlogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/logger/socketlogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: socketlogger.py,v 1.3 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 
 import asynchat


Property changes on: Zope3/trunk/src/zope/server/logger/socketlogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/logger/sysloglogger.py
===================================================================
--- Zope3/trunk/src/zope/server/logger/sysloglogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/logger/sysloglogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: sysloglogger.py,v 1.4 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 
 import os


Property changes on: Zope3/trunk/src/zope/server/logger/sysloglogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/logger/taillogger.py
===================================================================
--- Zope3/trunk/src/zope/server/logger/taillogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/logger/taillogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: taillogger.py,v 1.3 2003/06/04 08:40:33 stevea Exp $
+$Id$
 """
 
 from zope.server.interfaces.logger import IMessageLogger


Property changes on: Zope3/trunk/src/zope/server/logger/taillogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/logger/unresolvinglogger.py
===================================================================
--- Zope3/trunk/src/zope/server/logger/unresolvinglogger.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/logger/unresolvinglogger.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """
 
-$Id: unresolvinglogger.py,v 1.4 2003/07/06 10:26:14 andreasjung Exp $
+$Id$
 """
 from zope.server.interfaces.logger import IRequestLogger
 from zope.interface import implements


Property changes on: Zope3/trunk/src/zope/server/logger/unresolvinglogger.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/serverbase.py
===================================================================
--- Zope3/trunk/src/zope/server/serverbase.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/serverbase.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This module provides a base implementation for a channel-based server. It can
 only be used as a mix-in to actual server implementations.
 
-$Id: serverbase.py,v 1.4 2004/02/16 21:34:37 srichter Exp $
+$Id$
 """
 import asyncore
 import logging


Property changes on: Zope3/trunk/src/zope/server/serverbase.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/serverchannelbase.py
===================================================================
--- Zope3/trunk/src/zope/server/serverchannelbase.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/serverchannelbase.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This module provides a base implementation for the server channel. It can only
 be used as a mix-in to actual server channel implementations.
 
-$Id: serverchannelbase.py,v 1.4 2004/02/16 21:34:37 srichter Exp $
+$Id$
 """
 import os
 import time


Property changes on: Zope3/trunk/src/zope/server/serverchannelbase.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/taskthreads.py
===================================================================
--- Zope3/trunk/src/zope/server/taskthreads.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/taskthreads.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Threaded Task Dispatcher
 
-$Id: taskthreads.py,v 1.6 2004/03/05 22:09:33 jim Exp $
+$Id$
 """
 from Queue import Queue, Empty
 from thread import allocate_lock, start_new_thread


Property changes on: Zope3/trunk/src/zope/server/taskthreads.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/tests/asyncerror.py
===================================================================
--- Zope3/trunk/src/zope/server/tests/asyncerror.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/tests/asyncerror.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -20,7 +20,7 @@
 being tested expects the errors to occur, it can add code to prevent
 the error from propagating all the way back to asyncore.
 
-$Id: asyncerror.py,v 1.2 2002/12/25 14:15:27 jim Exp $
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/server/tests/asyncerror.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/server/zlogintegration.py
===================================================================
--- Zope3/trunk/src/zope/server/zlogintegration.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/server/zlogintegration.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 As a side effect of importing this module, asyncore's logging will be
 redirected to the logging module.
 
-$Id: zlogintegration.py,v 1.2 2002/12/25 14:15:23 jim Exp $
+$Id$
 """
 
 import logging


Property changes on: Zope3/trunk/src/zope/server/zlogintegration.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/__init__.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -29,5 +29,5 @@
   >>> output = HTMLWithImages()(doc, level=1)
   >>> output = DocBook()(doc, level=1)
 
-$Id: __init__.py,v 1.1 2004/02/19 19:46:31 philikon Exp $
+$Id$
 """


Property changes on: Zope3/trunk/src/zope/structuredtext/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/docbook.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/docbook.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/docbook.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 #
 ##############################################################################
 """
-$Id: docbook.py,v 1.1 2004/02/19 19:46:31 philikon Exp $
+$Id$
 """
 
 __metaclass__ = type


Property changes on: Zope3/trunk/src/zope/structuredtext/docbook.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/document.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/document.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/document.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 #
 ##############################################################################
 """
-$Id: document.py,v 1.2 2004/02/19 19:55:22 philikon Exp $
+$Id$
 """
 
 import re


Property changes on: Zope3/trunk/src/zope/structuredtext/document.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/html.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/html.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/html.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 #
 ##############################################################################
 """
-$Id: html.py,v 1.1 2004/02/19 19:46:31 philikon Exp $
+$Id$
 """
 
 import re


Property changes on: Zope3/trunk/src/zope/structuredtext/html.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/stdom.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/stdom.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/stdom.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -12,7 +12,7 @@
 ##############################################################################
 """DOM implementation in StructuredText: read-only methods
 
-$Id: stdom.py,v 1.1 2004/02/19 19:46:31 philikon Exp $
+$Id$
 """
 
 string_types = (str, unicode)


Property changes on: Zope3/trunk/src/zope/structuredtext/stdom.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/stletters.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/stletters.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/stletters.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 #
 ##############################################################################
 """
-$Id: stletters.py,v 1.1 2004/02/19 19:46:31 philikon Exp $
+$Id$
 """
 
 import string


Property changes on: Zope3/trunk/src/zope/structuredtext/stletters.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/stng.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/stng.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/stng.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 #
 ##############################################################################
 """
-$Id: stng.py,v 1.1 2004/02/19 19:46:31 philikon Exp $
+$Id$
 """
 
 import re


Property changes on: Zope3/trunk/src/zope/structuredtext/stng.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/structuredtext/tests.py
===================================================================
--- Zope3/trunk/src/zope/structuredtext/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/structuredtext/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -11,7 +11,7 @@
 #
 ##############################################################################
 """
-$Id: tests.py,v 1.1 2004/02/19 19:46:31 philikon Exp $
+$Id$
 """
 
 import sys


Property changes on: Zope3/trunk/src/zope/structuredtext/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/dummyengine.py
===================================================================
--- Zope3/trunk/src/zope/tal/dummyengine.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/dummyengine.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Dummy TAL expression engine so that I can test out the TAL implementation.
 
-$Id: dummyengine.py,v 1.17 2004/04/15 14:49:09 fdrake Exp $
+$Id$
 """
 import re
 


Property changes on: Zope3/trunk/src/zope/tal/dummyengine.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/htmltalparser.py
===================================================================
--- Zope3/trunk/src/zope/tal/htmltalparser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/htmltalparser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Parse HTML and compile to TALInterpreter intermediate code.
 
-$Id: htmltalparser.py,v 1.5 2003/08/21 14:19:29 srichter Exp $
+$Id$
 """
 
 from HTMLParser import HTMLParser, HTMLParseError


Property changes on: Zope3/trunk/src/zope/tal/htmltalparser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/talgenerator.py
===================================================================
--- Zope3/trunk/src/zope/tal/talgenerator.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/talgenerator.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Code generator for TALInterpreter intermediate code.
 
-$Id: talgenerator.py,v 1.14 2004/03/08 23:33:58 srichter Exp $
+$Id$
 """
 import cgi
 import re


Property changes on: Zope3/trunk/src/zope/tal/talgenerator.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/talinterpreter.py
===================================================================
--- Zope3/trunk/src/zope/tal/talinterpreter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/talinterpreter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interpreter for a pre-compiled TAL program.
 
-$Id: talinterpreter.py,v 1.32 2004/04/15 14:49:10 fdrake Exp $
+$Id$
 """
 import sys
 


Property changes on: Zope3/trunk/src/zope/tal/talinterpreter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/talparser.py
===================================================================
--- Zope3/trunk/src/zope/tal/talparser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/talparser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Parse XML and compile to TALInterpreter intermediate code.
 
-$Id: talparser.py,v 1.6 2004/04/07 15:13:00 gintautasm Exp $
+$Id$
 """
 from zope.tal.taldefs import XML_NS, ZOPE_I18N_NS, ZOPE_METAL_NS, ZOPE_TAL_NS
 from zope.tal.talgenerator import TALGenerator


Property changes on: Zope3/trunk/src/zope/tal/talparser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/tests/test_files.py
===================================================================
--- Zope3/trunk/src/zope/tal/tests/test_files.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/tests/test_files.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """Tests that run driver.py over input files comparing to output files.
 
-$Id: test_files.py,v 1.3 2004/03/08 23:33:58 srichter Exp $
+$Id$
 """
 
 import glob


Property changes on: Zope3/trunk/src/zope/tal/tests/test_files.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/tests/test_htmltalparser.py
===================================================================
--- Zope3/trunk/src/zope/tal/tests/test_htmltalparser.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/tests/test_htmltalparser.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """Tests for the HTMLTALParser code generator.
 
-$Id: test_htmltalparser.py,v 1.8 2003/08/21 14:19:29 srichter Exp $
+$Id$
 """
 import pprint
 import sys


Property changes on: Zope3/trunk/src/zope/tal/tests/test_htmltalparser.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/tests/test_talinterpreter.py
===================================================================
--- Zope3/trunk/src/zope/tal/tests/test_talinterpreter.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/tests/test_talinterpreter.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """Tests for TALInterpreter.
 
-$Id: test_talinterpreter.py,v 1.12 2004/04/15 14:49:10 fdrake Exp $
+$Id$
 """
 import sys
 import unittest


Property changes on: Zope3/trunk/src/zope/tal/tests/test_talinterpreter.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/timer.py
===================================================================
--- Zope3/trunk/src/zope/tal/timer.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/timer.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 ##############################################################################
 """Helper program to time compilation and interpretation
 
-$Id: timer.py,v 1.4 2004/02/24 13:58:18 srichter Exp $
+$Id$
 """
 import getopt
 import sys


Property changes on: Zope3/trunk/src/zope/tal/timer.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tal/translationcontext.py
===================================================================
--- Zope3/trunk/src/zope/tal/translationcontext.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tal/translationcontext.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -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/12/25 14:15:29 jim Exp $
+$Id$
 """
 
 DEFAULT_DOMAIN = "default"


Property changes on: Zope3/trunk/src/zope/tal/translationcontext.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tales/engine.py
===================================================================
--- Zope3/trunk/src/zope/tales/engine.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tales/engine.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 Each expression engine can have its own expression types and base names.
 
-$Id: engine.py,v 1.3 2004/02/24 13:56:07 srichter Exp $
+$Id$
 """
 from zope.tales.tales import ExpressionEngine
 from zope.tales.expressions import PathExpr, StringExpr, NotExpr, DeferExpr


Property changes on: Zope3/trunk/src/zope/tales/engine.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tales/expressions.py
===================================================================
--- Zope3/trunk/src/zope/tales/expressions.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tales/expressions.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Basic Page Template expression types.
 
-$Id: expressions.py,v 1.9 2004/03/05 22:09:42 jim Exp $
+$Id$
 """
 import re
 from types import StringTypes, TupleType


Property changes on: Zope3/trunk/src/zope/tales/expressions.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tales/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/tales/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tales/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interface that describes the 'macros' attribute of a PageTemplate.
 
-$Id: interfaces.py,v 1.4 2004/03/04 02:04:13 philikon Exp $
+$Id$
 """
 from zope.interface import Interface
 


Property changes on: Zope3/trunk/src/zope/tales/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tales/pythonexpr.py
===================================================================
--- Zope3/trunk/src/zope/tales/pythonexpr.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tales/pythonexpr.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Generic Python Expression Handler
 
-$Id: pythonexpr.py,v 1.2 2004/03/21 16:55:50 philikon Exp $
+$Id$
 """
 
 class PythonExpr:


Property changes on: Zope3/trunk/src/zope/tales/pythonexpr.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tales/tales.py
===================================================================
--- Zope3/trunk/src/zope/tales/tales.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tales/tales.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -15,7 +15,7 @@
 
 An implementation of a TAL expression engine
 
-$Id: tales.py,v 1.17 2004/03/23 19:18:17 srichter Exp $
+$Id$
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 


Property changes on: Zope3/trunk/src/zope/tales/tales.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/tales/tests/test_expressions.py
===================================================================
--- Zope3/trunk/src/zope/tales/tests/test_expressions.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/tales/tests/test_expressions.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Default TALES expression implementations tests.
 
-$Id: test_expressions.py,v 1.5 2003/09/19 10:27:11 srichter Exp $
+$Id$
 """
 import unittest
 


Property changes on: Zope3/trunk/src/zope/tales/tests/test_expressions.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/testing/__init__.py
===================================================================
--- Zope3/trunk/src/zope/testing/__init__.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/testing/__init__.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -14,7 +14,7 @@
 """
 Set up testing environment
 
-$Id: __init__.py,v 1.2 2002/12/25 14:15:34 jim Exp $
+$Id$
 """
 import os
 


Property changes on: Zope3/trunk/src/zope/testing/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/testing/cleanup.py
===================================================================
--- Zope3/trunk/src/zope/testing/cleanup.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/testing/cleanup.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -35,7 +35,7 @@
   addCleanUp(pigRegistry._clear)
 
 
-$Id: cleanup.py,v 1.7 2004/03/01 12:55:39 philikon Exp $
+$Id$
 """
 _cleanups = []
 


Property changes on: Zope3/trunk/src/zope/testing/cleanup.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/testing/doctestunit.py
===================================================================
--- Zope3/trunk/src/zope/testing/doctestunit.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/testing/doctestunit.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -16,7 +16,7 @@
 This module provides a DocTestSuite contructor for converting doctest
 tests to unit tests.
 
-$Id: doctestunit.py,v 1.12 2004/05/11 11:23:58 garrett Exp $
+$Id$
 """
 
 from StringIO import StringIO


Property changes on: Zope3/trunk/src/zope/testing/doctestunit.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/testing/loggingsupport.py
===================================================================
--- Zope3/trunk/src/zope/testing/loggingsupport.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/testing/loggingsupport.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -65,7 +65,7 @@
   >>> handler.records
   []
   
-$Id: loggingsupport.py,v 1.1 2004/04/22 18:51:12 jim Exp $
+$Id$
 """
 
 import logging


Property changes on: Zope3/trunk/src/zope/testing/loggingsupport.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/testing/tests.py
===================================================================
--- Zope3/trunk/src/zope/testing/tests.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/testing/tests.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """XXX short summary goes here.
 
-$Id: tests.py,v 1.1 2004/04/22 18:51:12 jim Exp $
+$Id$
 """
 import unittest
 from zope.testing.doctestunit import DocTestSuite


Property changes on: Zope3/trunk/src/zope/testing/tests.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/thread/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/thread/interfaces.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/thread/interfaces.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Interfaces for zope.thread.
 
-$Id: interfaces.py,v 1.2 2004/03/19 16:33:30 stevea Exp $
+$Id$
 """
 
 from zope.interface import Interface, Attribute


Property changes on: Zope3/trunk/src/zope/thread/interfaces.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/thread/tests/test_thread.py
===================================================================
--- Zope3/trunk/src/zope/thread/tests/test_thread.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/thread/tests/test_thread.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Unit tests for zope.thread.
 
-$Id: test_thread.py,v 1.2 2004/03/19 16:33:31 stevea Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/thread/tests/test_thread.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/xmlpickle/tests/test_xmlpickle.py
===================================================================
--- Zope3/trunk/src/zope/xmlpickle/tests/test_xmlpickle.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/xmlpickle/tests/test_xmlpickle.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Tests of xmlpickle package
 
-$Id: test_xmlpickle.py,v 1.7 2004/01/13 17:21:46 jim Exp $
+$Id$
 """
 
 import unittest


Property changes on: Zope3/trunk/src/zope/xmlpickle/tests/test_xmlpickle.py
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: Zope3/trunk/src/zope/xmlpickle/xmlpickle.py
===================================================================
--- Zope3/trunk/src/zope/xmlpickle/xmlpickle.py	2004-05-16 12:56:30 UTC (rev 24748)
+++ Zope3/trunk/src/zope/xmlpickle/xmlpickle.py	2004-05-16 13:00:21 UTC (rev 24749)
@@ -13,7 +13,7 @@
 ##############################################################################
 """Pickle-based serialization of Python objects to and from XML.
 
-$Id: xmlpickle.py,v 1.5 2004/01/13 17:21:45 jim Exp $
+$Id$
 """
 
 from xml.parsers import expat


Property changes on: Zope3/trunk/src/zope/xmlpickle/xmlpickle.py
___________________________________________________________________
Name: svn:keywords
   + Id




More information about the Zope3-Checkins mailing list