- 11 Apr, 2001 4 commits
-
-
Barry Warsaw authored
unittest.TestCase. It also provides the setUp(), _close(), and tearDown() methods, as well as the _dostore() convenience method.
-
Barry Warsaw authored
_dostore(), setUp(), _close(), tearDown(): Moved out of this class and into StorageTestBase.
-
Jim Fulton authored
-
Jim Fulton authored
Removed some log-ago-commented-out code. Added some doc strings. Added a bunch of not-yet-enabled (because not yet fully working) transactional undo code.
-
- 10 Apr, 2001 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
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)
-