- 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 9 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.
-
Jim Fulton authored
-
Jim Fulton authored
for types. The question is, do we even need Overridable any more?
-
Jim Fulton authored
on some platforms. Added Python wrapper modules to preserve official names.
-
- 21 Mar, 2001 2 commits
-
-
Jim Fulton authored
which will help new storage writers. Creating the reference list when one isn't passed is a bonus.
-
Jim Fulton authored
compilers.
-
- 20 Mar, 2001 2 commits
-
-
Jim Fulton authored
they are used. This is important to keep used data structures in memory when the ZODB garbage collector is busy. Added Id strings.
-
Jim Fulton authored
numbers.
-
- 17 Mar, 2001 1 commit
-
-
Jim Fulton authored
in Catalog when a sort-index is used. Waaaa.
-
- 15 Mar, 2001 2 commits
-
-
Jim Fulton authored
- 26 Feb, 2001 1 commit
-
- 24 Feb, 2001 1 commit
-
-
Jim Fulton authored
-
- 23 Feb, 2001 2 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
-