[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Adjust externals to released versions

2008-10-26 Thread Sidnei da Silva
Log message for revision 92593: - Adjust externals to released versions Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Got publisher and publication backwards

2008-10-26 Thread Sidnei da Silva
Log message for revision 92594: - Got publisher and publication backwards Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/patches.py - Since it's fixed after 2.4.5, no reason to apply the patch otherwise

2008-10-26 Thread Sidnei da Silva
Log message for revision 92595: - Since it's fixed after 2.4.5, no reason to apply the patch otherwise Changed: U Zope/trunk/lib/python/Products/PythonScripts/patches.py -=- Modified: Zope/trunk/lib/python/Products/PythonScripts/patches.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py removed unused local variable

2008-10-26 Thread Andreas Jung
Log message for revision 92596: removed unused local variable Changed: U Zope/trunk/lib/python/Products/ZCatalog/Catalog.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalog/Catalog.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ - Revert to an older zope.testing. New one is way too new

2008-10-26 Thread Sidnei da Silva
Log message for revision 92597: - Revert to an older zope.testing. New one is way too new Changed: _U Zope/trunk/lib/python/zope/ -=- Property changes on: Zope/trunk/lib/python/zope ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Newer zope.app.appsetup

2008-10-26 Thread Sidnei da Silva
Log message for revision 92598: - Newer zope.app.appsetup Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/HTTPServer.py - Make it work with Python 2.4 too

2008-10-26 Thread Sidnei da Silva
Log message for revision 92607: - Make it work with Python 2.4 too Changed: U Zope/trunk/lib/python/ZServer/HTTPServer.py -=- Modified: Zope/trunk/lib/python/ZServer/HTTPServer.py === ---

[Zope-dev] Zope Tests: 5 Failed

2008-10-26 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sat Oct 25 12:00:00 2008 UTC to Sun Oct 26 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Test failures - Subject: FAILED (failures=1) : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Sat Oct 25 20:59:16 EDT 2008

Re: [Zope-dev] SVN: Zope/trunk/lib/python/zope/ - Revert to an older zope.testing. New one is way too new

2008-10-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sidnei da Silva wrote: Log message for revision 92597: - Revert to an older zope.testing. New one is way too new Before: testing svn://svn.zope.org/repos/main/zope.testing/tags/3.5.3/src/zope/testing After: testing

[Zope-dev] Proposal: Make Zope2 smaller

2008-10-26 Thread Hanno Schlichting
Hi. I'd like to get feedback on an idea I had recently. Problem Zope2 currently includes large parts of Zope 3. Not all of the zope.* and zope.app.* packages are maintained or are in use. Still Zope 2 includes large amounts of them and thus implicitly advertises them to be used. In addition

Re: [Zope-dev] Proposal: Make Zope2 smaller

2008-10-26 Thread Andreas Jung
On 26.10.2008 16:37 Uhr, Hanno Schlichting wrote: Implementation This is not yet implemented but should be quite easy. Figuring out the exact packages which are required by Zope 2 is to be done. General +1 on getting rid of the dependencies which are actually no dependencies. However I

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-26 Thread Andreas Jung
On 26.10.2008 18:43 Uhr, Roché Compaan wrote: On Sat, 2008-10-25 at 09:20 +0200, Hedley Roos wrote: I suspect specific indexes are just performing suboptimally and needs to be improved. ExtendPathIndex in Plone seems to be one of them. Path indexes and fulltext indexes have a much more

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-26 Thread Fabio Rizzo Matos
Hi Roché, I can see your funkload profile? On Sun, Oct 26, 2008 at 3:43 PM, Roché Compaan [EMAIL PROTECTED]wrote: On Sat, 2008-10-25 at 09:20 +0200, Hedley Roos wrote: Have you measures the time needs for some standard ZCatalog queries used with a Plone site with the communication

Re: [Zope-dev] Proposal: Make Zope2 smaller

2008-10-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hanno Schlichting wrote: Hi. I'd like to get feedback on an idea I had recently. Problem Zope2 currently includes large parts of Zope 3. Not all of the zope.* and zope.app.* packages are maintained or are in use. Still Zope 2 includes

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-26 Thread Roché Compaan
Hi Fabio The funkload tests were project specific. I plan to write up my findings and to do benchmarks on a standard Plone instance and blog about it. This will unfortunately have to wait since I'm on holiday this week :-) -- Roché Compaan Upfront Systems

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-26 Thread Roché Compaan
On Sun, 2008-10-26 at 18:50 +0100, Andreas Jung wrote: On 26.10.2008 18:43 Uhr, Roché Compaan wrote: On Sat, 2008-10-25 at 09:20 +0200, Hedley Roos wrote: I suspect specific indexes are just performing suboptimally and needs to be improved. ExtendPathIndex in Plone seems to be one of

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roché Compaan wrote: On Sat, 2008-10-25 at 09:20 +0200, Hedley Roos wrote: Have you measures the time needs for some standard ZCatalog queries used with a Plone site with the communication overhead with memcached? Generally spoken: I think the

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-26 Thread Fabio Rizzo Matos
Very Nice. Have a nice holiday :-) On Sun, Oct 26, 2008 at 3:58 PM, Roché Compaan [EMAIL PROTECTED]wrote: Hi Fabio The funkload tests were project specific. I plan to write up my findings and to do benchmarks on a standard Plone instance and blog about it. This will unfortunately have to

[Zope-dev] New zope.interface release

2008-10-26 Thread Hanno Schlichting
Hi, I just released a new zope.interface 3.5.0 to be found at http://pypi.python.org/pypi/zope.interface I uploaded a zipped source distribution and (as we have C extensions) Windows installers for Python 2.4, 2.5 and 2.6. Please contact me, if you find problems with it. Hanno

Re: [Zope-dev] ZCatalog caching with memcached

2008-10-26 Thread Andreas Jung
On 26.10.2008 19:05 Uhr, Roché Compaan wrote: On Sun, 2008-10-26 at 18:50 +0100, Andreas Jung wrote: On 26.10.2008 18:43 Uhr, Roché Compaan wrote: On Sat, 2008-10-25 at 09:20 +0200, Hedley Roos wrote: I suspect specific indexes are just performing suboptimally and needs to be improved.

Re: [Zope-dev] New zope.interface release

2008-10-26 Thread Hanno Schlichting
Hanno Schlichting wrote: I just released a new zope.interface 3.5.0 to be found at http://pypi.python.org/pypi/zope.interface I uploaded a zipped source distribution and (as we have C extensions) Windows installers for Python 2.4, 2.5 and 2.6. Spotting my own mistake, I uploaded binary eggs

Re: [Zope-dev] Proposal: Make Zope2 smaller

2008-10-26 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 26, 2008, at 16:37 , Hanno Schlichting wrote: I'd like to change the egg distribution alone and introduce one setuptools extra to it. The old tarball distribution would stay the same. The standard Zope2 egg install would only include

Re: [Zope] Convertion to named character entities

2008-10-26 Thread Andreas Jung
On 26.10.2008 15:10 Uhr, Jakob Schou Jensen wrote: Is there any way to convert special characters in a string to named character entities? The string is obtained from a form field. Look at the htmlentitydefs module of Python. -aj begin:vcard fn:Andreas Jung n:Jung;Andreas org:ZOPYX Ltd.

[Zope] Iowa Python User's Group Meeting (November 3rd)

2008-10-26 Thread Mike Driscoll
Hi, The next Iowa Python Users Group (AKA Pyowa) is nearly upon us. We will be meeting November 3rd, from 7-9 p.m. at the following location: Marshall County Sheriff's Office 2369 Jessup Ave Marshalltown, IA 50158 At this meeting, we will be having a Crash Course of sorts for all the new