[Zodb-checkins] SVN: ZODB/trunk/src/ Removed stale CVS $Id$
expansions; SVN should take over now.
Tim Peters
tim.one at comcast.net
Fri May 14 15:32:50 EDT 2004
Log message for revision 24682:
Removed stale CVS $Id$ expansions; SVN should take over now.
-=-
Modified: ZODB/trunk/src/BTrees/BTreeItemsTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/BTreeItemsTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/BTreeItemsTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/BTreeModuleTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/BTreeModuleTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/BTreeModuleTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/BTreeTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/BTreeTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/BTreeTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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,
Modified: ZODB/trunk/src/BTrees/BucketTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/BucketTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/BucketTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/MergeTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/MergeTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/MergeTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/SetOpTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/SetOpTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/SetOpTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/SetTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/SetTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/SetTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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)
Modified: ZODB/trunk/src/BTrees/TreeSetTemplate.c
===================================================================
--- ZODB/trunk/src/BTrees/TreeSetTemplate.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/TreeSetTemplate.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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)
Modified: ZODB/trunk/src/BTrees/_IIBTree.c
===================================================================
--- ZODB/trunk/src/BTrees/_IIBTree.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/_IIBTree.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/_IOBTree.c
===================================================================
--- ZODB/trunk/src/BTrees/_IOBTree.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/_IOBTree.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/_OIBTree.c
===================================================================
--- ZODB/trunk/src/BTrees/_OIBTree.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/_OIBTree.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/_OOBTree.c
===================================================================
--- ZODB/trunk/src/BTrees/_OOBTree.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/_OOBTree.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/_fsBTree.c
===================================================================
--- ZODB/trunk/src/BTrees/_fsBTree.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/_fsBTree.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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)
Modified: ZODB/trunk/src/BTrees/intkeymacros.h
===================================================================
--- ZODB/trunk/src/BTrees/intkeymacros.h 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/intkeymacros.h 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/intvaluemacros.h
===================================================================
--- ZODB/trunk/src/BTrees/intvaluemacros.h 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/intvaluemacros.h 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/objectkeymacros.h
===================================================================
--- ZODB/trunk/src/BTrees/objectkeymacros.h 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/objectkeymacros.h 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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() )
Modified: ZODB/trunk/src/BTrees/objectvaluemacros.h
===================================================================
--- ZODB/trunk/src/BTrees/objectvaluemacros.h 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/objectvaluemacros.h 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/BTrees/sorters.c
===================================================================
--- ZODB/trunk/src/BTrees/sorters.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/BTrees/sorters.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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)
Modified: ZODB/trunk/src/Persistence/_Persistence.c
===================================================================
--- ZODB/trunk/src/Persistence/_Persistence.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/Persistence/_Persistence.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -14,7 +14,7 @@
static char _Persistence_module_documentation[] =
"Persistent ExtensionClass\n"
"\n"
-"$Id: _Persistence.c,v 1.2 2003/11/28 16:44:46 jim Exp $\n"
+"$Id$\n"
;
#include "ExtensionClass.h"
Modified: ZODB/trunk/src/Persistence/__init__.py
===================================================================
--- ZODB/trunk/src/Persistence/__init__.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/Persistence/__init__.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -13,7 +13,7 @@
##############################################################################
"""Persistence and ExtensionClass combined
-$Id: __init__.py,v 1.8 2003/12/29 22:40:45 tim_one Exp $
+$Id$
"""
from persistent import PickleCache
Modified: ZODB/trunk/src/Persistence/mapping.py
===================================================================
--- ZODB/trunk/src/Persistence/mapping.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/Persistence/mapping.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -14,7 +14,7 @@
"""Python implementation of persistent base types
-$Id: mapping.py,v 1.2 2003/12/29 22:40:45 tim_one Exp $"""
+$Id$"""
import Persistence
import persistent
Modified: ZODB/trunk/src/Persistence/tests/test_ExtensionClass.py
===================================================================
--- ZODB/trunk/src/Persistence/tests/test_ExtensionClass.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/Persistence/tests/test_ExtensionClass.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -13,7 +13,7 @@
##############################################################################
"""Test ExtensionClass support in Persistence.Persistent
-$Id: test_ExtensionClass.py,v 1.7 2004/04/19 21:19:03 tim_one Exp $
+$Id$
"""
from doctest import DocTestSuite
Modified: ZODB/trunk/src/Persistence/tests/test_mapping.py
===================================================================
--- ZODB/trunk/src/Persistence/tests/test_mapping.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/Persistence/tests/test_mapping.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -13,7 +13,7 @@
##############################################################################
"""XXX short summary goes here.
-$Id: test_mapping.py,v 1.2 2003/12/29 22:40:46 tim_one Exp $
+$Id$
"""
import unittest
from doctest import DocTestSuite
Modified: ZODB/trunk/src/ThreadedAsync/__init__.py
===================================================================
--- ZODB/trunk/src/ThreadedAsync/__init__.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ThreadedAsync/__init__.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZEO/monitor.py
===================================================================
--- ZODB/trunk/src/ZEO/monitor.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZEO/monitor.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZEO/tests/testMonitor.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testMonitor.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZEO/tests/testMonitor.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/BaseStorage.py
===================================================================
--- ZODB/trunk/src/ZODB/BaseStorage.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/BaseStorage.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/Connection.py
===================================================================
--- ZODB/trunk/src/ZODB/Connection.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/Connection.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/DB.py
===================================================================
--- ZODB/trunk/src/ZODB/DB.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/DB.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/Mount.py
===================================================================
--- ZODB/trunk/src/ZODB/Mount.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/Mount.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -13,7 +13,7 @@
##############################################################################
"""Mounted database support
-$Id: Mount.py,v 1.25 2004/04/23 17:26:37 gintautasm Exp $"""
+$Id$"""
import string
import time
Modified: ZODB/trunk/src/ZODB/POSException.py
===================================================================
--- ZODB/trunk/src/ZODB/POSException.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/POSException.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/broken.py
===================================================================
--- ZODB/trunk/src/ZODB/broken.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/broken.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/config.py
===================================================================
--- ZODB/trunk/src/ZODB/config.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/config.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/interfaces.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -13,7 +13,7 @@
##############################################################################
"""Interfaces for ZODB.
-$Id: interfaces.py,v 1.4 2004/04/19 21:19:05 tim_one Exp $
+$Id$
"""
try:
Modified: ZODB/trunk/src/ZODB/tests/sampledm.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/sampledm.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/tests/sampledm.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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):
Modified: ZODB/trunk/src/ZODB/tests/testActivityMonitor.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/testActivityMonitor.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/tests/testActivityMonitor.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/tests/testBroken.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/testBroken.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/tests/testBroken.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/tests/test_datamanageradapter.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/test_datamanageradapter.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/tests/test_datamanageradapter.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/tests/util.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/util.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/tests/util.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/ZODB/winlock.c
===================================================================
--- ZODB/trunk/src/ZODB/winlock.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/winlock.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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"
Modified: ZODB/trunk/src/ZODB/zodb4/z4interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/zodb4/z4interfaces.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/ZODB/zodb4/z4interfaces.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/persistent/TimeStamp.c
===================================================================
--- ZODB/trunk/src/persistent/TimeStamp.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/TimeStamp.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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 {
Modified: ZODB/trunk/src/persistent/__init__.py
===================================================================
--- ZODB/trunk/src/persistent/__init__.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/__init__.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/persistent/cPersistence.c
===================================================================
--- ZODB/trunk/src/persistent/cPersistence.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/cPersistence.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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"
Modified: ZODB/trunk/src/persistent/cPickleCache.c
===================================================================
--- ZODB/trunk/src/persistent/cPickleCache.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/cPickleCache.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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"
Modified: ZODB/trunk/src/persistent/dict.py
===================================================================
--- ZODB/trunk/src/persistent/dict.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/dict.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/persistent/interfaces.py
===================================================================
--- ZODB/trunk/src/persistent/interfaces.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/interfaces.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/persistent/list.py
===================================================================
--- ZODB/trunk/src/persistent/list.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/list.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -14,7 +14,7 @@
"""Python implementation of persistent list.
-$Id: list.py,v 1.7 2004/02/19 18:13:35 jeremy Exp $"""
+$Id$"""
import persistent
from UserList import UserList
Modified: ZODB/trunk/src/persistent/mapping.py
===================================================================
--- ZODB/trunk/src/persistent/mapping.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/mapping.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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$"""
import persistent
from UserDict import UserDict
Modified: ZODB/trunk/src/persistent/ring.c
===================================================================
--- ZODB/trunk/src/persistent/ring.c 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/ring.c 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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.
Modified: ZODB/trunk/src/persistent/tests/test_PickleCache.py
===================================================================
--- ZODB/trunk/src/persistent/tests/test_PickleCache.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/tests/test_PickleCache.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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:
Modified: ZODB/trunk/src/persistent/tests/test_overriding_attrs.py
===================================================================
--- ZODB/trunk/src/persistent/tests/test_overriding_attrs.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/tests/test_overriding_attrs.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/persistent/tests/test_pickle.py
===================================================================
--- ZODB/trunk/src/persistent/tests/test_pickle.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/tests/test_pickle.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/persistent/tests/test_wref.py
===================================================================
--- ZODB/trunk/src/persistent/tests/test_wref.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/tests/test_wref.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/persistent/wref.py
===================================================================
--- ZODB/trunk/src/persistent/wref.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/persistent/wref.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/scripts/zeoserverlog.py
===================================================================
--- ZODB/trunk/src/scripts/zeoserverlog.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/scripts/zeoserverlog.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -141,7 +141,7 @@
- wall time to verify
- average miliseconds to verify per object.
-$Id: zeoserverlog.py,v 1.5 2004/03/18 13:27:49 yuppie Exp $
+$Id$
"""
import datetime, sys, re, os
Modified: ZODB/trunk/src/scripts/zodbload.py
===================================================================
--- ZODB/trunk/src/scripts/zodbload.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/scripts/zodbload.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -89,7 +89,7 @@
Specify the mailbox for getting input data.
-$Id: zodbload.py,v 1.7 2004/04/16 16:00:56 jeremy Exp $
+$Id$
"""
import mailbox
Modified: ZODB/trunk/src/transaction/interfaces.py
===================================================================
--- ZODB/trunk/src/transaction/interfaces.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/transaction/interfaces.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/transaction/tests/test_SampleDataManager.py
===================================================================
--- ZODB/trunk/src/transaction/tests/test_SampleDataManager.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/transaction/tests/test_SampleDataManager.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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):
Modified: ZODB/trunk/src/transaction/tests/test_transaction.py
===================================================================
--- ZODB/trunk/src/transaction/tests/test_transaction.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/transaction/tests/test_transaction.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/transaction/tests/test_util.py
===================================================================
--- ZODB/trunk/src/transaction/tests/test_util.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/transaction/tests/test_util.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
Modified: ZODB/trunk/src/transaction/util.py
===================================================================
--- ZODB/trunk/src/transaction/util.py 2004-05-14 19:25:41 UTC (rev 24681)
+++ ZODB/trunk/src/transaction/util.py 2004-05-14 19:32:43 UTC (rev 24682)
@@ -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
More information about the Zodb-checkins
mailing list