- 19 Nov, 2002 1 commit
-
-
Guido van Rossum authored
seems to work.
-
- 18 Nov, 2002 8 commits
-
-
Jeremy Hylton authored
XXX Not sure if berkeley still works.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Put a MinPO in the root, so that we don't actually modify the root. Print the elapsed time for zeoup to run.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Indentation of the 2nd line is a lose, because the 2nd line can be long. Instead put a blank line after a record.
-
Jeremy Hylton authored
Add fstools module with simple utilities for jumping around in a Data.fs.
-
Jeremy Hylton authored
-
- 15 Nov, 2002 3 commits
-
-
Barry Warsaw authored
storage and creates a new one. We need this here so Berkeley storage tests can do something different.
-
Barry Warsaw authored
zodb3-release branch.
-
Barry Warsaw authored
ZODB3-restore-debug branch, and genericized, which checks for proper backpointers when recovering undos w/ commit and abort versions.
-
- 13 Nov, 2002 4 commits
-
-
Jeremy Hylton authored
-
Guido van Rossum authored
-
Toby Dickenson authored
-
Toby Dickenson authored
Merged toby-extension-method-branch - ZEO now asks its storages if there are extra methods that should be proxied by the ClientStorage. This is useful for storages which have features not covered by the standard storage API
-
- 12 Nov, 2002 2 commits
-
-
Barry Warsaw authored
-
Guido van Rossum authored
socket errors from the recv() call and return early in that case.
-
- 07 Nov, 2002 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
sure to state the "container" attribute is optional.
-
Fred Drake authored
-
Fred Drake authored
considered "complete".
-
Fred Drake authored
pointed out, interpolation is a bad name for this, since it implies something different.
-
- 05 Nov, 2002 7 commits
-
-
Barry Warsaw authored
interesting root reachability properties.
-
Jeremy Hylton authored
and eliminate default argument hack.
-
Jeremy Hylton authored
Remove useless register_subsystem() calls. Define PackError instead of raising string exception. Remove unused _stuff argument from load(). Remove unused tid argument from _txn_undo_write(). Replace seek() and unused read()s with single read(). Remove unused local variables.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Also, add sanity checks in _getVersion() and _getSerial().
-
Guido van Rossum authored
log: Fix an old bug in poll(). When a signal is handled while we're blocked in select(), this will raise select.error with errno set to EINTR. The except clauses correctly ignores this error, but the rest of the logic will then call read() for all objects in select's *input* list of read file descriptors. Then when an object's read_handler() is naive, it will call recv() on its socket, which will raise an IOError, and then asyncore decides to close the socket. To fix this, we simply return in this case. Rather than incorporating a fixed copy of asyncore.py in Zope2 and ZODB3, I'm incorporating a fixed copy of just asyncore.poll() in this file, since we already have a copy of asyncore.loop() here.
-
Guido van Rossum authored
-
- 04 Nov, 2002 4 commits
-
-
Jeremy Hylton authored
It looks like a bogus file position (0) was getting passed to _getVersion(), which was returning random data for the version. XXX Need to review this patch carefully to see why the problem was never noticed before. Need to add a GB unit test.
-
Guido van Rossum authored
(__init__.py still makes format_exception available; is this needed?)
-
Guido van Rossum authored
being hashed out on the ZODB3-deadlock-debug-branch, so there's no need to let the trunk test suite keep failing.
-
Jeremy Hylton authored
There are some cases, can't recall exactly what they are, where a single ref is returned instead of a ref, class info tuple.
-
- 01 Nov, 2002 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 31 Oct, 2002 2 commits
-
-
Guido van Rossum authored
must've used this to disable the exception handling temporarily to debug the exception formatting machinery, and forgotten to re-enable it before checking in. Unfortunately, this made it into the ZODB 3.1 release, making this a 3.1.1 backport candidate.
-
Guido van Rossum authored
config parameters at once. Add (commented-out) print statements showing progress.
-
- 30 Oct, 2002 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Added a new test: checkMultiStorageTransaction(). This tests for the deadlocks that we've seen when multiple appservers do transactions involving multiple ZEO 2.0 storages. It also nicely tests the timeout feature that Jeremy added to StorageServer. WARNING: with the current ZEO code, this occasionally hangs. That's the point of this test. :-)
-