[Zope-Checkins] SVN: Zope/branches/2.12/ Make the maximum number of retries on ConflictError a configuration option.

2010-04-17 Thread Tres Seaver
Log message for revision 111016: Make the maximum number of retries on ConflictError a configuration option. fixes lp:143013 on this branch Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Zope2/Startup/handlers.py U

[Zope-Checkins] SVN: Zope/trunk/ Make the maximum number of retries on ConflictError a configuration option.

2010-04-17 Thread Tres Seaver
Log message for revision 111017: Make the maximum number of retries on ConflictError a configuration option. fixes lp:143013 on trunk Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Zope2/Startup/handlers.py U Zope/trunk/src/Zope2/Startup/tests/test_schema.py U

Re: [Zope-dev] RFC: Proposed new style for documenting and testing ZTK packages

2010-04-17 Thread Tres Seaver
test' as well as buildout, and we continue to be mindful of the distinction between docs that work primarily as docs and tests that cover every code path. Tres. - -- === Tres Seaver +1 540-429-0999 tsea

Re: [Zope-dev] RFC: Proposed new style for documenting and testing ZTK packages

2010-04-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lennart Regebro wrote: On Sat, Apr 17, 2010 at 19:17, Tres Seaver tsea...@palladion.com wrote: I'm ambivalent about testing the Sphinx code snippets on each test run. I want those snippets to be *much* less comprehensive than they are currently

Re: [Zope-dev] RFC: Proposed new style for documenting and testing ZTK packages

2010-04-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Fulton wrote: On Fri, Apr 16, 2010 at 9:41 PM, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This kind of goes with Lennart's frustration about trying to port the ZTK packages, or a core subset

[Zope-Checkins] SVN: Zope/branches/2.11/ Process evil JSON cookies which contain double quotes

2010-04-16 Thread Tres Seaver
Log message for revision 110970: Process evil JSON cookies which contain double quotes Note that such cookies are in violation of RFC 2965 / 2616. Fixes LP #563229 on this branch. Changed: U Zope/branches/2.11/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.12/ Process evil JSON cookies which contain double quotes

2010-04-16 Thread Tres Seaver
Log message for revision 110971: Process evil JSON cookies which contain double quotes Such cookies violate RFC 2965 / 2616. Fixes LP #563229. Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/ZPublisher/HTTPRequest.py U

[Zope-Checkins] SVN: Zope/trunk/ Process evil JSON cookies which contain double quotes

2010-04-16 Thread Tres Seaver
Log message for revision 110973: Process evil JSON cookies which contain double quotes Such cookies violate RFC 2965 / 2616. Fixes LP #563229. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZPublisher/HTTPRequest.py U

Re: [Zope-dev] Circular dependency hell.

2010-04-16 Thread Tres Seaver
zc.recipe.egg a dummy package that just points at zc.buildout.recipe.egg (or whatever we decide to call it). That solves that problem. +1 from me. Graphs with cycles are pure evil. Tres. - -- === Tres Seaver +1 540-429

Re: [Zope-dev] Circular dependency hell.

2010-04-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lennart Regebro wrote: On Fri, Apr 16, 2010 at 19:35, Tres Seaver tsea...@palladion.com wrote: == Suggestion 1 == I think we should deprecate zope.testing. Completely. There has been some discussion about deprecating it for something else, but I

Re: [Zope-dev] Launchpad gardening

2010-04-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sidnei da Silva wrote: On Thu, Apr 15, 2010 at 9:40 PM, Tres Seaver tsea...@palladion.com wrote: Turns out not to be too tough, given the git and mercurial examples to stare at: lp:~tseaver/mr.developer/bzr_sources I have only tested

Re: [Zope-dev] Launchpad gardening

2010-04-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: Sidnei da Silva wrote: On Thu, Apr 15, 2010 at 9:40 PM, Tres Seaver tsea...@palladion.com wrote: Turns out not to be too tough, given the git and mercurial examples to stare at: lp:~tseaver/mr.developer/bzr_sources I have

Re: [Zope-dev] Circular dependency hell.

2010-04-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fred Drake wrote: On Fri, Apr 16, 2010 at 2:40 PM, Tres Seaver tsea...@palladion.com wrote: :mod:`zope.testing.formparser` Parses rendered HTML forms back to datastructures. Maybe useful in tests which consume rendered output. No ZTK

Re: [Zope-dev] Circular dependency hell.

2010-04-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lennart Regebro wrote: On Fri, Apr 16, 2010 at 20:43, Lennart Regebro rege...@gmail.com wrote: On Fri, Apr 16, 2010 at 20:40, Tres Seaver tsea...@palladion.com wrote: How about we move out the testrunner (including updating zc.recipe.testrunner

[Zope-dev] RFC: Proposed new style for documenting and testing ZTK packages

2010-04-16 Thread Tres Seaver
say that this cleanup effort should start at the bottom layers of the ZTK, dependency-wise (zope.interface, zope.component, etc.) and move upwards (in the depenency sense) over time. Thoughts? Tres. - -- === Tres Seaver +1

[Zope-Checkins] SVN: Zope/trunk/versions.cfg Uprade to i18nmessageid 3.5.1: now with fewer leaks\!

2010-04-15 Thread Tres Seaver
Log message for revision 110936: Uprade to i18nmessageid 3.5.1: now with fewer leaks\! Changed: U Zope/trunk/versions.cfg -=- Modified: Zope/trunk/versions.cfg === --- Zope/trunk/versions.cfg 2010-04-15 07:55:35 UTC (rev

Re: [Zope-dev] SVN: zope.bugchecker/trunk/src/zope/bugchecker/bugchecker.py Get clickable URLs in the output.

2010-04-15 Thread Tres Seaver
'. It's fine since you have a project_name here to use it, but a nice tip anyway. Cool, good to know. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp

[Zope-dev] Launchpad gardening

2010-04-15 Thread Tres Seaver
branchable with a DVCS will lower the barrier to contributing at something like a bug day, for instance. Enjoy! Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonardo Rochael Almeida wrote: this is really nice. Observations below Thanks! I'm CC'ing the list in case your question is in somebody else's mind. On Thu, Apr 15, 2010 at 11:28, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Tres Seaver
against the Launchpad mirror of SVN: there are a few more possible points of disconnection in that path. Maybe Sidnei already works this way? Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wichert Akkerman wrote: Excellent work! On 4/15/10 16:28 , Tres Seaver wrote: - - Charlie Clarke put together a script which polls Launchpad for languishing bugs for a project. I hacked on it a bit, allowing running the report against

Re: [Zope-dev] SVN: zc.buildout/branch/regebro-python3/ OK, now fails on installing zope.testing under Python 3. Good checkpoint.

2010-04-15 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkvHRXQACgkQ

[Zope-dev] Zope2: 261 languishing issues

2010-04-15 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Tres Seaver
' instead, maybe with a hook that allowed local customization of the command used to fetch the sub-checkout. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Design

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sidnei da Silva wrote: On Thu, Apr 15, 2010 at 2:27 PM, Tres Seaver tsea...@palladion.com wrote: - using externals to stitch together omnibus buildouts, e.g. CMF.buildout. We could probably use something like 'infrae.subversion' instead

Re: [Zope-dev] Zope Tests: 13 OK

2010-04-13 Thread Tres Seaver
the repository checker fall over? Tes. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

Re: [Zope-dev] Zope 2: ZPublisher exception handling

2010-04-13 Thread Tres Seaver
useless code in 'raise_standardErrorMessage': http://svn.zope.org/?rev=110801view=rev http://svn.zope.org/?rev=110806view=rev Cool. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/ Flesh out tests for PLexicon.queryLexicon.

2010-04-12 Thread Tres Seaver
Log message for revision 110738: Flesh out tests for PLexicon.queryLexicon. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py U Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py Better testability.

2010-04-12 Thread Tres Seaver
Log message for revision 110739: Better testability. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py -=- Modified: Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py Flesh out tests for PLexicon.queryLexicon further.

2010-04-12 Thread Tres Seaver
Log message for revision 110740: Flesh out tests for PLexicon.queryLexicon further. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py -=- Modified: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py Test glob expansion PLexicon.queryLexicon.

2010-04-12 Thread Tres Seaver
Log message for revision 110741: Test glob expansion PLexicon.queryLexicon. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py -=- Modified: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/ LP #142478: normalize terms passed to ``PLexicon.queryLexicon``

2010-04-12 Thread Tres Seaver
Log message for revision 110742: LP #142478: normalize terms passed to ``PLexicon.queryLexicon`` o Use the lexicon's pipeline (e.g., case flattening, stop word removal, etc.). Changed: U Zope/branches/2.12/doc/CHANGES.rst U

[Zope-Checkins] SVN: Zope/trunk/ LP #142478: normalize terms passed to ``PLexicon.queryLexicon``

2010-04-12 Thread Tres Seaver
Log message for revision 110743: LP #142478: normalize terms passed to ``PLexicon.queryLexicon`` o Use the lexicon's pipeline (e.g., case flattening, stop word removal, etc.) o Forward-port from 2.12 branch. Changed: U Zope/trunk/doc/CHANGES.rst U

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/__init__.py Typo.

2010-04-12 Thread Tres Seaver
Log message for revision 110745: Typo. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/__init__.py -=- Modified: Zope/branches/2.12/src/Products/PluginIndexes/__init__.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/__init__.py Remove module-scope import aliases, use of exec.

2010-04-12 Thread Tres Seaver
Log message for revision 110746: Remove module-scope import aliases, use of exec. Changed: U Zope/trunk/src/Products/PluginIndexes/__init__.py -=- Modified: Zope/trunk/src/Products/PluginIndexes/__init__.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Simplify / normalize test suite.

2010-04-12 Thread Tres Seaver
Log message for revision 110747: Simplify / normalize test suite. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Forward port test cleanups from 2.12 branch.

2010-04-12 Thread Tres Seaver
Log message for revision 110748: Forward port test cleanups from 2.12 branch. Changed: U Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Coverage.

2010-04-12 Thread Tres Seaver
Log message for revision 110749: Coverage. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/ Reorder to match interfaces; comply with interface semantics.

2010-04-12 Thread Tres Seaver
Log message for revision 110751: Reorder to match interfaces; comply with interface semantics. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/PathIndex.py U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/PathIndex/ Forward-port interface semantics cleanups from 2.12 branch.

2010-04-12 Thread Tres Seaver
Log message for revision 110752: Forward-port interface semantics cleanups from 2.12 branch. Changed: U Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py U Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst Changelog.

2010-04-12 Thread Tres Seaver
Log message for revision 110755: Changelog. Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst 2010-04-12 16:42:51 UTC (rev 110754) +++

[Zope-Checkins] SVN: Zope/trunk/ Forward-port fix for LP #143655 from the 2.12 branch.

2010-04-12 Thread Tres Seaver
Log message for revision 110756: Forward-port fix for LP #143655 from the 2.12 branch. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py U Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified:

[Zope-dev] [Fwd: Zope Tests: 13 OK, 1 Failed]

2010-04-12 Thread Tres Seaver
2010 URL: http://mail.zope.org/pipermail/zope-tests/2010-April/013916.html Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN

Re: [Zope-dev] zope.app.component broken with zope.component 3.8.0 and greater?

2010-04-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Lange wrote: I'm trying to update my application to use the recent patch that Tres Seaver helpfully landed on zope.app.testing. The new zope.app.testing seems to require a new zope.component, since it's importing hooks from z.component

[Zope-Checkins] SVN: Zope/branches/2.12/src/OFS/tests/testRanges.py Backport r110704, suppressing deprecation for multifile.

2010-04-10 Thread Tres Seaver
Log message for revision 110706: Backport r110704, suppressing deprecation for multifile. Changed: U Zope/branches/2.12/src/OFS/tests/testRanges.py -=- Modified: Zope/branches/2.12/src/OFS/tests/testRanges.py === ---

Re: [Zope-dev] [PATCH] Better error support in subunit output formatter

2010-04-10 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Zope-dev] [PATCH] Better error support in subunit output formatter

2010-04-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Lange wrote: On Sat, Apr 10, 2010 at 7:16 PM, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Lange wrote: Hello, The subunit output formatter that was added recently currently raises

Re: [Zope-dev] [PATCH] Better error support in subunit output formatter

2010-04-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: Jonathan Lange wrote: On Sat, Apr 10, 2010 at 7:16 PM, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Lange wrote: Hello, The subunit output formatter that was added recently

Re: [Zope-dev] Comply with repository policy ?

2010-04-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yuppie wrote: Hi! Tres Seaver wrote: o Run the automated fixups:: $ /path/to/zrp/bin/zope-org-fix-project . ...list of automated fixups ... Just in case *someone* cares: zope-org-fix-project was written for copyright

Re: [Zope-dev] SVN: ZConfig/trunk/setup.py correct metadata: I really did write this.

2010-04-09 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla

[Zope-Checkins] SVN: zdaemon/trunk/ Comply with repository policy.

2010-04-08 Thread Tres Seaver
Log message for revision 110685: Comply with repository policy. Changed: A zdaemon/trunk/COPYRIGHT.txt A zdaemon/trunk/LICENSE.txt U zdaemon/trunk/bootstrap.py U zdaemon/trunk/setup.py U zdaemon/trunk/src/zdaemon/__init__.py U zdaemon/trunk/src/zdaemon/tests/tests.py U

Re: [Zope-dev] Repository policy testing

2010-04-08 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Theune wrote: On 04/07/2010 05:44 PM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I woul like for the checkouts made to test repository policy should use the '--ignore-externals' flag, because the code brought

Re: [Zope-dev] Comply with repository policy ?

2010-04-08 Thread Tres Seaver
relicense to the ZPL: I moved its trunk over to Launchpad, and left only a stub behind in the zope.org SVN. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Design

Re: [Zope-dev] Repository policy testing

2010-04-08 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fred Drake wrote: On Thu, Apr 8, 2010 at 1:13 PM, Tres Seaver tsea...@palladion.com wrote: I expect to see the list of flagged projects drop significantly on the next run. Is this list available somewhere for us to review? Current status

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_ApplicationManager.py Coverage for App.ApplicationManager.DebugManager.

2010-04-07 Thread Tres Seaver
Log message for revision 110619: Coverage for App.ApplicationManager.DebugManager. Changed: U Zope/trunk/src/App/tests/test_ApplicationManager.py -=- Modified: Zope/trunk/src/App/tests/test_ApplicationManager.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/App/ Coverage for App.ApplicationManager.ApplicationManager.

2010-04-07 Thread Tres Seaver
Log message for revision 110620: Coverage for App.ApplicationManager.ApplicationManager. Changed: U Zope/trunk/src/App/ApplicationManager.py U Zope/trunk/src/App/tests/test_ApplicationManager.py -=- Modified: Zope/trunk/src/App/ApplicationManager.py

[Zope-Checkins] SVN: Zope/trunk/.bzrignore Ignore derived.

2010-04-07 Thread Tres Seaver
Log message for revision 110621: Ignore derived. Changed: A Zope/trunk/.bzrignore -=- Added: Zope/trunk/.bzrignore === --- Zope/trunk/.bzrignore (rev 0) +++ Zope/trunk/.bzrignore 2010-04-08

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_ApplicationManager.py Coverage for App.ApplicationManager.AltDatabaseManager.

2010-04-07 Thread Tres Seaver
Log message for revision 110622: Coverage for App.ApplicationManager.AltDatabaseManager. Changed: U Zope/trunk/src/App/tests/test_ApplicationManager.py -=- Modified: Zope/trunk/src/App/tests/test_ApplicationManager.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_ApplicationManager.py More coverage for App.ApplicationManager.ApplicationManager.

2010-04-07 Thread Tres Seaver
Log message for revision 110623: More coverage for App.ApplicationManager.ApplicationManager. Changed: U Zope/trunk/src/App/tests/test_ApplicationManager.py -=- Modified: Zope/trunk/src/App/tests/test_ApplicationManager.py ===

[Zope-Checkins] SVN: Zope/trunk/src/App/ApplicationManager.py PEP 8.

2010-04-07 Thread Tres Seaver
Log message for revision 110625: PEP 8. Changed: U Zope/trunk/src/App/ApplicationManager.py -=- Modified: Zope/trunk/src/App/ApplicationManager.py === --- Zope/trunk/src/App/ApplicationManager.py2010-04-08 01:21:38 UTC

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_ApplicationManager.py Whitespace for clarity.

2010-04-07 Thread Tres Seaver
Log message for revision 110626: Whitespace for clarity. Changed: U Zope/trunk/src/App/tests/test_ApplicationManager.py -=- Modified: Zope/trunk/src/App/tests/test_ApplicationManager.py === ---

Re: [Zope-dev] short svn.zope.org downtime

2010-04-07 Thread Tres Seaver
is causing the load? Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment

[Zope-dev] Repository policy testing

2010-04-07 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

[Zope-Checkins] SVN: Zope/branches/2.12/.bzrignore More ignores.

2010-04-06 Thread Tres Seaver
Log message for revision 110546: More ignores. Changed: U Zope/branches/2.12/.bzrignore -=- Modified: Zope/branches/2.12/.bzrignore === --- Zope/branches/2.12/.bzrignore 2010-04-06 06:27:00 UTC (rev 110545) +++

[Zope-Checkins] SVN: Zope/branches/2.12/.bzrignore Ignore derived.

2010-04-06 Thread Tres Seaver
Log message for revision 110545: Ignore derived. Changed: A Zope/branches/2.12/.bzrignore -=- Added: Zope/branches/2.12/.bzrignore === --- Zope/branches/2.12/.bzrignore (rev 0) +++

[Zope-dev] Reminder, agenda for today's IRC meeting @ 15:00 UTC

2010-04-06 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

[Zope-dev] Summary of this week's IRC meeting (2010-04-06)

2010-04-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am attaching this week's summary. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_Extensions.py Finish coverage for App.Extensions.getPath.

2010-04-05 Thread Tres Seaver
Log message for revision 110489: Finish coverage for App.Extensions.getPath. Changed: U Zope/trunk/src/App/tests/test_Extensions.py -=- Modified: Zope/trunk/src/App/tests/test_Extensions.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_Extensions.py Finish coverage for App.Extensions.getObject.

2010-04-05 Thread Tres Seaver
Log message for revision 110492: Finish coverage for App.Extensions.getObject. Changed: U Zope/trunk/src/App/tests/test_Extensions.py -=- Modified: Zope/trunk/src/App/tests/test_Extensions.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_Extensions.py Finish coverage for App.Extensions.getBrain.

2010-04-05 Thread Tres Seaver
Log message for revision 110493: Finish coverage for App.Extensions.getBrain. Changed: U Zope/trunk/src/App/tests/test_Extensions.py -=- Modified: Zope/trunk/src/App/tests/test_Extensions.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/App/Extensions.py Cleanup, PEP8, sane variable names.

2010-04-05 Thread Tres Seaver
Log message for revision 110498: Cleanup, PEP8, sane variable names. Changed: U Zope/trunk/src/App/Extensions.py -=- Modified: Zope/trunk/src/App/Extensions.py === --- Zope/trunk/src/App/Extensions.py2010-04-05 16:43:48

[Zope-Checkins] SVN: Zope/branches/2.12/inst/generate_index.py Suppress case-flattening ConfigParser stupidity.

2010-04-05 Thread Tres Seaver
Log message for revision 110512: Suppress case-flattening ConfigParser stupidity. Changed: U Zope/branches/2.12/inst/generate_index.py -=- Modified: Zope/branches/2.12/inst/generate_index.py === ---

[Zope-Checkins] SVN: Zope/trunk/inst/generate_index.py Suppress case-flattening ConfigParser stupidity.

2010-04-05 Thread Tres Seaver
Log message for revision 110518: Suppress case-flattening ConfigParser stupidity. Changed: U Zope/trunk/inst/generate_index.py -=- Modified: Zope/trunk/inst/generate_index.py === --- Zope/trunk/inst/generate_index.py

Re: [Zope-dev] Zope Tests: 4 OK, 3 Failed

2010-04-05 Thread Tres Seaver
differences). Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment

Re: [Zope-CMF] Some views don't set the content-type

2010-04-05 Thread Tres Seaver
with the meta declaration as a fall-back and there should be an error if there is a mismatch. Should I submit a bug on this Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_Extensions.py Add tests for App.Extensions.FuncCode

2010-04-03 Thread Tres Seaver
Log message for revision 110469: Add tests for App.Extensions.FuncCode Changed: A Zope/trunk/src/App/tests/test_Extensions.py -=- Added: Zope/trunk/src/App/tests/test_Extensions.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/App/tests/test_Extensions.py More tests for App.Extensions.FuncCode

2010-04-03 Thread Tres Seaver
Log message for revision 110470: More tests for App.Extensions.FuncCode Changed: U Zope/trunk/src/App/tests/test_Extensions.py -=- Modified: Zope/trunk/src/App/tests/test_Extensions.py === ---

Re: [Zope-CMF] Duplicate test in CMFDefault.browser.test_ursa?

2010-04-03 Thread Tres Seaver
: Python doesn't treat such cases as errors: it (silently) replaces the originally-bound name with a new binding. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Design

[Zope-Checkins] SVN: Zope/trunk/src/OFS/ Fix startup bug where five:register_class barfed due to missing Products.meta_types.

2010-04-02 Thread Tres Seaver
Log message for revision 110456: Fix startup bug where five:register_class barfed due to missing Products.meta_types. Changed: U Zope/trunk/src/OFS/metaconfigure.py A Zope/trunk/src/OFS/tests/test_metaconfigure.py -=- Modified: Zope/trunk/src/OFS/metaconfigure.py

[Zope-Checkins] SVN: Zope/branches/tseaver-catalog_getObject_raises/ Long merged.

2010-04-01 Thread Tres Seaver
Log message for revision 110393: Long merged. Changed: D Zope/branches/tseaver-catalog_getObject_raises/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/tseaver-collector_1460/ Stalled.

2010-04-01 Thread Tres Seaver
Log message for revision 110395: Stalled. Changed: D Zope/branches/tseaver-collector_1460/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/tseaver-five-integration-security/ Long merged.

2010-04-01 Thread Tres Seaver
Log message for revision 110396: Long merged. Changed: D Zope/branches/tseaver-five-integration-security/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/tseaver-instlib_as_site_dir/ Abandoned experiment

2010-04-01 Thread Tres Seaver
Log message for revision 110397: Abandoned experiment Changed: D Zope/branches/tseaver-instlib_as_site_dir/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/tseaver-zope.app_delenda_est/ Delenda indeed.

2010-04-01 Thread Tres Seaver
Log message for revision 110398: Delenda indeed. Changed: D Zope/branches/tseaver-zope.app_delenda_est/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org https://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: Zope/branches/2.11/LICENSE.txt Use text for ZPL 2.1 recognizable by the policy checker.

2010-04-01 Thread Tres Seaver
Log message for revision 110408: Use text for ZPL 2.1 recognizable by the policy checker. Changed: U Zope/branches/2.11/LICENSE.txt -=- Modified: Zope/branches/2.11/LICENSE.txt === --- Zope/branches/2.11/LICENSE.txt

[Zope-Checkins] SVN: Zope/branches/2.11/setup.py Manual fixups to replace ZC with ZF.

2010-04-01 Thread Tres Seaver
Log message for revision 110409: Manual fixups to replace ZC with ZF. Changed: U Zope/branches/2.11/setup.py -=- Modified: Zope/branches/2.11/setup.py === --- Zope/branches/2.11/setup.py 2010-04-01 16:32:26 UTC (rev 110408)

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst Note update for repository policy conformance.

2010-04-01 Thread Tres Seaver
Log message for revision 110410: Note update for repository policy conformance. Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Note update for repository policy conformance.

2010-04-01 Thread Tres Seaver
Log message for revision 110411: Note update for repository policy conformance. Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2010-04-01 16:37:29 UTC (rev

Re: [Zope-dev] Zope2 - Release Manager

2010-04-01 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lennart Regebro wrote: On Thu, Apr 1, 2010 at 03:55, Tres Seaver tsea...@palladion.com wrote: FWIW, I'm scheduled to sprint on finishing my cleanup of ZPublisher.WSGIResponse with the WebLion guys at or around PSE in May. Cleanup, really? Since

Re: [Zope-dev] Zope2 - Release Manager

2010-04-01 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Aspeli wrote: Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Aspeli wrote: What's the next step? I'd love to see some roadmapping ala that you did for Plone 5, in particular to discuss our WSGI story (which I'm

Re: [Zope-dev] Zope 2.13 roadmap

2010-04-01 Thread Tres Seaver
on, announce it, discuss it and we'll decide when and how it gets in. Sounds good. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com

Re: [Zope-dev] Segfault in zope.configuration

2010-04-01 Thread Tres Seaver
. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG

Re: [Zope-CMF] SVN: CMF.buildout/trunk/src/ Don't use http:// externals for CMF externals.

2010-04-01 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yuppie wrote: Hi! Tres Seaver wrote: Log message for revision 110361: Don't use http:// externals for CMF externals. This buildout is for developers: making them do the dance is silly. Changed: _U CMF.buildout/trunk/src

[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/event.zcml Leave behind a BBB shim for packages which still include Products.File ZCML.

2010-03-31 Thread Tres Seaver
Log message for revision 110364: Leave behind a BBB shim for packages which still include Products.File ZCML. Changed: A Zope/trunk/src/Products/Five/event.zcml -=- Added: Zope/trunk/src/Products/Five/event.zcml === ---

Re: [Zope-dev] Zope2 - Release Manager

2010-03-31 Thread Tres Seaver
you are an ideal candidate for the job. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [Zope-dev] Zope2 - Release Manager

2010-03-31 Thread Tres Seaver
on finishing my cleanup of ZPublisher.WSGIResponse with the WebLion guys at or around PSE in May. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp

Re: [Zope-CMF] CMF Tests: 3 OK, 1 Failed

2010-03-31 Thread Tres Seaver
', '^Products[.](CMF|DC|GenericSetup)|^five[.]'] Adding 'zope.sendmail3.7.0' to the eggs list doesn't help here. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Design

Re: [Zope-CMF] CMF Tests: 3 OK, 1 Failed

2010-03-31 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: Hanno Schlichting wrote: Hi Tres, On Wed, Mar 31, 2010 at 5:02 PM, Tres Seaver tsea...@palladion.com wrote: I can't even get the trunk buildout to build this morning: Hanno, do you have any clue what is going on here

Re: [Zope-CMF] CMF Tests: 3 OK, 1 Failed

2010-03-31 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jens Vagelpohl wrote: On 3/31/10 20:33 , Tres Seaver wrote: I also don't know why the 'instance' and 'i18n*' parts are configured in these buildouts -- does somebody have a memory of why, or a reason to keep them? The instance part is a pure

Re: [Zope] Problem Building 2.10.x

2010-03-24 Thread Tres Seaver
laptops, for instance. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

<    5   6   7   8   9   10   11   12   13   14   >