- 31 Dec, 2003 1 commit
-
-
Jeremy Hylton authored
The comment indicated that end could be None, and I've fleshed out the comment with more detail.
-
- 30 Dec, 2003 5 commits
-
-
Jeremy Hylton authored
Move setLastTid() call into block where lock is held.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Remove some unnecessary pack() calls.
-
Jeremy Hylton authored
-
- 29 Dec, 2003 9 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
abnormalization.
-
Tim Peters authored
-
Tim Peters authored
rather than as a (probably) unprintable character.
-
Barry Warsaw authored
improve the code coverage for loadBefore() in the BDBFullStorage.
-
Tim Peters authored
-
Fred Drake authored
extension
-
Fred Drake authored
-
Fred Drake authored
-
- 27 Dec, 2003 1 commit
-
-
Sidnei da Silva authored
-
- 26 Dec, 2003 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
This eliminates a bunch of checks that weren't exercised by the test suite. Not sure if they were superstition or not, but I'm willing to risk it.
-
Jeremy Hylton authored
-
- 25 Dec, 2003 1 commit
-
-
Tim Peters authored
with Python's newer iteration and __contains__ protocols; optional Boolean args to exclude endpoints on range searches).
-
- 24 Dec, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 23 Dec, 2003 2 commits
-
-
Jeremy Hylton authored
-
Christian Robottom authored
Adding a simple test for the zeopasswd script. Modifies zeopasswd.main() slightly to accept a Database class; this is used only because auth_plaintext isn't an "officially supported" authentication protocol.
-
- 22 Dec, 2003 1 commit
-
-
Christian Robottom authored
consistency's sake, since we use a 0 for the state flag as well)
-
- 19 Dec, 2003 3 commits
-
-
Christian Robottom authored
-
Christian Robottom authored
-
Christian Robottom authored
authentication database details via commandline parameters (in lieu of the default ZConfig). Also fixed some minor bugs -- missing import, missing realm, etc. For no extra charge did some usage cleanups and added a check to Database to make sure the realm is consistent.
-
- 18 Dec, 2003 1 commit
-
-
Christian Robottom authored
the checkin!
-
- 17 Dec, 2003 1 commit
-
-
Jeremy Hylton authored
The presence or absence of a mac bit is really part of the persistent state of SizedMessageAsyncConnection. If state is True when handle_read() is entered, we get into the code to check the mac and process the message without testing whether a mac is present. I wish there was a test for this, but the code it's very difficult to setup a test that calls handle_read() in just the right state. A good project, but not one I'm up for now.
-
- 15 Dec, 2003 5 commits
-
-
Jim Fulton authored
ancient pickles refering to BoboPOS. Waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
-
Jim Fulton authored
Got rid of the list class.
-
Jim Fulton authored
-
Jim Fulton authored
Added code to support old pickles. This error was causing attribute errors on 'data'.
-
Jim Fulton authored
If you want a persistent list, use persistent.list
-
- 11 Dec, 2003 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Apparent fix for the bug Sidnei reported today. He didn't have a simple test case, rather reported that starting Zope with Formulator caused a crash. I think this will fix the problem. We had to do the same thing in Python code in ZODB4, but weren't worrying about performance there.
-
- 10 Dec, 2003 1 commit
-
-
Shane Hathaway authored
- Renamed updateCodeTimestamp() to resetCaches(). - Added a test of resetCaches(). - Removed a spurious comment about chaining connections together.
-
- 08 Dec, 2003 1 commit
-
-
Jeremy Hylton authored
Patch from Dieter Maurer.
-
- 28 Nov, 2003 1 commit
-
-
Jim Fulton authored
-
- 26 Nov, 2003 1 commit
-
-
Phillip J. Eby authored
attribute was added in ZConfig 2.0, but I forgot to document it here. :(
-