- 23 Dec, 2003 1 commit
-
-
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. :(
-
- 24 Nov, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 19 Nov, 2003 2 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Bug fix candidate. XXX Each record encodes the length of its oid. Is it really possible to have variable-length oids? There's a high space cost for the oid length, which is always 8 for the standard storage.
-
- 18 Nov, 2003 1 commit
-
-
Tres Seaver authored
-
- 14 Nov, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 12 Nov, 2003 2 commits
-
-
Jeremy Hylton authored
Also add docstring, copyright notice.
-
Jeremy Hylton authored
-
- 06 Nov, 2003 1 commit
-
-
Chris McDonough authored
-
- 03 Nov, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 31 Oct, 2003 1 commit
-
-
Chris McDonough authored
Add <warnfilter> section, which allows you to configure Python warning filters in zope.conf. Useful for suppressing the USELESS DeprecationWarnings that emanate from TALGenerator wrt i18n.
-
- 29 Oct, 2003 1 commit
-
-
Jeremy Hylton authored
XXX thought I already checked this in.
-
- 28 Oct, 2003 1 commit
-
-
Jim Fulton authored
zope33_devel branch at this time.
-
- 27 Oct, 2003 1 commit
-
-
Fred Drake authored
-
- 24 Oct, 2003 2 commits
-
-
Fred Drake authored
configuration file can be used for both the runzeo and zeoctl scripts. This makes it easier to keep all the configuration needed to support the ZEO server process in a single file. For more explanation of the changes, see http://zope.org/Members/fdrake/WikiBlog/ZEOServerConfiguration
-
Jeremy Hylton authored
-
- 16 Oct, 2003 1 commit
-
-
Jeremy Hylton authored
The file used to be called runsvr, but was changed. Change the label to RUNZEO to match the name of the file. Add the process ID to distinguish different processes when tests are running.
-
- 15 Oct, 2003 2 commits
-
-
Tim Peters authored
-
Jeremy Hylton authored
It looks like Connection refused errors in the test suite are the result of a server taking a long time to get started -- usually when the BDBStorage takes a long time to create.
-
- 14 Oct, 2003 4 commits
-
-
Tim Peters authored
-
Tim Peters authored
transaction, not the position of the first record.
-
Jeremy Hylton authored
Not sure why this happens.
-
Jeremy Hylton authored
If you grep for just the Trans lines, it's probably more useful to have the size than the offset. Maybe.
-