Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
2bae71ec
Commit
2bae71ec
authored
20 years ago
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed stale CVS $Id$ expansions; SVN should take over now.
parent
ef6fcf19
Changes
62
Hide whitespace changes
Inline
Side-by-side
Showing
62 changed files
with
64 additions
and
64 deletions
+64
-64
src/BTrees/BTreeItemsTemplate.c
src/BTrees/BTreeItemsTemplate.c
+1
-1
src/BTrees/BTreeModuleTemplate.c
src/BTrees/BTreeModuleTemplate.c
+1
-1
src/BTrees/BTreeTemplate.c
src/BTrees/BTreeTemplate.c
+1
-1
src/BTrees/BucketTemplate.c
src/BTrees/BucketTemplate.c
+1
-1
src/BTrees/MergeTemplate.c
src/BTrees/MergeTemplate.c
+1
-1
src/BTrees/SetOpTemplate.c
src/BTrees/SetOpTemplate.c
+1
-1
src/BTrees/SetTemplate.c
src/BTrees/SetTemplate.c
+1
-1
src/BTrees/TreeSetTemplate.c
src/BTrees/TreeSetTemplate.c
+1
-1
src/BTrees/_IIBTree.c
src/BTrees/_IIBTree.c
+1
-1
src/BTrees/_IOBTree.c
src/BTrees/_IOBTree.c
+1
-1
src/BTrees/_OIBTree.c
src/BTrees/_OIBTree.c
+1
-1
src/BTrees/_OOBTree.c
src/BTrees/_OOBTree.c
+1
-1
src/BTrees/_fsBTree.c
src/BTrees/_fsBTree.c
+3
-3
src/BTrees/intkeymacros.h
src/BTrees/intkeymacros.h
+1
-1
src/BTrees/intvaluemacros.h
src/BTrees/intvaluemacros.h
+1
-1
src/BTrees/objectkeymacros.h
src/BTrees/objectkeymacros.h
+1
-1
src/BTrees/objectvaluemacros.h
src/BTrees/objectvaluemacros.h
+1
-1
src/BTrees/sorters.c
src/BTrees/sorters.c
+1
-1
src/Persistence/_Persistence.c
src/Persistence/_Persistence.c
+1
-1
src/Persistence/__init__.py
src/Persistence/__init__.py
+1
-1
src/Persistence/mapping.py
src/Persistence/mapping.py
+1
-1
src/Persistence/tests/test_ExtensionClass.py
src/Persistence/tests/test_ExtensionClass.py
+1
-1
src/Persistence/tests/test_mapping.py
src/Persistence/tests/test_mapping.py
+1
-1
src/ThreadedAsync/__init__.py
src/ThreadedAsync/__init__.py
+1
-1
src/ZEO/monitor.py
src/ZEO/monitor.py
+1
-1
src/ZEO/tests/testMonitor.py
src/ZEO/tests/testMonitor.py
+1
-1
src/ZODB/BaseStorage.py
src/ZODB/BaseStorage.py
+1
-1
src/ZODB/Connection.py
src/ZODB/Connection.py
+1
-1
src/ZODB/DB.py
src/ZODB/DB.py
+1
-1
src/ZODB/Mount.py
src/ZODB/Mount.py
+1
-1
src/ZODB/POSException.py
src/ZODB/POSException.py
+1
-1
src/ZODB/broken.py
src/ZODB/broken.py
+1
-1
src/ZODB/config.py
src/ZODB/config.py
+1
-1
src/ZODB/interfaces.py
src/ZODB/interfaces.py
+1
-1
src/ZODB/tests/sampledm.py
src/ZODB/tests/sampledm.py
+1
-1
src/ZODB/tests/testActivityMonitor.py
src/ZODB/tests/testActivityMonitor.py
+1
-1
src/ZODB/tests/testBroken.py
src/ZODB/tests/testBroken.py
+1
-1
src/ZODB/tests/test_datamanageradapter.py
src/ZODB/tests/test_datamanageradapter.py
+1
-1
src/ZODB/tests/util.py
src/ZODB/tests/util.py
+1
-1
src/ZODB/winlock.c
src/ZODB/winlock.c
+1
-1
src/ZODB/zodb4/z4interfaces.py
src/ZODB/zodb4/z4interfaces.py
+1
-1
src/persistent/TimeStamp.c
src/persistent/TimeStamp.c
+1
-1
src/persistent/__init__.py
src/persistent/__init__.py
+1
-1
src/persistent/cPersistence.c
src/persistent/cPersistence.c
+1
-1
src/persistent/cPickleCache.c
src/persistent/cPickleCache.c
+1
-1
src/persistent/dict.py
src/persistent/dict.py
+1
-1
src/persistent/interfaces.py
src/persistent/interfaces.py
+1
-1
src/persistent/list.py
src/persistent/list.py
+1
-1
src/persistent/mapping.py
src/persistent/mapping.py
+1
-1
src/persistent/ring.c
src/persistent/ring.c
+1
-1
src/persistent/tests/test_PickleCache.py
src/persistent/tests/test_PickleCache.py
+1
-1
src/persistent/tests/test_overriding_attrs.py
src/persistent/tests/test_overriding_attrs.py
+1
-1
src/persistent/tests/test_pickle.py
src/persistent/tests/test_pickle.py
+1
-1
src/persistent/tests/test_wref.py
src/persistent/tests/test_wref.py
+1
-1
src/persistent/wref.py
src/persistent/wref.py
+1
-1
src/scripts/zeoserverlog.py
src/scripts/zeoserverlog.py
+1
-1
src/scripts/zodbload.py
src/scripts/zodbload.py
+1
-1
src/transaction/interfaces.py
src/transaction/interfaces.py
+1
-1
src/transaction/tests/test_SampleDataManager.py
src/transaction/tests/test_SampleDataManager.py
+1
-1
src/transaction/tests/test_transaction.py
src/transaction/tests/test_transaction.py
+1
-1
src/transaction/tests/test_util.py
src/transaction/tests/test_util.py
+1
-1
src/transaction/util.py
src/transaction/util.py
+1
-1
No files found.
src/BTrees/BTreeItemsTemplate.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/BTreeModuleTemplate.c
View file @
2bae71ec
...
...
@@ -378,7 +378,7 @@ static char BTree_module_documentation[] =
"
\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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/BTreeTemplate.c
View file @
2bae71ec
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/BucketTemplate.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/MergeTemplate.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/SetOpTemplate.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/SetTemplate.c
View file @
2bae71ec
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/TreeSetTemplate.c
View file @
2bae71ec
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/_IIBTree.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/_IOBTree.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/_OIBTree.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/_OOBTree.c
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/_fsBTree.c
View file @
2bae71ec
...
...
@@ -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 @@ typedef unsigned char char6[6];
/*#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 @@ typedef unsigned char char6[6];
(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)
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/intkeymacros.h
View file @
2bae71ec
#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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/intvaluemacros.h
View file @
2bae71ec
#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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/objectkeymacros.h
View file @
2bae71ec
#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() )
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/objectvaluemacros.h
View file @
2bae71ec
#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
...
...
This diff is collapsed.
Click to expand it.
src/BTrees/sorters.c
View file @
2bae71ec
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
src/Persistence/_Persistence.c
View file @
2bae71ec
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/Persistence/__init__.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/Persistence/mapping.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/Persistence/tests/test_ExtensionClass.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/Persistence/tests/test_mapping.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ThreadedAsync/__init__.py
View file @
2bae71ec
...
...
@@ -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
This diff is collapsed.
Click to expand it.
src/ZEO/monitor.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZEO/tests/testMonitor.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/BaseStorage.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/Connection.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/DB.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/Mount.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/POSException.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/broken.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/config.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/interfaces.py
View file @
2bae71ec
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Interfaces for ZODB.
$Id
: interfaces.py,v 1.4 2004/04/19 21:19:05 tim_one Exp
$
$Id$
"""
try
:
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/tests/sampledm.py
View file @
2bae71ec
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/tests/testActivityMonitor.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/tests/testBroken.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/tests/test_datamanageradapter.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/tests/util.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/winlock.c
View file @
2bae71ec
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/ZODB/zodb4/z4interfaces.py
View file @
2bae71ec
...
...
@@ -26,7 +26,7 @@ the public APIs of the database.
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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/TimeStamp.c
View file @
2bae71ec
...
...
@@ -21,7 +21,7 @@ PyObject *TimeStamp_FromString(const char *);
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
{
...
...
This diff is collapsed.
Click to expand it.
src/persistent/__init__.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/cPersistence.c
View file @
2bae71ec
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/persistent/cPickleCache.c
View file @
2bae71ec
...
...
@@ -90,7 +90,7 @@ process must skip such objects, rather than deactivating them.
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"
...
...
This diff is collapsed.
Click to expand it.
src/persistent/dict.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/interfaces.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/list.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/mapping.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/ring.c
View file @
2bae71ec
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
src/persistent/tests/test_PickleCache.py
View file @
2bae71ec
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
src/persistent/tests/test_overriding_attrs.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/tests/test_pickle.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/tests/test_wref.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/persistent/wref.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/scripts/zeoserverlog.py
View file @
2bae71ec
...
...
@@ -141,7 +141,7 @@ Commands:
- 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
...
...
This diff is collapsed.
Click to expand it.
src/scripts/zodbload.py
View file @
2bae71ec
...
...
@@ -89,7 +89,7 @@ Usage: loadmail2 [options]
Specify the mailbox for getting input data.
$Id
: zodbload.py,v 1.7 2004/04/16 16:00:56 jeremy Exp
$
$Id$
"""
import
mailbox
...
...
This diff is collapsed.
Click to expand it.
src/transaction/interfaces.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/transaction/tests/test_SampleDataManager.py
View file @
2bae71ec
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
src/transaction/tests/test_transaction.py
View file @
2bae71ec
...
...
@@ -36,7 +36,7 @@ TODO
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
...
...
This diff is collapsed.
Click to expand it.
src/transaction/tests/test_util.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/transaction/util.py
View file @
2bae71ec
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment