- 02 Jan, 2004 8 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
The last tid is already set as a result of the invalidate() calls made in _update_cache().
-
Fred Drake authored
-
Tim Peters authored
previous one" check fails. Surprise! The test was using tid < self.tid, not <=, so it can't be the case that the test was failing because the new tid was equal to the last one. Changed the test to use <=. Maybe that's not a good change, but, if not, then the error message is wrong <wink>.
-
Fred Drake authored
-
Fred Drake authored
<import>
-
Fred Drake authored
-
Fred Drake authored
-
- 01 Jan, 2004 1 commit
-
-
Fred Drake authored
-
- 31 Dec, 2003 4 commits
-
-
Jeremy Hylton authored
Connection initialized _map as a dict containing a single entry mapping the connection's fileno to the connection. That was a misuse of the _map variable, which is also used by the asyncore.dispatcher base class to indicate whether the dispatcher users the default socket_map or a custom socket_map. A recent change to asyncore caused it to use _map in its add_channel() and del_channel() methods, which presumes to be a bug fix (may get ported to 2.3). That causes our dubious use of _map to be a problem, because we also put the Connections in the global socket_map. The new asyncore won't remove it from the global socket map, because it has a custom _map. Also change a bunch of 0/1s to False/Trues.
-
Fred Drake authored
applications to know less about how this is implemented
-
Fred Drake authored
-
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!
-