Re: [ZODB-Dev] Decouple persistence, database, and cache

2006-10-07 Thread Dmitry Vasiliev
= None, persistent.ChangedState = True, persistent.SavedState = False, persistent.ReadState = False)? -- Dmitry Vasiliev (dima at hlabs.spb.ru) http://hlabs.spb.ru ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis

Re: [ZODB-Dev] We need to pay down debt

2006-10-06 Thread Dmitry Vasiliev
Jim Fulton wrote: Dmitry Vasiliev wrote: Jim Fulton wrote: Thoughts? Is anyone willing to help out? Anybody interested in a ZODB Doc Day? I'll ready to help with the docs. I guess we'll can made some minor API/code cleanup at the same time. But I think ZODB Doc Days is unnecessary

Re: [ZODB-Dev] Heads-up: Test failure on trunk/Python 2.4.2/OS X

2005-12-14 Thread Dmitry Vasiliev
Tim Peters wrote: [Dmitry Vasiliev] Oops, my bad. I couldn't imagine that misspelled text could been used in any doctests so I had omitted the testing phase because I was in some hurry. :-( And unfortunately I was far from any computers for past few days. Thanks for following up -- I

Re: [ZODB-Dev] Heads-up: Test failure on trunk/Python 2.4.2/OS X

2005-12-13 Thread Dmitry Vasiliev
used in any doctests so I had omitted the testing phase because I was in some hurry. :-( And unfortunately I was far from any computers for past few days. Thanks for the fix! -- Dmitry Vasiliev (dima at hlabs.spb.ru) http://hlabs.spb.ru ___ For more

Re: [ZODB-Dev] BTrees and setdefault

2005-08-31 Thread Dmitry Vasiliev
Tim Peters wrote: [Dmitry Vasiliev] Since then I've changed my mind and almost haven't used setdefault(). So now I'm only +0 on the idea. :-) I think pop() is even more useful than setdefault(), I've planned to use it for some persistent queue implementation (based on BTrees). So if setdefault

Re: [ZODB-Dev] BTrees and setdefault

2005-08-29 Thread Dmitry Vasiliev
this excercise on the branch. [Dmitry Vasiliev] See: http://mail.zope.org/pipermail/zodb-dev/2004-September/008034.html http://mail.zope.org/pipermail/zodb-dev/2004-October/008040.html Dmitry, it's nearly a year since you first suggested this. Have you missed these methods in practice (i.e., do