- 06 Dec, 2002 9 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
checkTransactionExtensionFromIterator(): New test which BDBFullStorage was failing because it wasn't unpickling the transaction extension data.
-
Barry Warsaw authored
-
Jeremy Hylton authored
Oops. The code for BTrees-based indexing was done on a branch, which was later merged into another branch, which was later merged to the trunk. Somewhere along the way the change that actually enabled the new index was lost.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Almost entirely concerned with adding ZPL blocks.
-
- 05 Dec, 2002 9 commits
-
-
Jeremy Hylton authored
The timeout is necessary because in some cases a non-blocking connect while neither succeed nor fail. It is unacceptable to simply get stuck forever in this code, because it is run at least once inside the ClientStorage constructor. Set the first timeout to a fairly low number -- 5 seconds -- so that a ClientStorage(wait=0) call does not take a inordinate length of time. Then set the default to a longer number -- 75 seconds, which is typical timeout for a blocking connect() call. This change fixes the hang in testZEOStorage from testStorageConfig. XXX Need to get Guido to review the changes.
-
Fred Drake authored
-
Fred Drake authored
checkin.
-
Fred Drake authored
really not reusable, so should be considered an implementation detail.
-
Fred Drake authored
- Define exceptions in the "Exceptions" module. - Expose all the exceptions in the ZConfig package directly.
-
Fred Drake authored
the end of the \modulesynopsis blurbs.
-
Fred Drake authored
only used once within the ZConfig package.
-
Fred Drake authored
exception specific to ZConfig is a specialization of ConfigurationError.
-
Fred Drake authored
by '$' or a name, raise an exception. (Previously this used '' for the replacement text.)
-
- 04 Dec, 2002 9 commits
-
-
Fred Drake authored
refactoring.
-
Jeremy Hylton authored
-
Fred Drake authored
useful now that %define and substitution is built into the basic handling of the configuration files.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Further documentation is needed.
-
Fred Drake authored
-
Toby Dickenson authored
-
- 03 Dec, 2002 8 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Log message on platforms where file-locking isn't supported.
-
Jeremy Hylton authored
adding Dumper class to ZODB4.
-
Jeremy Hylton authored
Use 0/1 instead of True/False, since none of the other code uses True/False.
-
Jeremy Hylton authored
There are few differences between the two files, except for necessary differences because of API changes. This change involves backporting the new UndoError style from ZODB4.
-
Fred Drake authored
- Update signature for the Context.parse() method - Fix some broken markup
-
Jeremy Hylton authored
-
Fred Drake authored
-
- 02 Dec, 2002 5 commits
-
-
Jeremy Hylton authored
And whitespace normalization.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-