- 07 Apr, 2001 1 commit
-
-
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 13 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.)
-
Jeremy Hylton authored
Add parens (and reflow long line). Add module doc string. Remove PyErr_Occurred() test at end of module init.
-
Jeremy Hylton authored
Add braces and func decl as prototype.
-
Jeremy Hylton authored
add parens and module doc string
-
Jeremy Hylton authored
cPeristence.h: remove unused #define remove decl of cPersistenceCAPI from header and put in cPersistence.c cPersistence.c: remove several unused functions and decls update K&R style func decls make func decls prototypes when needed add module doc string Remove PyErr_Occurred() check from the end of the module, following current best practice for Python.
-
Jeremy Hylton authored
- remove %lf printf format; l can't modify %f - remove unused functions and macros - make sure decls of prototype-less functions are also valid prototypes Add the $Id:$ to the doc string
-
Jim Fulton authored
-
Jim Fulton authored
-
- 27 Mar, 2001 6 commits
-
-
Ken Manheimer authored
-
Jim Fulton authored
-
Jim Fulton authored
ZServer. ZServer is no longer necessary at all. Fixed a race condition in __call__. If an exception raised on the server which could not be unpickled on the client could cause the client connection to fail.
-
Jim Fulton authored
ZServer. ZServer is no longer necessary at all.
-
Jim Fulton authored
- It is no longer necessary to symbolically link cPickle or ZServer. ZServer is no longer necessary at all.
-
Jim Fulton authored
- It is no longer necessary to symbolically link cPickle or ZServer. ZServer is no longer necessary at all. - A Zope-style INSTANCE_HOME and var directory are no longer needed. - If ZServer *is* available, the medusa monitor server can be used in the storage server. - An option, -d, was added to facilitate generation of a detailed debug log while running in the background.
-