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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
ZODB
Commits
95dd955b
Commit
95dd955b
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
98cefa9e
Changes
62
Show whitespace changes
Inline
Side-by-side
Showing
62 changed files
with
64 additions
and
64 deletions
+64
-64
trunk/src/BTrees/BTreeItemsTemplate.c
trunk/src/BTrees/BTreeItemsTemplate.c
+1
-1
trunk/src/BTrees/BTreeModuleTemplate.c
trunk/src/BTrees/BTreeModuleTemplate.c
+1
-1
trunk/src/BTrees/BTreeTemplate.c
trunk/src/BTrees/BTreeTemplate.c
+1
-1
trunk/src/BTrees/BucketTemplate.c
trunk/src/BTrees/BucketTemplate.c
+1
-1
trunk/src/BTrees/MergeTemplate.c
trunk/src/BTrees/MergeTemplate.c
+1
-1
trunk/src/BTrees/SetOpTemplate.c
trunk/src/BTrees/SetOpTemplate.c
+1
-1
trunk/src/BTrees/SetTemplate.c
trunk/src/BTrees/SetTemplate.c
+1
-1
trunk/src/BTrees/TreeSetTemplate.c
trunk/src/BTrees/TreeSetTemplate.c
+1
-1
trunk/src/BTrees/_IIBTree.c
trunk/src/BTrees/_IIBTree.c
+1
-1
trunk/src/BTrees/_IOBTree.c
trunk/src/BTrees/_IOBTree.c
+1
-1
trunk/src/BTrees/_OIBTree.c
trunk/src/BTrees/_OIBTree.c
+1
-1
trunk/src/BTrees/_OOBTree.c
trunk/src/BTrees/_OOBTree.c
+1
-1
trunk/src/BTrees/_fsBTree.c
trunk/src/BTrees/_fsBTree.c
+3
-3
trunk/src/BTrees/intkeymacros.h
trunk/src/BTrees/intkeymacros.h
+1
-1
trunk/src/BTrees/intvaluemacros.h
trunk/src/BTrees/intvaluemacros.h
+1
-1
trunk/src/BTrees/objectkeymacros.h
trunk/src/BTrees/objectkeymacros.h
+1
-1
trunk/src/BTrees/objectvaluemacros.h
trunk/src/BTrees/objectvaluemacros.h
+1
-1
trunk/src/BTrees/sorters.c
trunk/src/BTrees/sorters.c
+1
-1
trunk/src/Persistence/_Persistence.c
trunk/src/Persistence/_Persistence.c
+1
-1
trunk/src/Persistence/__init__.py
trunk/src/Persistence/__init__.py
+1
-1
trunk/src/Persistence/mapping.py
trunk/src/Persistence/mapping.py
+1
-1
trunk/src/Persistence/tests/test_ExtensionClass.py
trunk/src/Persistence/tests/test_ExtensionClass.py
+1
-1
trunk/src/Persistence/tests/test_mapping.py
trunk/src/Persistence/tests/test_mapping.py
+1
-1
trunk/src/ThreadedAsync/__init__.py
trunk/src/ThreadedAsync/__init__.py
+1
-1
trunk/src/ZEO/monitor.py
trunk/src/ZEO/monitor.py
+1
-1
trunk/src/ZEO/tests/testMonitor.py
trunk/src/ZEO/tests/testMonitor.py
+1
-1
trunk/src/ZODB/BaseStorage.py
trunk/src/ZODB/BaseStorage.py
+1
-1
trunk/src/ZODB/Connection.py
trunk/src/ZODB/Connection.py
+1
-1
trunk/src/ZODB/DB.py
trunk/src/ZODB/DB.py
+1
-1
trunk/src/ZODB/Mount.py
trunk/src/ZODB/Mount.py
+1
-1
trunk/src/ZODB/POSException.py
trunk/src/ZODB/POSException.py
+1
-1
trunk/src/ZODB/broken.py
trunk/src/ZODB/broken.py
+1
-1
trunk/src/ZODB/config.py
trunk/src/ZODB/config.py
+1
-1
trunk/src/ZODB/interfaces.py
trunk/src/ZODB/interfaces.py
+1
-1
trunk/src/ZODB/tests/sampledm.py
trunk/src/ZODB/tests/sampledm.py
+1
-1
trunk/src/ZODB/tests/testActivityMonitor.py
trunk/src/ZODB/tests/testActivityMonitor.py
+1
-1
trunk/src/ZODB/tests/testBroken.py
trunk/src/ZODB/tests/testBroken.py
+1
-1
trunk/src/ZODB/tests/test_datamanageradapter.py
trunk/src/ZODB/tests/test_datamanageradapter.py
+1
-1
trunk/src/ZODB/tests/util.py
trunk/src/ZODB/tests/util.py
+1
-1
trunk/src/ZODB/winlock.c
trunk/src/ZODB/winlock.c
+1
-1
trunk/src/ZODB/zodb4/z4interfaces.py
trunk/src/ZODB/zodb4/z4interfaces.py
+1
-1
trunk/src/persistent/TimeStamp.c
trunk/src/persistent/TimeStamp.c
+1
-1
trunk/src/persistent/__init__.py
trunk/src/persistent/__init__.py
+1
-1
trunk/src/persistent/cPersistence.c
trunk/src/persistent/cPersistence.c
+1
-1
trunk/src/persistent/cPickleCache.c
trunk/src/persistent/cPickleCache.c
+1
-1
trunk/src/persistent/dict.py
trunk/src/persistent/dict.py
+1
-1
trunk/src/persistent/interfaces.py
trunk/src/persistent/interfaces.py
+1
-1
trunk/src/persistent/list.py
trunk/src/persistent/list.py
+1
-1
trunk/src/persistent/mapping.py
trunk/src/persistent/mapping.py
+1
-1
trunk/src/persistent/ring.c
trunk/src/persistent/ring.c
+1
-1
trunk/src/persistent/tests/test_PickleCache.py
trunk/src/persistent/tests/test_PickleCache.py
+1
-1
trunk/src/persistent/tests/test_overriding_attrs.py
trunk/src/persistent/tests/test_overriding_attrs.py
+1
-1
trunk/src/persistent/tests/test_pickle.py
trunk/src/persistent/tests/test_pickle.py
+1
-1
trunk/src/persistent/tests/test_wref.py
trunk/src/persistent/tests/test_wref.py
+1
-1
trunk/src/persistent/wref.py
trunk/src/persistent/wref.py
+1
-1
trunk/src/scripts/zeoserverlog.py
trunk/src/scripts/zeoserverlog.py
+1
-1
trunk/src/scripts/zodbload.py
trunk/src/scripts/zodbload.py
+1
-1
trunk/src/transaction/interfaces.py
trunk/src/transaction/interfaces.py
+1
-1
trunk/src/transaction/tests/test_SampleDataManager.py
trunk/src/transaction/tests/test_SampleDataManager.py
+1
-1
trunk/src/transaction/tests/test_transaction.py
trunk/src/transaction/tests/test_transaction.py
+1
-1
trunk/src/transaction/tests/test_util.py
trunk/src/transaction/tests/test_util.py
+1
-1
trunk/src/transaction/util.py
trunk/src/transaction/util.py
+1
-1
No files found.
trunk/src/BTrees/BTreeItemsTemplate.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
/* A BTreeItems struct is returned from calling .items(), .keys() or
* .values() on a BTree-based data structure, and is also the result of
* .values() on a BTree-based data structure, and is also the result of
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/BTreeModuleTemplate.c
View file @
95dd955b
...
@@ -378,7 +378,7 @@ static char BTree_module_documentation[] =
...
@@ -378,7 +378,7 @@ static char BTree_module_documentation[] =
"
\n
"
"
\n
"
MASTER_ID
MASTER_ID
BTREEITEMSTEMPLATE_C
BTREEITEMSTEMPLATE_C
"$Id
: BTreeModuleTemplate.c,v 1.40 2004/02/21 12:28:52 jim Exp
$
\n
"
"$Id$
\n
"
BTREETEMPLATE_C
BTREETEMPLATE_C
BUCKETTEMPLATE_C
BUCKETTEMPLATE_C
KEYMACROS_H
KEYMACROS_H
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/BTreeTemplate.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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:
/* Sanity-check a BTree. This is a private helper for BTree_check. Return:
* -1 Error. If it's an internal inconsistency in the BTree,
* -1 Error. If it's an internal inconsistency in the BTree,
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/BucketTemplate.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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.
/* 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
* INDEX An int lvalue to hold the index i such that KEY belongs at
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/MergeTemplate.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
Set operations
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/SetOpTemplate.c
View file @
95dd955b
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
Set operations
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
#ifdef KEY_CHECK
static
int
static
int
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/SetTemplate.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
*
static
PyObject
*
Set_insert
(
Bucket
*
self
,
PyObject
*
args
)
Set_insert
(
Bucket
*
self
,
PyObject
*
args
)
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/TreeSetTemplate.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
*
static
PyObject
*
TreeSet_insert
(
BTree
*
self
,
PyObject
*
args
)
TreeSet_insert
(
BTree
*
self
,
PyObject
*
args
)
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/_IIBTree.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
/* IIBTree - int key, int value BTree
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/_IOBTree.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
/* IOBTree - int key, object value BTree
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/_OIBTree.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
/* OIBTree - object key, int value BTree
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/_OOBTree.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
/* OOBTree - object key, object value BTree
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/_fsBTree.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
/* fsBTree - FileStorage index BTree
...
@@ -37,7 +37,7 @@ typedef unsigned char char6[6];
...
@@ -37,7 +37,7 @@ typedef unsigned char char6[6];
/*#include "intkeymacros.h"*/
/*#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
#define KEY_TYPE char2
#undef KEY_TYPE_IS_PYOBJECT
#undef KEY_TYPE_IS_PYOBJECT
#define KEY_CHECK(K) (PyString_Check(K) && PyString_GET_SIZE(K)==2)
#define KEY_CHECK(K) (PyString_Check(K) && PyString_GET_SIZE(K)==2)
...
@@ -52,7 +52,7 @@ typedef unsigned char char6[6];
...
@@ -52,7 +52,7 @@ typedef unsigned char char6[6];
(STATUS)=0; }
(STATUS)=0; }
/*#include "intvaluemacros.h"*/
/*#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
#define VALUE_TYPE char6
#undef VALUE_TYPE_IS_PYOBJECT
#undef VALUE_TYPE_IS_PYOBJECT
#define TEST_VALUE(K, T) memcmp(K,T,6)
#define TEST_VALUE(K, T) memcmp(K,T,6)
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/intkeymacros.h
View file @
95dd955b
#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
#define KEY_TYPE int
#undef KEY_TYPE_IS_PYOBJECT
#undef KEY_TYPE_IS_PYOBJECT
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/intvaluemacros.h
View file @
95dd955b
#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
#define VALUE_TYPE int
#undef VALUE_TYPE_IS_PYOBJECT
#undef VALUE_TYPE_IS_PYOBJECT
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/objectkeymacros.h
View file @
95dd955b
#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 PyObject *
#define KEY_TYPE_IS_PYOBJECT
#define KEY_TYPE_IS_PYOBJECT
#define TEST_KEY_SET_OR(V, KEY, TARGET) if ( ( (V) = PyObject_Compare((KEY),(TARGET)) ), PyErr_Occurred() )
#define TEST_KEY_SET_OR(V, KEY, TARGET) if ( ( (V) = PyObject_Compare((KEY),(TARGET)) ), PyErr_Occurred() )
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/objectvaluemacros.h
View file @
95dd955b
#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 PyObject *
#define VALUE_TYPE_IS_PYOBJECT
#define VALUE_TYPE_IS_PYOBJECT
...
...
This diff is collapsed.
Click to expand it.
trunk/src/BTrees/sorters.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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
/* The only routine here intended to be used outside the file is
size_t sort_int4_nodups(int *p, size_t n)
size_t sort_int4_nodups(int *p, size_t n)
...
...
This diff is collapsed.
Click to expand it.
trunk/src/Persistence/_Persistence.c
View file @
95dd955b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
static
char
_Persistence_module_documentation
[]
=
static
char
_Persistence_module_documentation
[]
=
"Persistent ExtensionClass
\n
"
"Persistent ExtensionClass
\n
"
"
\n
"
"
\n
"
"$Id
: _Persistence.c,v 1.2 2003/11/28 16:44:46 jim Exp
$
\n
"
"$Id$
\n
"
;
;
#include "ExtensionClass.h"
#include "ExtensionClass.h"
...
...
This diff is collapsed.
Click to expand it.
trunk/src/Persistence/__init__.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Persistence and ExtensionClass combined
"""Persistence and ExtensionClass combined
$Id
: __init__.py,v 1.8 2003/12/29 22:40:45 tim_one Exp
$
$Id$
"""
"""
from
persistent
import
PickleCache
from
persistent
import
PickleCache
...
...
This diff is collapsed.
Click to expand it.
trunk/src/Persistence/mapping.py
View file @
95dd955b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
"""Python implementation of persistent base types
"""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
Persistence
import
persistent
import
persistent
...
...
This diff is collapsed.
Click to expand it.
trunk/src/Persistence/tests/test_ExtensionClass.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Test ExtensionClass support in Persistence.Persistent
"""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
from
doctest
import
DocTestSuite
...
...
This diff is collapsed.
Click to expand it.
trunk/src/Persistence/tests/test_mapping.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""XXX short summary goes here.
"""XXX short summary goes here.
$Id
: test_mapping.py,v 1.2 2003/12/29 22:40:46 tim_one Exp
$
$Id$
"""
"""
import
unittest
import
unittest
from
doctest
import
DocTestSuite
from
doctest
import
DocTestSuite
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ThreadedAsync/__init__.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Manage the asyncore mainloop in a multi-threaded app.
"""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
from
LoopCallback
import
register_loop_callback
,
loop
,
remove_loop_callback
This diff is collapsed.
Click to expand it.
trunk/src/ZEO/monitor.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Monitor behavior of ZEO server and record statistics.
"""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
import
asyncore
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZEO/tests/testMonitor.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Test that the monitor produce sensible results.
"""Test that the monitor produce sensible results.
$Id
: testMonitor.py,v 1.9 2004/02/27 00:31:52 faassen Exp
$
$Id$
"""
"""
import
socket
import
socket
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/BaseStorage.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Handy standard storage machinery
"""Handy standard storage machinery
$Id
: BaseStorage.py,v 1.51 2004/04/23 17:30:40 gintautasm Exp
$
$Id$
"""
"""
import
cPickle
import
cPickle
import
threading
import
threading
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/Connection.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Database connection support
"""Database connection support
$Id
: Connection.py,v 1.155 2004/04/23 17:26:37 gintautasm Exp
$"""
$Id$"""
import
logging
import
logging
import
sys
import
sys
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/DB.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Database objects
"""Database objects
$Id
: DB.py,v 1.79 2004/05/07 19:10:59 tim_one Exp
$"""
$Id$"""
import
cPickle
,
cStringIO
,
sys
import
cPickle
,
cStringIO
,
sys
from
thread
import
allocate_lock
from
thread
import
allocate_lock
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/Mount.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Mounted database support
"""Mounted database support
$Id
: Mount.py,v 1.25 2004/04/23 17:26:37 gintautasm Exp
$"""
$Id$"""
import
string
import
string
import
time
import
time
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/POSException.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""ZODB-defined exceptions
"""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
from
ZODB.utils
import
oid_repr
,
serial_repr
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/broken.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Broken object support
"""Broken object support
$Id
: broken.py,v 1.4 2004/04/19 21:19:05 tim_one Exp
$
$Id$
"""
"""
import
sys
import
sys
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/config.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Open database and storage from a configuration.
"""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
import
os
from
cStringIO
import
StringIO
from
cStringIO
import
StringIO
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/interfaces.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Interfaces for ZODB.
"""Interfaces for ZODB.
$Id
: interfaces.py,v 1.4 2004/04/19 21:19:05 tim_one Exp
$
$Id$
"""
"""
try
:
try
:
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/tests/sampledm.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Sample objects for use in tests
"""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
):
class
DataManager
(
object
):
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/tests/testActivityMonitor.py
View file @
95dd955b
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
See ZODB/ActivityMonitor.py
See ZODB/ActivityMonitor.py
$Id
: testActivityMonitor.py,v 1.3 2002/08/14 22:07:09 mj Exp
$
$Id$
"""
"""
import
unittest
import
unittest
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/tests/testBroken.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Test broken-object suppport
"""Test broken-object suppport
$Id
: testBroken.py,v 1.5 2004/04/19 21:19:07 tim_one Exp
$
$Id$
"""
"""
import
sys
import
sys
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/tests/test_datamanageradapter.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""XXX short summary goes here.
"""XXX short summary goes here.
$Id
: test_datamanageradapter.py,v 1.4 2004/04/05 18:48:22 tim_one Exp
$
$Id$
"""
"""
import
unittest
import
unittest
from
doctest
import
DocTestSuite
from
doctest
import
DocTestSuite
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/tests/util.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Conventience function for creating test databases
"""Conventience function for creating test databases
$Id
: util.py,v 1.5 2004/04/19 21:19:07 tim_one Exp
$
$Id$
"""
"""
import
time
import
time
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/winlock.c
View file @
95dd955b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
static
char
winlock_doc_string
[]
=
static
char
winlock_doc_string
[]
=
"Lock files on Windows."
"Lock files on Windows."
"
\n
"
"
\n
"
"$Id
: winlock.c,v 1.9 2003/02/28 20:37:59 tim_one Exp
$
\n
"
;
"$Id$
\n
"
;
#include "Python.h"
#include "Python.h"
...
...
This diff is collapsed.
Click to expand it.
trunk/src/ZODB/zodb4/z4interfaces.py
View file @
95dd955b
...
@@ -26,7 +26,7 @@ the public APIs of the database.
...
@@ -26,7 +26,7 @@ the public APIs of the database.
The IDatabase, IConnection, and ITransactionAttrs interfaces describe
The IDatabase, IConnection, and ITransactionAttrs interfaces describe
private APIs used by the implementation.
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
from
ZODB.zodb4
import
z4utils
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/TimeStamp.c
View file @
95dd955b
...
@@ -21,7 +21,7 @@ PyObject *TimeStamp_FromString(const char *);
...
@@ -21,7 +21,7 @@ PyObject *TimeStamp_FromString(const char *);
static
char
TimeStampModule_doc
[]
=
static
char
TimeStampModule_doc
[]
=
"A 64-bit TimeStamp used as a ZODB serial number.
\n
"
"A 64-bit TimeStamp used as a ZODB serial number.
\n
"
"
\n
"
"
\n
"
"$Id
: TimeStamp.c,v 1.5 2004/05/03 20:17:57 spascoe Exp
$
\n
"
;
"$Id$
\n
"
;
typedef
struct
{
typedef
struct
{
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/__init__.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Provide access to Persistent and PersistentMapping.
"""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
from
cPersistence
import
Persistent
,
GHOST
,
UPTODATE
,
CHANGED
,
STICKY
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/cPersistence.c
View file @
95dd955b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
static
char
cPersistence_doc_string
[]
=
static
char
cPersistence_doc_string
[]
=
"Defines Persistent mixin class for persistent objects.
\n
"
"Defines Persistent mixin class for persistent objects.
\n
"
"
\n
"
"
\n
"
"$Id
: cPersistence.c,v 1.80 2004/03/13 07:42:06 jeremy Exp
$
\n
"
;
"$Id$
\n
"
;
#include "cPersistence.h"
#include "cPersistence.h"
#include "structmember.h"
#include "structmember.h"
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/cPickleCache.c
View file @
95dd955b
...
@@ -90,7 +90,7 @@ process must skip such objects, rather than deactivating them.
...
@@ -90,7 +90,7 @@ process must skip such objects, rather than deactivating them.
static
char
cPickleCache_doc_string
[]
=
static
char
cPickleCache_doc_string
[]
=
"Defines the PickleCache used by ZODB Connection objects.
\n
"
"Defines the PickleCache used by ZODB Connection objects.
\n
"
"
\n
"
"
\n
"
"$Id
: cPickleCache.c,v 1.92 2004/03/13 07:48:12 jeremy Exp
$
\n
"
;
"$Id$
\n
"
;
#define DONT_USE_CPERSISTENCECAPI
#define DONT_USE_CPERSISTENCECAPI
#include "cPersistence.h"
#include "cPersistence.h"
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/dict.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Python implementation of persistent container type
"""Python implementation of persistent container type
$Id
: dict.py,v 1.2 2004/02/19 02:59:30 jeremy Exp
$
$Id$
"""
"""
import
persistent
import
persistent
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/interfaces.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Persistence Interfaces
"""Persistence Interfaces
$Id
: interfaces.py,v 1.4 2004/04/19 21:19:09 tim_one Exp
$
$Id$
"""
"""
try
:
try
:
from
zope.interface
import
Interface
from
zope.interface
import
Interface
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/list.py
View file @
95dd955b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
"""Python implementation of persistent list.
"""Python implementation of persistent list.
$Id
: list.py,v 1.7 2004/02/19 18:13:35 jeremy Exp
$"""
$Id$"""
import
persistent
import
persistent
from
UserList
import
UserList
from
UserList
import
UserList
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/mapping.py
View file @
95dd955b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
"""Python implementation of persistent base types
"""Python implementation of persistent base types
$Id
: mapping.py,v 1.22 2003/11/28 16:44:55 jim Exp
$"""
$Id$"""
import
persistent
import
persistent
from
UserDict
import
UserDict
from
UserDict
import
UserDict
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/ring.c
View file @
95dd955b
...
@@ -12,7 +12,7 @@
...
@@ -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.
/* Support routines for the doubly-linked list of cached objects.
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/tests/test_PickleCache.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Unit tests for PickleCache
"""Unit tests for PickleCache
$Id
: test_PickleCache.py,v 1.2 2004/02/19 02:59:32 jeremy Exp
$
$Id$
"""
"""
class
DummyConnection
:
class
DummyConnection
:
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/tests/test_overriding_attrs.py
View file @
95dd955b
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
This module tests and documents, through example, overriding attribute
This module tests and documents, through example, overriding attribute
access methods.
access methods.
$Id
: test_overriding_attrs.py,v 1.7 2004/04/19 21:19:10 tim_one Exp
$
$Id$
"""
"""
from
persistent
import
Persistent
from
persistent
import
Persistent
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/tests/test_pickle.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Basic pickling tests
"""Basic pickling tests
$Id
: test_pickle.py,v 1.6 2004/04/19 21:19:10 tim_one Exp
$
$Id$
"""
"""
from
persistent
import
Persistent
from
persistent
import
Persistent
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/tests/test_wref.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""XXX short summary goes here.
"""XXX short summary goes here.
$Id
: test_wref.py,v 1.2 2004/02/19 02:59:32 jeremy Exp
$
$Id$
"""
"""
import
unittest
import
unittest
from
doctest
import
DocTestSuite
from
doctest
import
DocTestSuite
...
...
This diff is collapsed.
Click to expand it.
trunk/src/persistent/wref.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""ZODB-based persistent weakrefs
"""ZODB-based persistent weakrefs
$Id
: wref.py,v 1.3 2004/04/19 21:19:09 tim_one Exp
$
$Id$
"""
"""
from
persistent
import
Persistent
from
persistent
import
Persistent
...
...
This diff is collapsed.
Click to expand it.
trunk/src/scripts/zeoserverlog.py
View file @
95dd955b
...
@@ -141,7 +141,7 @@ Commands:
...
@@ -141,7 +141,7 @@ Commands:
- wall time to verify
- wall time to verify
- average miliseconds to verify per object.
- 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
import
datetime
,
sys
,
re
,
os
...
...
This diff is collapsed.
Click to expand it.
trunk/src/scripts/zodbload.py
View file @
95dd955b
...
@@ -89,7 +89,7 @@ Usage: loadmail2 [options]
...
@@ -89,7 +89,7 @@ Usage: loadmail2 [options]
Specify the mailbox for getting input data.
Specify the mailbox for getting input data.
$Id
: zodbload.py,v 1.7 2004/04/16 16:00:56 jeremy Exp
$
$Id$
"""
"""
import
mailbox
import
mailbox
...
...
This diff is collapsed.
Click to expand it.
trunk/src/transaction/interfaces.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Transaction Interfaces
"""Transaction Interfaces
$Id
: interfaces.py,v 1.8 2004/04/19 21:19:10 tim_one Exp
$
$Id$
"""
"""
try
:
try
:
from
zope.interface
import
Interface
from
zope.interface
import
Interface
...
...
This diff is collapsed.
Click to expand it.
trunk/src/transaction/tests/test_SampleDataManager.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Sample objects for use in tests
"""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
):
class
DataManager
(
object
):
...
...
This diff is collapsed.
Click to expand it.
trunk/src/transaction/tests/test_transaction.py
View file @
95dd955b
...
@@ -36,7 +36,7 @@ TODO
...
@@ -36,7 +36,7 @@ TODO
add in tests for objects which are modified multiple times,
add in tests for objects which are modified multiple times,
for example an object that gets modified in multiple sub txns.
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
import
unittest
...
...
This diff is collapsed.
Click to expand it.
trunk/src/transaction/tests/test_util.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Test transaction utilities
"""Test transaction utilities
$Id
: test_util.py,v 1.2 2004/02/20 16:56:58 fdrake Exp
$
$Id$
"""
"""
import
unittest
import
unittest
from
doctest
import
DocTestSuite
from
doctest
import
DocTestSuite
...
...
This diff is collapsed.
Click to expand it.
trunk/src/transaction/util.py
View file @
95dd955b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
"""Utility classes or functions
"""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
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