- 10 Apr, 2001 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 09 Apr, 2001 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
- 07 Apr, 2001 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jeremy Hylton authored
to a directory other than the ZEO package directory.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
that allow start.py to recover. Thanks for Chris Withers for reminding about this.
-
- 05 Apr, 2001 3 commits
-
-
Jim Fulton authored
rely on the ZEO __init__, which relies on fap, to sort things out.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Apr, 2001 1 commit
-
-
Jeremy Hylton authored
-
- 03 Apr, 2001 2 commits
-
-
Barry Warsaw authored
Minimal BSDDB storage which does not override abortVersion() and commitVersion()). commitVersion() can't be an alias for abortVersion() because it takes a different number of arguments. Provide a simple implementation. Changed "from POSException import UndoError" to "import POSException" and use POSException.UndoError in undo(). This is because abortVersion() and commitVersion() also reference exceptions in the POSException module. Aside: fix __version__ extraction from $Revision$ to be portable in the face of "cvs co -kv".
-
Jim Fulton authored
-
- 02 Apr, 2001 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Chris McDonough authored
-
- 01 Apr, 2001 4 commits
-
-
Jim Fulton authored
ever) accessed logic).
-
Jim Fulton authored
Windows.
-
Jim Fulton authored
- Commented the Wakeup calls. - Fixed a bug in the reconnection logic that caused the dispatcher to get reinitialized incorrectly when a main loop was active. This could cause a client to seem to hang on occasions.
-
Jim Fulton authored
location of the start.py script (when it is used).
-
- 30 Mar, 2001 2 commits
-
-
Jim Fulton authored
-
- 29 Mar, 2001 1 commit
-
-
Jeremy Hylton authored
(Previous code generates warning with Py 2.1)
-
- 28 Mar, 2001 6 commits
-
-
Ken Manheimer authored
call: 'func(*args)' to old, python1.5.2: 'apply(func, args)'. (When working on pre-zope2.4 code, you should avoid developing in an environemnt where python2 is the default python...)
-
Jim Fulton authored
resolution has taken place to use an equality, rather than an identity test. This was necessary because identity doesn't really work over a ZEO connection (although it could, in the future).
-
Jim Fulton authored
-
Jim Fulton authored
cPersistence.c to avoid compiler warnings in cPickleCache and coptimizations.
-
Jim Fulton authored
persistent base classes (e.g. BTrees.) Also added error checking for code that performs initialization of some global string objects.
-
Jim Fulton authored
persistent base classes (e.g. BTrees.)
-