Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-18 Thread Marius Gedminas
On Thu, Sep 18, 2008 at 12:42:33AM +0200, Philipp von Weitershausen wrote: Marius Gedminas wrote: On Wed, Sep 17, 2008 at 12:52:49PM -0400, Tres Seaver wrote: $ ../bin/python setup.py test # [2] # Runs egg_info, installs regular and testing dependencies, and # runs all unit

Re: [Zope-dev] zope.sqlalchemy locks up transaction

2008-09-18 Thread Brian Sutherland
On Thu, Sep 18, 2008 at 07:08:56AM +0200, Dieter Maurer wrote: Brian Sutherland wrote at 2008-9-17 12:33 +0200: On Tue, Sep 16, 2008 at 02:01:07PM +0100, Laurence Rowe wrote: Brian Sutherland wrote: Hi, I've recently seen a situation where zope.sqlalchemy locked up the transaction

[Zope-dev] Zope Tests: 2 OK, 3 Failed

2008-09-18 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Sep 17 11:00:00 2008 UTC to Thu Sep 18 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Test failures - Subject: FAILED (failures=1) : Zope-2.10 Python-2.4.4 : Linux From: Zope Tests Date: Wed Sep 17 20:54:36 EDT

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marius Gedminas wrote: On Thu, Sep 18, 2008 at 12:42:33AM +0200, Philipp von Weitershausen wrote: Marius Gedminas wrote: On Wed, Sep 17, 2008 at 12:52:49PM -0400, Tres Seaver wrote: $ ../bin/python setup.py test # [2] # Runs egg_info,

Re: [Zope-dev] zc.dict.OrderedDict efficiency

2008-09-18 Thread Benji York
On Thu, Sep 18, 2008 at 3:52 PM, Thomas Lotze [EMAIL PROTECTED] wrote: The documentation of OrderedDict from zc.dict 1.2.1 states that the current implementation is inefficient for large collections because it uses a PersistentList to store the order. It also says that a BList which would be

[Zope-dev] z3c.dav issues

2008-09-18 Thread Jayarajan Jn
Hi friends, i am doing some prototypes to try webDAV with zope3. I am using z3c.extfile to store files. I tried the zope.app.dav that is coming along with z3 distribution. it works fine for zope.app.file and zope.app.folder. it partialy works with z3c.extfile too. ie, i can download extfiles