Zope-Dev
Threads by month
- ----- 2026 -----
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
March 2011
- 41 participants
- 57 discussions
Hi,
we are upgrading a customers project from Zope 2.11.x to Zope 2.13.4.
In this project the expression type "provider" of zope.contenttype is used.
But loading the configure.zcml of zope.contentprovider fails with:
ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/tales', u'expressiontype')
I tracked this down to Zope2/App/exclude.zcml where the meta.zcml of the package zope.browserpage gets excluded.
Sadly this ZCML file defines the expressiontype directive.
What is the current way to use zope.contentprovider in a Zope2 environment?
I had the following idea to fix this issue:
* move the registration of the directive from meta.zcml into meta-expressiontype.zcml
* include meta-expressiontype.zcml of zope.browserpage
* include meta-expressiontype.zcml in our project to get around the exclusion of Zope2
Are there any better ideas?
Yours sincerely,
--
Michael Howitz · mh(a)gocept.com · software developer
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development
3
4
On Sat, Mar 26, 2011 at 15:18, Wolfgang Schnerring <ws(a)gocept.com> wrote:
Hi folks,
> An honest counter question: Why not use zope.testrunner? What
> advantages does py.test offer?
On the technical side, I don't know. But from my point of view, the
most important thing is the "social" side. I'm a bit tired to be
"compartmentalized" : you must use "generics" tools (Nose, WebOb,
Paster...) or Zope tools (Zope3, KGS, zope.testbrowser, zope.testing,
zc.buildout, z3c.testsetup...). Pyramid is the first step in the right
direction : the fusion of 3 communities (bfg, pylons, tg) with some
Zope ideas. Thanks so much Chris and Ben, for the first time in my
Python life, I see a fusion and not a fork. PSF said at last Pycon
"PSF is the Python foundation, not the CPython foundation" and offers
10k$ to PyPy.
Sincerely, you rock my word: Buildout, Zope2, Zope3, Doctest, you
created so many fantastic tools (I use Zope tools since 99), but now
it's time to see outside the Zope world and share ideas and tools.
Sorry for the noise, it's just a cry of my heart.
--
Sebastien Douche <sdouche(a)gmail.com>
Twitter: @sdouche (agile, lean, python, git, open source)
3
2
28 Mar '11
> http://svn.zope.org/repos/main/zope.browser/branches/publisher_definition/
>
> Changes have been rolled back accordingly.
> Cheers
>
> - Souheil
I'd love to se these changes being incorporated soon. They'll allow
cutting down on zope.publisher dependencies and therefor opening zope to
other frameworks.
-Matthias
2
1
Summary of messages to the zope-tests list.
Period Sun Mar 27 11:00:00 2011 UTC to Mon Mar 28 11:00:00 2011 UTC.
There were 90 messages: 8 from Zope Tests, 6 from buildbot at pov.lt, 23 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 45 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:12:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036349.html
Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:13:02 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036350.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:32:25 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036358.html
Subject: FAILED : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:27:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036377.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:27:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036378.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:27:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036379.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:27:54 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036380.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:28:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036381.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Sun Mar 27 21:01:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036395.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Sun Mar 27 21:21:30 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036397.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Sun Mar 27 21:28:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036398.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Sun Mar 27 21:49:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036399.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Sun Mar 27 22:29:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036405.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 22:42:34 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036406.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 23:33:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036407.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 14:48:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036328.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 14:49:27 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036329.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 14:50:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036330.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 14:52:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036331.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 14:53:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036332.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 14:57:30 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036333.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 14:59:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036334.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:00:16 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036335.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:05:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036336.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:11:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036337.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:15:27 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036338.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:16:45 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036339.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:21:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036340.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:26:38 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036341.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:28:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036342.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:31:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036343.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:41:13 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036344.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:49:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036345.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 15:56:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036346.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:05:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036347.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:12:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036348.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:14:38 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036351.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:16:24 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036352.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 16:17:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036353.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:17:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036354.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:24:49 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036356.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 16:24:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036355.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:32:20 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036357.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 16:32:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036359.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:37:55 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036360.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 16:40:03 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036361.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:43:46 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036362.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 16:47:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036363.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:49:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036364.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 16:55:23 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036365.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 16:56:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036366.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:03:24 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036367.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 17:09:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036368.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:11:01 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036369.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 17:12:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036370.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 17:14:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036371.html
Subject: OK : winbot / ztk_11 py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:16:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036372.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 17:17:13 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036373.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 17:19:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036374.html
Subject: OK : winbot / ztk_11 py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:21:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036375.html
Subject: OK : winbot / ztk_11 py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 17:27:04 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036376.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 17:35:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036382.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 17:51:07 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036383.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 18:06:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036384.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 18:19:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036385.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 18:22:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036386.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 18:32:17 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036387.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 18:44:54 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036388.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Mar 27 18:57:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036389.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 19:17:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036390.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sun Mar 27 19:45:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036391.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Mar 27 19:46:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036392.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Mar 27 19:47:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036393.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 20:11:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036394.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sun Mar 27 21:05:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036396.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sun Mar 27 22:00:17 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036400.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sun Mar 27 22:07:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036401.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Mar 27 22:07:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036402.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Mar 27 22:08:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036403.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Sun Mar 27 22:09:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036404.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Mon Mar 28 00:21:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036408.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Mon Mar 28 00:43:49 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036409.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Mar 28 01:12:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036410.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Mar 28 01:14:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036411.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Mar 28 01:16:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036412.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Mar 28 01:18:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036413.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Mar 28 01:20:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036414.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Mar 28 01:22:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036415.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Mar 28 01:24:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036416.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Mar 28 01:26:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036417.html
2
1
Re: [Zope-dev] SVN: Zope/trunk/ Adding support for ``IStreamIterator`` to WSGI publishing machinery.
by Tres Seaver 28 Mar '11
by Tres Seaver 28 Mar '11
28 Mar '11
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 03/26/2011 12:53 PM, Malthe Borch wrote:
> Log message for revision 121131:
> Adding support for ``IStreamIterator`` to WSGI publishing machinery.
>
> Changed:
> U Zope/trunk/doc/CHANGES.rst
> U Zope/trunk/src/ZPublisher/WSGIPublisher.py
> U Zope/trunk/src/ZPublisher/tests/test_WSGIPublisher.py
>
> -=-
> Modified: Zope/trunk/doc/CHANGES.rst
> ===================================================================
> --- Zope/trunk/doc/CHANGES.rst 2011-03-25 17:39:14 UTC (rev 121130)
> +++ Zope/trunk/doc/CHANGES.rst 2011-03-26 16:53:52 UTC (rev 121131)
> @@ -11,6 +11,10 @@
> Bugs Fixed
> ++++++++++
>
> +- Fix `WSGIResponse` and `publish_module` functions such that they
> + support the `IStreamIterator` interface in addition to `file` (as
> + supported by `ZServer.HTTPResponse`).
> +
> - Made sure getConfiguration().default_zpublisher_encoding is set correctly.
>
> - LP #713253: Prevent publication of acquired attributes, where the acquired
>
> Modified: Zope/trunk/src/ZPublisher/WSGIPublisher.py
> ===================================================================
> --- Zope/trunk/src/ZPublisher/WSGIPublisher.py 2011-03-25 17:39:14 UTC (rev 121130)
> +++ Zope/trunk/src/ZPublisher/WSGIPublisher.py 2011-03-26 16:53:52 UTC (rev 121131)
> @@ -30,6 +30,7 @@
> from ZPublisher.Publish import dont_publish_class
> from ZPublisher.Publish import get_module_info
> from ZPublisher.Publish import missing_name
> +from ZPublisher.Iterators import IStreamIterator
>
> _NOW = None # overwrite for testing
> def _now():
> @@ -125,7 +126,7 @@
> self.stdout.write(data)
>
> def setBody(self, body, title='', is_error=0):
> - if isinstance(body, file):
> + if isinstance(body, file) or IStreamIterator.providedBy(body):
> body.seek(0, 2)
> length = body.tell()
> body.seek(0)
This part of the patch can't possibly work in the general case: nothing
in IStreamIterator promises that 'seek' and 'tell' are available.
> @@ -226,8 +227,10 @@
> status, headers = response.finalize()
> start_response(status, headers)
>
> - if isinstance(response.body, file):
> - result = response.body
> + body = response.body
> +
> + if isinstance(body, file) or IStreamIterator.providedBy(body):
> + result = body
> else:
> # If somebody used response.write, that data will be in the
> # stdout StringIO, so we put that before the body.
>
> Modified: Zope/trunk/src/ZPublisher/tests/test_WSGIPublisher.py
> ===================================================================
> --- Zope/trunk/src/ZPublisher/tests/test_WSGIPublisher.py 2011-03-25 17:39:14 UTC (rev 121130)
> +++ Zope/trunk/src/ZPublisher/tests/test_WSGIPublisher.py 2011-03-26 16:53:52 UTC (rev 121131)
> @@ -370,6 +370,32 @@
> app_iter = self._callFUT(environ, start_response, _publish)
> self.assertTrue(app_iter is body)
>
> + def test_response_is_stream(self):
> + from ZPublisher.Iterators import IStreamIterator
> + from zope.interface import implements
> +
> + class test_streamiterator:
> + implements(IStreamIterator)
> + data = "hello"
> + done = 0
> +
> + def next(self):
> + if not self.done:
> + self.done = 1
> + return self.data
> + raise StopIteration
> +
> + _response = DummyResponse()
> + _response._status = '200 OK'
> + _response._headers = [('Content-Length', '4')]
> + body = _response.body = test_streamiterator()
> + environ = self._makeEnviron()
> + start_response = DummyCallable()
> + _publish = DummyCallable()
> + _publish._result = _response
> + app_iter = self._callFUT(environ, start_response, _publish)
> + self.assertTrue(app_iter is body)
> +
This test doesn't exercise the length checking branch (it would raise
AttributeError otherwise).
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver(a)palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk2OHwkACgkQ+gerLs4ltQ4O7wCgyazebfa92fAERR7fYs8jaR8w
Q3kAn2eZg5aqdeHAa8hMMppPTmCURYNF
=gieo
-----END PGP SIGNATURE-----
2
1
Summary of messages to the zope-tests list.
Period Sat Mar 26 11:00:00 2011 UTC to Sun Mar 27 11:00:00 2011 UTC.
There were 105 messages: 8 from Zope Tests, 2 from buildbot at pov.lt, 23 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 5 from ct at gocept.com, 59 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:00:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036240.html
Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:00:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036241.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:19:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036250.html
Subject: FAILED : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:27:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036254.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:27:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036255.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:27:22 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036256.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:27:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036257.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:27:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036258.html
Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:46:54 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036265.html
Subject: FAILED : Total languishing bugs for zope2: 6
From: ct at gocept.com
Date: Sat Mar 26 21:00:17 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036293.html
Subject: FAILED : Total languishing bugs for zopeapp: 2
From: ct at gocept.com
Date: Sat Mar 26 21:00:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036294.html
Subject: FAILED : Total languishing bugs for zope: 56
From: ct at gocept.com
Date: Sat Mar 26 21:00:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036295.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Sat Mar 26 21:01:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036296.html
Subject: FAILED : Total languishing bugs for zopetoolkit: 197
From: ct at gocept.com
Date: Sat Mar 26 21:02:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036298.html
Subject: FAILED: Repository policy check found errors in 296 projects
From: ct at gocept.com
Date: Sat Mar 26 22:00:08 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036302.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 22:49:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036309.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 22:52:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036310.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 23:34:53 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036317.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 15:07:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036223.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 15:10:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036224.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 15:25:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036225.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 15:38:12 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036226.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 15:50:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036227.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 15:58:53 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036228.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 16:06:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036229.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 16:14:45 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036230.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 16:17:30 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036231.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 16:22:17 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036232.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 16:24:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036233.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 16:24:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036234.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 16:26:24 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036235.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 16:32:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036236.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 16:39:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036237.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 16:47:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036238.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 16:55:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036239.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:01:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036242.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:03:12 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036243.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:03:30 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036244.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:05:04 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036245.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:10:51 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036246.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:12:15 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036247.html
Subject: OK : winbot / ztk_11 py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:16:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036248.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:19:01 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036249.html
Subject: OK : winbot / ztk_11 py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:21:23 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036251.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:24:46 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036252.html
Subject: OK : winbot / ztk_11 py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 17:26:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036253.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:31:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036259.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:36:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036260.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:42:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036261.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:43:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036262.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:45:22 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036263.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 17:46:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036264.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 18:22:18 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036266.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 18:48:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036267.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 18:50:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036268.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 18:51:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036269.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 18:53:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036270.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 18:54:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036271.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:00:12 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036272.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:06:15 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036273.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:11:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036274.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:16:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036276.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 19:16:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036275.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:21:25 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036277.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:36:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036278.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:41:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036279.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:42:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036280.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:44:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036281.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:45:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036282.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 19:57:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036283.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 20:18:16 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036284.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 20:35:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036285.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 20:38:25 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036286.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 20:40:53 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036287.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 20:43:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036288.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sat Mar 26 20:43:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036289.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Mar 26 20:44:13 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036290.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Mar 26 20:44:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036291.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 20:46:05 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036292.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 21:01:51 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036297.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sat Mar 26 21:12:18 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036299.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 21:17:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036300.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 21:33:34 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036301.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 22:03:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036303.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sat Mar 26 22:06:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036304.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Mar 26 22:06:46 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036305.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Mar 26 22:07:05 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036306.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Sat Mar 26 22:09:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036307.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sat Mar 26 22:10:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036308.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 23:02:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036311.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 23:15:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036312.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 23:18:01 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036313.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 23:20:38 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036314.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 23:22:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036315.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Mar 26 23:25:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036316.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Sun Mar 27 00:21:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036318.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Sun Mar 27 00:42:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036319.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Mar 27 01:06:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036320.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Mar 27 01:08:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036321.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Mar 27 01:10:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036322.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Mar 27 01:12:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036323.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Mar 27 01:14:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036324.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Mar 27 01:16:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036325.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Mar 27 01:18:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036326.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Mar 27 01:20:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036327.html
2
1
Summary of messages to the zope-tests list.
Period Fri Mar 25 12:00:00 2011 UTC to Sat Mar 26 12:00:00 2011 UTC.
There were 100 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 23 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 57 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:08:23 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036147.html
Subject: FAILED : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:08:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036148.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:27:30 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036158.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:57:25 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036172.html
Subject: FAILED : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:28:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036182.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:29:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036183.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:29:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036184.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:29:24 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036185.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:29:34 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036186.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Fri Mar 25 22:01:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036203.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Fri Mar 25 22:40:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036205.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 22:48:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036206.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 23:27:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036211.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Fri Mar 25 23:28:51 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036212.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:26:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036123.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:28:22 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036124.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:29:53 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036125.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:31:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036126.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:33:05 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036127.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:39:17 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036128.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:43:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036129.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:45:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036130.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:45:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036131.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:51:49 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036132.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 14:56:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036133.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:00:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036134.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:01:30 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036135.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:06:17 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036136.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:11:08 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036137.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:13:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036138.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:16:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036139.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:22:42 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036140.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:26:18 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036141.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:28:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036142.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:34:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036143.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:42:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036144.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:50:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036145.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 15:59:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036146.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:10:05 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036149.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:11:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036150.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:12:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036151.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:13:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036152.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 16:17:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036153.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:20:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036154.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:24:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036155.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 16:25:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036156.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:27:27 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036157.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:33:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036159.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 16:33:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036160.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:37:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036161.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:39:11 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036162.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 16:41:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036163.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:44:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036164.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 16:48:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036165.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:50:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036166.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:51:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036167.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:54:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036168.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:56:46 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036169.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 16:57:08 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036170.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:57:23 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036171.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 16:59:16 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036173.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 17:01:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036174.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 17:03:49 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036175.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:04:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036176.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:12:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036177.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 17:17:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036178.html
Subject: OK : winbot / ztk_11 py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:17:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036179.html
Subject: OK : winbot / ztk_11 py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:23:01 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036180.html
Subject: OK : winbot / ztk_11 py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 17:28:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036181.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 17:32:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036187.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 17:48:16 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036188.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 18:00:44 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036189.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 18:13:16 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036190.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 18:24:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036191.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 18:25:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036192.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 18:38:12 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036193.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 18:53:42 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036194.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 19:08:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036195.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 19:19:13 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036196.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Mar 25 19:24:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036197.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 20:13:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036198.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Fri Mar 25 20:43:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036199.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Mar 25 20:44:03 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036200.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Mar 25 20:44:22 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036201.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 21:07:54 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036202.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Fri Mar 25 22:02:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036204.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Fri Mar 25 23:09:55 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036207.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Fri Mar 25 23:10:24 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036208.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Mar 25 23:10:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036209.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Mar 25 23:11:02 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036210.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Sat Mar 26 01:21:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036213.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Sat Mar 26 01:46:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036214.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Mar 26 02:08:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036215.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Mar 26 02:10:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036216.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Mar 26 02:12:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036217.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Mar 26 02:14:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036218.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Mar 26 02:16:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036219.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Mar 26 02:18:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036220.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Mar 26 02:20:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036221.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Mar 26 02:22:10 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036222.html
2
1
Summary of messages to the zope-tests list.
Period Wed Mar 23 12:00:00 2011 UTC to Thu Mar 24 12:00:00 2011 UTC.
There were 89 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 24 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 45 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:02:31 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036010.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:30:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036018.html
Subject: FAILED : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:36:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036021.html
Subject: FAILED : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:27:21 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036035.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:27:51 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036036.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:28:02 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036037.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:28:27 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036038.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:28:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036039.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Wed Mar 23 22:26:52 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036056.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 22:40:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036057.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 23:31:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036062.html
Subject: FAILED : winbot / z3c.recipe.paster_py_265_32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 00:02:42 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036064.html
Unknown
-------
Subject: UNKNOWN : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Mar 24 02:08:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036071.html
Subject: UNKNOWN : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Mar 24 02:10:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036072.html
Subject: UNKNOWN : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Mar 24 02:12:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036073.html
Subject: UNKNOWN : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Mar 24 02:14:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036074.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 13:58:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035986.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:00:15 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035987.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:01:38 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035988.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:03:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035989.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:04:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035990.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:06:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035991.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:09:08 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035992.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:10:12 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035993.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:16:13 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035994.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:21:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035995.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:23:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035996.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:26:45 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035997.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:31:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035998.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:35:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/035999.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:36:40 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036000.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:41:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036001.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:48:12 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036002.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 14:56:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036003.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 15:04:20 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036004.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 15:12:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036005.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 15:20:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036006.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 15:59:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036007.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:00:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036008.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:02:23 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036009.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:04:03 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036011.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:11:08 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036012.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 16:17:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036013.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:17:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036014.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:24:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036015.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 16:25:07 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036016.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:30:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036017.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 16:32:56 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036019.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 16:36:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036020.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 16:40:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036022.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 16:47:50 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036023.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 16:56:15 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036024.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:03:27 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036025.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:11:03 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036026.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 17:14:28 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036027.html
Subject: OK : winbot / ztk_11 py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:16:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036028.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 17:16:54 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036029.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 17:19:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036030.html
Subject: OK : winbot / ztk_11 py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:21:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036031.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 17:21:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036032.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 17:23:57 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036033.html
Subject: OK : winbot / ztk_11 py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 17:27:08 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036034.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 17:38:45 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036040.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 17:53:46 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036041.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 18:18:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036043.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 18:23:13 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036042.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 18:42:45 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036044.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 18:54:51 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036045.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 19:06:47 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036046.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 19:17:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036047.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Wed Mar 23 19:18:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036048.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 20:12:14 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036049.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Wed Mar 23 20:43:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036050.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Mar 23 20:43:51 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036051.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Mar 23 20:44:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036052.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Wed Mar 23 21:06:15 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036053.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Wed Mar 23 22:00:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036054.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Wed Mar 23 22:10:17 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036055.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Mar 23 23:09:38 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036058.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Wed Mar 23 23:09:55 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036059.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Wed Mar 23 23:10:15 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036060.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Mar 23 23:10:23 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036061.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Wed Mar 23 23:58:38 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036063.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Thu Mar 24 01:21:15 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036065.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Thu Mar 24 01:47:34 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036066.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Mar 24 02:00:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036067.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Mar 24 02:02:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036068.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Mar 24 02:04:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036069.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Mar 24 02:06:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036070.html
8
8
Re: [Zope-dev] [Checkins] SVN: zope.traversing/trunk/s Standard cleanup :
by Souheil CHELFOUH 25 Mar '11
by Souheil CHELFOUH 25 Mar '11
25 Mar '11
zope.browserpage is included in the configure.zcml of the "browser" module.
Should we introduce "browser-only" dependencies, for this module, by
adding a 'browser' section in the setup.py requires ?
That would permit people that don't use the "browser" module to have
lighter dependencies, but, at the same time, it's a bit opaque at
first glance.
2011/3/25 Souheil CHELFOUH <souheil(a)chelfouh.com>:
> Log message for revision 121128:
> Standard cleanup :
> - Removed unused imports
> - Removed unused dependency on zope.tal
> - Added missing dependency on zope.browserpage
> - Cosmetics including pep8 normalization
>
>
>
> Changed:
> U zope.traversing/trunk/setup.py
> U zope.traversing/trunk/src/zope/traversing/adapters.py
> U zope.traversing/trunk/src/zope/traversing/api.py
> U zope.traversing/trunk/src/zope/traversing/browser/absoluteurl.py
> U zope.traversing/trunk/src/zope/traversing/browser/interfaces.py
> U zope.traversing/trunk/src/zope/traversing/browser/tests.py
> U zope.traversing/trunk/src/zope/traversing/namespace.py
> U zope.traversing/trunk/src/zope/traversing/publicationtraverse.py
> U zope.traversing/trunk/src/zope/traversing/testing.py
>
> -=-
> Modified: zope.traversing/trunk/setup.py
> ===================================================================
> --- zope.traversing/trunk/setup.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/setup.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -36,28 +36,30 @@
> packages=find_packages('src'),
> package_dir = {'': 'src'},
> namespace_packages=['zope',],
> - extras_require = dict(test=['zope.browserpage',
> - 'zope.browserresource[zcml]>=3.12',
> - 'zope.component[zcml]',
> - 'zope.configuration',
> - 'zope.container',
> - 'zope.pagetemplate',
> - 'zope.security[zcml]>=3.8',
> - 'zope.site',
> - 'zope.tal >= 3.5.0',
> - 'zope.testing',
> - 'ZODB3',
> - ]),
> - install_requires=['setuptools',
> - 'zope.component',
> - 'zope.i18n',
> - 'zope.i18nmessageid',
> - 'zope.interface',
> - 'zope.proxy',
> - 'zope.publisher',
> - 'zope.security',
> - 'zope.location>=3.7.0',
> - ],
> + extras_require = dict(test=[
> + 'ZODB3',
> + 'zope.annotation',
> + 'zope.browserresource[zcml]>=3.12',
> + 'zope.component[zcml]',
> + 'zope.configuration',
> + 'zope.container',
> + 'zope.pagetemplate',
> + 'zope.security[zcml]>=3.8',
> + 'zope.site',
> + 'zope.testing',
> + ]),
> + install_requires=[
> + 'setuptools',
> + 'zope.browserpage',
> + 'zope.component',
> + 'zope.i18n',
> + 'zope.i18nmessageid',
> + 'zope.interface',
> + 'zope.location>=3.7.0',
> + 'zope.proxy',
> + 'zope.publisher',
> + 'zope.security',
> + ],
> include_package_data = True,
> zip_safe = False,
> )
>
> Modified: zope.traversing/trunk/src/zope/traversing/adapters.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/adapters.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/adapters.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -16,19 +16,18 @@
> from types import StringTypes
>
> import zope.interface
> -import zope.component
>
> from zope.location.interfaces import ILocationInfo, LocationError
> from zope.traversing.interfaces import ITraversable, ITraverser
> -
> from zope.traversing.namespace import namespaceLookup
> -from zope.traversing.namespace import UnexpectedParameters
> from zope.traversing.namespace import nsParse
>
> -from zope.location.traversing import RootPhysicallyLocatable # BBB
> +from zope.location.traversing import RootPhysicallyLocatable # BBB
>
> +
> _marker = object() # opaque marker that doesn't get security proxied
>
> +
> class DefaultTraversable(object):
> """Traverses objects via attribute and item lookup"""
> zope.interface.implements(ITraversable)
> @@ -49,6 +48,7 @@
> pass
> raise LocationError(subject, name)
>
> +
> class Traverser(object):
> """Provide traverse features"""
>
> @@ -119,7 +119,7 @@
>
> if name == '..':
> return obj.__parent__
> -
> +
> if name and name[:1] in '@+':
> ns, nm = nsParse(name)
> if ns:
>
> Modified: zope.traversing/trunk/src/zope/traversing/api.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/api.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/api.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -14,7 +14,7 @@
> """Convenience functions for traversing the object tree.
> """
> from zope.interface import moduleProvides
> -from zope.location.interfaces import ILocationInfo, IRoot, LocationError
> +from zope.location.interfaces import ILocationInfo, IRoot
> from zope.traversing.interfaces import ITraversalAPI, ITraverser
>
>
> @@ -23,6 +23,7 @@
>
> _marker = object()
>
> +
> def joinPath(path, *args):
> """Join the given relative paths to the given path.
>
> @@ -54,16 +55,19 @@
> raise ValueError("Leading or trailing slashes in path elements")
> return _normalizePath(path + u'/'.join(args))
>
> +
> def getPath(obj):
> """Returns a string representing the physical path to the object.
> """
> return ILocationInfo(obj).getPath()
>
> +
> def getRoot(obj):
> """Returns the root of the traversal for the given object.
> """
> return ILocationInfo(obj).getRoot()
>
> +
> def traverse(object, path, default=_marker, request=None):
> """Traverse 'path' relative to the given object.
>
> @@ -86,6 +90,7 @@
> else:
> return traverser.traverse(path, default=default, request=request)
>
> +
> def traverseName(obj, name, default=_marker, traversable=None, request=None):
> """Traverse a single step 'name' relative to the given object.
>
> @@ -115,11 +120,13 @@
> else:
> return obj
>
> +
> def getName(obj):
> """Get the name an object was traversed via
> """
> return ILocationInfo(obj).getName()
>
> +
> def getParent(obj):
> """Returns the container the object was traversed via.
>
> @@ -185,6 +192,7 @@
>
> return prefix + u'/'.join(new_segments)
>
> +
> def canonicalPath(path_or_object):
> """Returns a canonical absolute unicode path for the given path or object.
>
>
> Modified: zope.traversing/trunk/src/zope/traversing/browser/absoluteurl.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/browser/absoluteurl.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/browser/absoluteurl.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -27,11 +27,13 @@
> "This is probably due to a bug in setting up location "
> "information.")
>
> -_safe = '@+' # Characters that we don't want to have quoted
> +_safe = '@+' # Characters that we don't want to have quoted
>
> +
> def absoluteURL(ob, request):
> return zope.component.getMultiAdapter((ob, request), IAbsoluteURL)()
>
> +
> class AbsoluteURL(BrowserView):
> implements(IAbsoluteURL)
>
> @@ -92,7 +94,7 @@
>
> if sameProxiedObjects(context, request.getVirtualHostRoot()) or \
> isinstance(context, Exception):
> - return ({'name':'', 'url': self.request.getApplicationURL()}, )
> + return ({'name': '', 'url': self.request.getApplicationURL()}, )
>
> base = tuple(zope.component.getMultiAdapter(
> (container, request), IAbsoluteURL).breadcrumbs())
> @@ -110,6 +112,7 @@
>
> return base
>
> +
> class SiteAbsoluteURL(BrowserView):
> implements(IAbsoluteURL)
>
> @@ -138,9 +141,9 @@
> request = self.request
>
> if sameProxiedObjects(context, request.getVirtualHostRoot()):
> - return ({'name':'', 'url': self.request.getApplicationURL()}, )
> + return ({'name': '', 'url': self.request.getApplicationURL()}, )
>
> - base = ({'name':'', 'url': self.request.getApplicationURL()}, )
> + base = ({'name': '', 'url': self.request.getApplicationURL()}, )
>
> name = getattr(context, '__name__', None)
> if name:
>
> Modified: zope.traversing/trunk/src/zope/traversing/browser/interfaces.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/browser/interfaces.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/browser/interfaces.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -15,6 +15,7 @@
> """
> from zope.interface import Interface
>
> +
> class IAbsoluteURL(Interface):
>
> def __unicode__():
> @@ -36,6 +37,7 @@
> URL is the link for that segment of the breadcrumbs.
> """
>
> +
> class IAbsoluteURLAPI(Interface):
>
> def absoluteURL(ob, request):
>
> Modified: zope.traversing/trunk/src/zope/traversing/browser/tests.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/browser/tests.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/browser/tests.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -31,21 +31,27 @@
>
> from zope.container.contained import contained
>
> +
> class IRoot(Interface):
> pass
>
> +
> class Root(object):
> implements(IRoot)
>
> +
> class TrivialContent(object):
> """Trivial content object, used because instances of object are rocks."""
>
> +
> class AdaptedContent(object):
> """A simple content object that has an ILocation adapter for it."""
> -
> +
> +
> class FooContent(object):
> """Class whose location will be provided by an adapter."""
>
> +
> class FooLocation(object):
> """Adapts FooAdapter to the ILocation protocol."""
> implements(ILocation)
> @@ -62,6 +68,7 @@
> def __parent__(self):
> return contained(TrivialContent(), Root(), name='bar')
>
> +
> class TestAbsoluteURL(PlacelessSetup, TestCase):
>
> def setUp(self):
> @@ -79,7 +86,7 @@
> # don't define a more specific adapter
> zope.component.provideAdapter(LocationProxy, (Interface,),
> ILocation)
> -
> +
> def tearDown(self):
> PlacelessSetup.tearDown(self)
>
> @@ -121,7 +128,6 @@
> {'name': 'c', 'url': 'http://127.0.0.1/a/b/c'},
> ))
>
> -
> def testParentButNoLocation(self):
> request = TestRequest()
>
> @@ -141,7 +147,7 @@
> self.assertEqual(str(view), 'http://127.0.0.1/a/b/c')
> self.assertEqual(absoluteURL(content3, request),
> 'http://127.0.0.1/a/b/c')
> -
> +
> def testAdaptedContext(self):
> request = TestRequest()
>
> @@ -164,17 +170,15 @@
> # adapter
> request = TestRequest()
>
> -
> content = FooContent()
> content.__parent__ = Root()
> content.__name__ = 'foo'
> -
> +
> view = getMultiAdapter((content, request), name='absolute_url')
> self.assertEqual(str(view), 'http://127.0.0.1/foo')
> self.assertEqual(absoluteURL(content, request),
> 'http://127.0.0.1/foo')
>
> -
> def testBasicContext_unicode(self):
> #Tests so that AbsoluteURL handle unicode names as well
> request = TestRequest()
> @@ -289,7 +293,6 @@
> self.assertEqual(str(view), 'http://127.0.0.1')
> self.assertEqual(absoluteURL(None, request), 'http://127.0.0.1')
>
> -
> def testVirtualHostingWithoutContextInformation(self):
> request = TestRequest()
> request._vh_root = contained(TrivialContent(), Root(), name='a')
> @@ -301,5 +304,5 @@
> def test_suite():
> return makeSuite(TestAbsoluteURL)
>
> -if __name__=='__main__':
> +if __name__ == '__main__':
> main(defaultTest='test_suite')
>
> Modified: zope.traversing/trunk/src/zope/traversing/namespace.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/namespace.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/namespace.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -21,8 +21,8 @@
> import zope.interface
> from zope.i18n.interfaces import IModifiableUserPreferredLanguages
> from zope.component.interfaces import ComponentLookupError
> -from zope.interface import providedBy, directlyProvides, directlyProvidedBy
> -from zope.location.interfaces import IRoot, LocationError
> +from zope.interface import providedBy, directlyProvides
> +from zope.location.interfaces import LocationError
> from zope.publisher.interfaces.browser import IBrowserSkinType
> from zope.publisher.skinnable import applySkin
> from zope.security.proxy import removeSecurityProxy
> @@ -34,9 +34,11 @@
> class UnexpectedParameters(LocationError):
> "Unexpected namespace parameters were provided."
>
> +
> class ExcessiveDepth(LocationError):
> "Too many levels of containment. We don't believe them."
>
> +
> def namespaceLookup(ns, name, object, request=None):
> """Lookup a value from a namespace
>
> @@ -114,6 +116,7 @@
>
> namespace_pattern = re.compile('[+][+]([a-zA-Z0-9_]+)[+][+]')
>
> +
> def nsParse(name):
> """Parse a namespace-qualified name into a namespace name and a
> name. Returns the namespace name and a name.
> @@ -154,12 +157,14 @@
>
> return ns, name
>
> +
> def getResource(site, name, request):
> resource = queryResource(site, name, request)
> if resource is None:
> raise LocationError(site, name)
> return resource
>
> +
> def queryResource(site, name, request, default=None):
> resource = zope.component.queryAdapter(request, name=name)
> if resource is None:
> @@ -174,6 +179,7 @@
>
> return resource
>
> +
> # ---- namespace processors below ----
>
> class SimpleHandler(object):
> @@ -194,6 +200,7 @@
> """
> self.context = context
>
> +
> class acquire(SimpleHandler):
> """Traversal adapter for the acquire namespace
> """
> @@ -262,6 +269,7 @@
>
> raise ExcessiveDepth(self.context, name)
>
> +
> class attr(SimpleHandler):
>
> def traverse(self, name, ignored):
> @@ -277,6 +285,7 @@
> """
> return getattr(self.context, name)
>
> +
> class item(SimpleHandler):
>
> def traverse(self, name, ignored):
> @@ -291,6 +300,7 @@
> """
> return self.context[name]
>
> +
> class etc(SimpleHandler):
>
> def traverse(self, name, ignored):
> @@ -330,6 +340,7 @@
>
> return view
>
> +
> class resource(view):
>
> def traverse(self, name, ignored):
> @@ -337,6 +348,7 @@
> # resource, which is needed to generate the absolute URL.
> return getResource(self.context, name, self.request)
>
> +
> class lang(view):
>
> def traverse(self, name, ignored):
> @@ -345,6 +357,7 @@
> languages.setPreferredLanguages([name])
> return self.context
>
> +
> class skin(view):
>
> def traverse(self, name, ignored):
> @@ -356,6 +369,7 @@
> applySkin(self.request, skin)
> return self.context
>
> +
> class vh(view):
>
> def traverse(self, name, ignored):
> @@ -511,7 +525,7 @@
> # if we want to enable tracebacks when also trying to
> # debug a different skin?
> skin = zope.component.getUtility(IBrowserSkinType, 'Debug')
> - directlyProvides(request, providedBy(request)+skin)
> + directlyProvides(request, providedBy(request) + skin)
> else:
> raise ValueError("Unknown debug flag: %s" % flag)
> return self.context
>
> Modified: zope.traversing/trunk/src/zope/traversing/publicationtraverse.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/publicationtraverse.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/publicationtraverse.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -25,6 +25,7 @@
> from zope.publisher.interfaces import IPublishTraverse
> from zope.publisher.interfaces.browser import IBrowserPublisher
>
> +
> class PublicationTraverser(object):
> """Traversal used for publication.
>
> @@ -45,7 +46,7 @@
> return ProxyFactory(ob)
>
> def traverseName(self, request, ob, name):
> - nm = name # the name to look up the object with
> + nm = name # the name to look up the object with
>
> if name and name[:1] in '@+':
> # Process URI segment parameters.
> @@ -92,9 +93,9 @@
> # Remove double dots
> while '..' in path:
> l = path.index('..')
> - if l < 0 or l+2 > len(path):
> + if l < 0 or l + 2 > len(path):
> break
> - del path[l:l+2]
> + del path[l:l + 2]
>
> pop = path.pop
>
> @@ -119,9 +120,11 @@
>
> ob = self.traversePath(request, ob, path)
>
> +
> # alternate spelling
> PublicationTraverse = PublicationTraverser
>
> +
> class PublicationTraverserWithoutProxy(PublicationTraverse):
>
> def proxy(self, ob):
>
> Modified: zope.traversing/trunk/src/zope/traversing/testing.py
> ===================================================================
> --- zope.traversing/trunk/src/zope/traversing/testing.py 2011-03-25 16:29:46 UTC (rev 121127)
> +++ zope.traversing/trunk/src/zope/traversing/testing.py 2011-03-25 17:06:56 UTC (rev 121128)
> @@ -28,6 +28,7 @@
> from zope.traversing.browser.interfaces import IAbsoluteURL
> from zope.traversing.namespace import etc
>
> +
> def setUp():
> zope.component.provideAdapter(Traverser, (None,), ITraverser)
> zope.component.provideAdapter(DefaultTraversable, (None,), ITraversable)
> @@ -50,6 +51,7 @@
> zope.component.provideAdapter(factory, (for_, IDefaultBrowserLayer),
> providing, name=name)
>
> +
> def browserResource(name, factory, providing=zope.interface.Interface):
> zope.component.provideAdapter(factory, (IDefaultBrowserLayer,),
> providing, name=name)
>
> _______________________________________________
> checkins mailing list
> checkins(a)zope.org
> https://mail.zope.org/mailman/listinfo/checkins
>
1
0
Summary of messages to the zope-tests list.
Period Thu Mar 24 12:00:00 2011 UTC to Fri Mar 25 12:00:00 2011 UTC.
There were 48 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 23 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 5 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Mar 24 08:45:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036075.html
Subject: FAILED : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Mar 24 08:48:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036076.html
Subject: FAILED : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:27:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036091.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:27:44 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036092.html
Subject: FAILED : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:27:55 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036093.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:28:06 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036094.html
Subject: FAILED : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:28:18 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036095.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Thu Mar 24 22:01:49 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036104.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Thu Mar 24 22:14:00 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036105.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 22:47:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036106.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Thu Mar 24 23:01:44 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036107.html
Subject: FAILED : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Thu Mar 24 23:10:30 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036108.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Mar 25 00:22:18 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036112.html
Subject: FAILED : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Fri Mar 25 01:00:44 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036113.html
Subject: FAILED : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Fri Mar 25 01:01:22 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036114.html
Unknown
-------
Subject: UNKNOWN : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Mar 25 02:14:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036119.html
Subject: UNKNOWN : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Mar 25 02:16:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036120.html
Subject: UNKNOWN : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Mar 25 02:18:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036121.html
Subject: UNKNOWN : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Mar 25 02:20:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036122.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Mar 24 09:29:41 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036077.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Mar 24 09:36:09 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036078.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Mar 24 09:41:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036079.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 16:18:02 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036080.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 16:25:38 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036081.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 16:33:18 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036082.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 16:40:35 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036083.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 16:48:07 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036084.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 16:56:32 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036085.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:03:45 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036086.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:11:16 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036087.html
Subject: OK : winbot / ztk_11 py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:16:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036088.html
Subject: OK : winbot / ztk_11 py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:21:54 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036089.html
Subject: OK : winbot / ztk_11 py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 17:27:19 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036090.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 18:23:26 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036096.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 19:17:39 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036097.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 20:11:37 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036098.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Thu Mar 24 20:43:43 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036099.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Mar 24 20:44:12 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036100.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Mar 24 20:44:29 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036101.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Thu Mar 24 21:05:36 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036102.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Thu Mar 24 21:59:49 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036103.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Thu Mar 24 23:10:48 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036109.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Mar 24 23:11:25 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036110.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Mar 24 23:11:33 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036111.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri Mar 25 02:06:58 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036115.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri Mar 25 02:08:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036116.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Mar 25 02:10:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036117.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Mar 25 02:12:59 EDT 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-March/036118.html
2
1