Re: [Zope-dev] zope.interface 4.0.0 considered annoying.

2012-05-20 Thread Jim Fulton
at porting to 23. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton Jerky is better than bacon! http://www.dublinstore.com/ ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

[Zope-dev] zope.interface 4.0.0 considered annoying.

2012-05-19 Thread Jim Fulton
warning may provide some tiny benefit, the annoyance, especially for applications or libraries that still support Python 2.5 far outweights the benefit. I propose that these deprecation warnings be removed. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton Jerky is better than bacon! http

Re: [Zope-dev] zope.interface 4.0.0 considered annoying.

2012-05-19 Thread Jim Fulton
On Sat, May 19, 2012 at 5:59 PM, Tres Seaver tsea...@palladion.com wrote: On 05/19/2012 12:12 PM, Jim Fulton wrote: The declaration-syntax warnings in the zope.interface 4.0.0 are annoying and mostly pointless. There will be enough pain in porting applications to Python 3, avoiding

Re: [Zope-dev] zope.interface 4.0.0 considered annoying.

2012-05-19 Thread Jim Fulton
On Sun, May 20, 2012 at 12:08 AM, Tres Seaver tsea...@palladion.com wrote: On 05/19/2012 07:23 PM, Jim Fulton wrote: ... I'd forgotten the fail silently bit.  Can't we make the fail loudly for Python 3? They already do:  4.0.0 makes them exceptions under Python3:  that fact was actually my

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-13 Thread Jim Fulton
. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton Jerky is better than bacon! http://www.dublinstore.com/ ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Adding broken/missing support to zope.interface?

2012-04-09 Thread Jim Fulton
install something into the base code which provides the desired support:  the only change to zope.interface should be documenting the insertion point, and testing that it does the right thing when a dummy is plugged into it. +1 Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton Jerky

Re: [Zope-dev] Merge proposal: zope.interface/branches/tseaver-no_2to3

2012-04-05 Thread Jim Fulton
.  The secondary win is that running the same code under Py3k makes for better support / bug reports (line numbers match, etc.) Unless the community's consensus is against the branch, I plan to merge it to the zope.interface trunk by early next week. Woo hoo! Jim -- Jim Fulton http://www.linkedin.com

Re: [Zope-dev] Bad ZODB 3.10.5 egg on PyPI, cleanup needed

2012-03-12 Thread Jim Fulton
ZODB3-3.10.5.win32.zip      2012-03-12 22:06        J1m     12.x.x.x Sorry about that. This wasn't a bad distribution, but a fail on setuptools part afaict. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev

Re: [Zope-dev] how to add SOAP APIs in zope 3

2012-01-30 Thread Jim Fulton
framework. If not, then you have another problem. :) Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-19 Thread Jim Fulton
On Wed, Jan 18, 2012 at 6:50 PM, Marius Gedminas mar...@gedmin.as wrote: On Wed, Jan 18, 2012 at 05:00:27PM -0500, Jim Fulton wrote: zope.app.server emits a ProcessStarting event on startup. zope.app.wsgi.paste doesn't. I think it should. +1 If there are no objections, I'll make a bug

Re: [Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-19 Thread Jim Fulton
On Thu, Jan 19, 2012 at 8:56 AM, Marius Gedminas mar...@gedmin.as wrote: On Thu, Jan 19, 2012 at 06:30:35AM -0500, Jim Fulton wrote: .. I'll also release this change as zope.app.wsgi 3.15.0, or do you think this should be 4.0.0? 3.15.0 sounds about right to me. Done. Jim -- Jim Fulton http

[Zope-dev] zope.app.wsgi.paste doesn't emit a ProcessStarting event

2012-01-18 Thread Jim Fulton
' tests. Not sure if this was due to zope.testbrowser 4, or the (until recently) unreleased zope.app.testing changes needed to work with zope.testbrowser 4. I haven't had time to chase these down, thus the 3.9.3zc1 release, which I'm not terribly proud of. Jim -- Jim Fulton http://www.linkedin.com

Re: [Zope-dev] bugifx release for zope.error

2012-01-17 Thread Jim Fulton
Done. Jim On Tue, Jan 17, 2012 at 3:17 PM, Jan-Wijbrand Kolman janwijbr...@gmail.com wrote: Hi, I'd like to make a bugfix release for zope.error. Could someone grant me the needed permissions on pypi for this? My pypi handle is jw. Thank you in advance. regards, jw

Re: [Zope-dev] RFC ZTK: Change zope.app.wsgi to set REMOTE_USER

2012-01-10 Thread Jim Fulton
On Mon, Jan 9, 2012 at 6:26 PM, Jim Fulton j...@zope.com wrote: I'm trying to untangle zope.app-based applications from zope.server and am trying to figure out a sane way to get an access log. zope.app.wsgi sets the wsgi.logging_info WSGI environment variable with a user label to display

Re: [Zope-dev] RFC ZTK: Change zope.app.wsgi to set REMOTE_USER

2012-01-10 Thread Jim Fulton
Committed and released as 3.14.0. Jim On Mon, Jan 9, 2012 at 6:26 PM, Jim Fulton j...@zope.com wrote: I'm trying to untangle zope.app-based applications from zope.server and am trying to figure out a sane way to get an access log. zope.app.wsgi sets the wsgi.logging_info WSGI environment

[Zope-dev] RFC ZTK: Change zope.app.wsgi to set REMOTE_USER

2012-01-09 Thread Jim Fulton
from the REMOTE_USER environment variable. I propose to modify zope.app.wsgi to set REMOTE_USER if it isn't already set. This would be in addition to setting wsgi.logging_info. Any objections? Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] zope-tests - FAILED: 6, OK: 34, UNKNOWN: 6

2011-12-27 Thread Jim Fulton
-2.6.6 : Linux https://mail.zope.org/pipermail/zope-tests/2011-December/054837.html All apparently network failures during bootstrap. Dude, you're a trooper for looking at these. I wonder if failed builds could be retried. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] zope.server still used?

2011-12-20 Thread Jim Fulton
you end up using different servers in development and production. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

[Zope-dev] zope.app.paste

2011-12-15 Thread Jim Fulton
not sure where I would look for such a thing.) If anyone objects (or if this is duplicating something that already exists), please let me know. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https

Re: [Zope-dev] zope.app.paste

2011-12-15 Thread Jim Fulton
On Thu, Dec 15, 2011 at 12:22 PM, David Glick davidgl...@groundwire.org wrote: On 12/15/11 9:15 AM, Jim Fulton wrote: I'm going to take the liberty of creating a new package in the zope.app namespace. It's a small package that allows, zope.app-based applications to be wired up to WSGI

Re: [Zope-dev] zope.app.paste

2011-12-15 Thread Jim Fulton
On Thu, Dec 15, 2011 at 12:53 PM, Jim Fulton j...@zope.com wrote: On Thu, Dec 15, 2011 at 12:22 PM, David Glick davidgl...@groundwire.org wrote: On 12/15/11 9:15 AM, Jim Fulton wrote: I'm going to take the liberty of creating a new package in the zope.app namespace. It's a small package

Re: [Zope-dev] zope.app.paste

2011-12-15 Thread Jim Fulton
On Thu, Dec 15, 2011 at 1:41 PM, Stephan Richter stephan.rich...@gmail.com wrote: On Thursday, December 15, 2011 12:59:57 PM Jim Fulton wrote: So, does anyone know of a recipe, similar to zc.zope3recipes:instance that drives this? I am using collective.recipe.template to generate different

Re: [Zope-dev] zope.app.paste

2011-12-15 Thread Jim Fulton
On Thu, Dec 15, 2011 at 2:00 PM, Stephan Richter stephan.rich...@gmail.com wrote: On Thursday, December 15, 2011 01:54:01 PM Jim Fulton wrote: How do values get from DEFAULT into the other sections? If this is a buildout behavior, it's unintentional and unlikely to work in the future

Re: [Zope-dev] RFC: Removing InterfaceClass.deferred

2011-12-09 Thread Jim Fulton
On Thu, Dec 8, 2011 at 3:44 PM, Tres Seaver tsea...@palladion.com wrote: I can't find any use of it outside of tests, there are no docs for it, and Jim doesn't remember why it is there.  Any objections to removing it on the trunk? +1 Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] zc.buildout 2.0.0a1 for py33...

2011-12-08 Thread Jim Fulton
that, but I copied the egg on my computer and uploaded it. I had to lie about the Python version. If that doesn't work, I can add you as a project maintainer, but Tres is already one. :) Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope

Re: [Zope-dev] zope.app.locales pypi access

2011-12-06 Thread Jim Fulton
On Tue, Dec 6, 2011 at 4:38 PM, Jan-Jaap Driessen jdries...@thehealthagency.com wrote: Hi, I'd like to make a minor release of zope.app.locales. Could anyone grant access to handle janjaapdriessen? Done. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] Zope 4 release management

2011-11-17 Thread Jim Fulton
copy. I haven't used GitHub myself, but I gather it's good. :) Why not just let them host the project? Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Zope 4 - San Francisco sprint and beyond

2011-11-07 Thread Jim Fulton
On Sun, Nov 6, 2011 at 7:56 PM, Hanno Schlichting ha...@hannosch.eu wrote: Hi. A couple of us came together before the Plone conference to work on various Zope related topics. We worked on the following areas: This sounds like it was a very productive sprint. Thanks for the update. Jim

Re: [Zope-dev] ZEO client cache not working properly with beforestorage

2011-11-07 Thread Jim Fulton
definitely put this on my to-do list for 3.11. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope-dev] zope.schema and Python 3

2011-11-07 Thread Jim Fulton
zope.schema trunk? (or give me rights to do so, jinty on pypi) I empowered you! :) Thanks. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] zope.testrunner and nose count doctests differently

2011-11-03 Thread Jim Fulton
the zope testruner, you're somehow picking up zope.testing.doctest, which counts each doctest example as a test. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo

[Zope-dev] Zope 4?

2011-10-27 Thread Jim Fulton
I saw Zope 4 mentioned in public today. This is the first time I'd seen it mentioned in public. Is there a more formal announcement anywhere? Is there a description of what it is envisioned to be? Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] ZEO client cache not working properly with beforestorage

2011-10-25 Thread Jim Fulton
://bugs.launchpad.net/zodb/+filebug Of course, patches including tests are appreciated. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] Conversion old.zope.org to static site

2011-10-14 Thread Jim Fulton
things sorted out. For now, you can send me a note to request an account. You'll then get emailed a link to let you enter your password. That will get you to the next stage. :) Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist

Re: [ZWeb] zope.org move

2011-10-11 Thread Jim Fulton
On Tue, Oct 11, 2011 at 6:34 AM, Jens Vagelpohl j...@dataflake.org wrote: Hi Jim, Great. I have a 400MB tarball.  I put in ~zope on app2.zope.org. I assume you have access to that machine. If not, let me know where I should put it. As soon as you bring up a static old.zope.org (and switch

Re: [ZWeb] zope.org move

2011-10-11 Thread Jim Fulton
On Tue, Oct 11, 2011 at 10:00 AM, Jens Vagelpohl j...@dataflake.org wrote: On Oct 11, 2011, at 15:45 , Jim Fulton wrote: If I can provide a new tar ball that contains just release files in folders, can you knit it into the static site? I think the only way to make them available without

Re: [ZWeb] zope.org move

2011-10-11 Thread Jim Fulton
On Tue, Oct 11, 2011 at 11:05 AM, Jens Vagelpohl j...@dataflake.org wrote: On Oct 11, 2011, at 16:53 , Jim Fulton wrote: On Tue, Oct 11, 2011 at 10:00 AM, Jens Vagelpohl j...@dataflake.org wrote: On Oct 11, 2011, at 15:45 , Jim Fulton wrote: If I can provide a new tar ball that contains

Re: [ZWeb] zope.org move

2011-10-11 Thread Jim Fulton
On Tue, Oct 11, 2011 at 11:18 AM, Jens Vagelpohl j...@dataflake.org wrote: On Oct 11, 2011, at 17:10 , Jim Fulton wrote: On Tue, Oct 11, 2011 at 11:05 AM, Jens Vagelpohl j...@dataflake.org wrote: But that's not enough. The internal links on the static site point to items *past* the tarball

Re: [ZWeb] zope.org move

2011-10-10 Thread Jim Fulton
On Mon, Oct 10, 2011 at 3:55 AM, Jens Vagelpohl j...@dataflake.org wrote: On Oct 10, 2011, at 08:57 , Jens Vagelpohl wrote: Hi Jim, Great. I have a 400MB tarball.  I put in ~zope on app2.zope.org. I assume you have access to that machine. If not, let me know where I should put

Re: [ZWeb] zope.org move

2011-10-09 Thread Jim Fulton
On Thu, Aug 18, 2011 at 5:42 PM, Jens Vagelpohl j...@dataflake.org wrote: On Aug 18, 2011, at 17:54 , Jim Fulton wrote: On Thu, Aug 18, 2011 at 11:02 AM, Jens Vagelpohl j...@dataflake.org wrote: On Aug 18, 2011, at 15:45 , Mark W. Alexander wrote: It looks like zope.org has moved

Re: [ZWeb] zope.org move

2011-10-06 Thread Jim Fulton
On Sun, Aug 21, 2011 at 12:17 PM, Andreas Jung li...@zopyx.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 httrack should be the tool for creating a static site while preserving all exisiting URLs. What incantation should I use? Why should I use this rather than wget? Jim -- Jim

Re: [Zope-dev] RFC: Proposal for merging jbohman-zope.registry branch of zope.component

2011-09-01 Thread Jim Fulton
On Thu, Sep 1, 2011 at 4:27 AM, Chris McDonough chr...@plope.com wrote: ... - zope.testing (for addCleanUp of the global registry in  z.c.globalregistry and other places) This particular detail should simply be cleaned up by moving these calls into tests module. Jim -- Jim Fulton http

Re: [Zope-dev] RFC: Proposal for merging jbohman-zope.registry branch of zope.component

2011-09-01 Thread Jim Fulton
On Thu, Sep 1, 2011 at 1:28 PM, Chris McDonough chr...@plope.com wrote: On Thu, 2011-09-01 at 09:22 -0400, Jim Fulton wrote: On Thu, Sep 1, 2011 at 4:27 AM, Chris McDonough chr...@plope.com wrote: ... - zope.testing (for addCleanUp of the global registry in  z.c.globalregistry and other

Re: [Zope-dev] RFC: Proposal for merging jbohman-zope.registry branch of zope.component

2011-08-30 Thread Jim Fulton
On Tue, Aug 30, 2011 at 2:23 AM, Wolfgang Schnerring w...@gocept.com wrote: * Jim Fulton j...@zope.com [2011-08-26 07:35]: On Fri, Aug 26, 2011 at 3:51 AM, Wolfgang Schnerring w...@gocept.com wrote: * Jim Fulton j...@zope.com [2011-08-25 15:24]: stripping zope.component to its core would

Re: [Zope-dev] RFC: Proposal for merging jbohman-zope.registry branch of zope.component

2011-08-26 Thread Jim Fulton
On Fri, Aug 26, 2011 at 3:51 AM, Wolfgang Schnerring w...@gocept.com wrote: * Jim Fulton j...@zope.com [2011-08-25 15:24]: On Thu, Aug 25, 2011 at 2:50 AM, Wolfgang Schnerring w...@gocept.com wrote: So I'd like to propose to do the split the other way around: Not extract the core

Re: [Zope-dev] RFC: Proposal for merging jbohman-zope.registry branch of zope.component

2011-08-25 Thread Jim Fulton
to people, I often explain it as a good generic plugin mechanism. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [ZWeb] zope.org move

2011-08-18 Thread Jim Fulton
of it was migrated to the new site to keep the scope small. Can we spider this into a static site? Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-web maillist - Zope-web@zope.org https://mail.zope.org/mailman/listinfo/zope-web

Re: [Zope-dev] Pluggable template engine

2011-07-20 Thread Jim Fulton
What problem does this solve? Jim On Wed, Jul 20, 2011 at 11:24 AM, Malthe Borch mbo...@gmail.com wrote: I've refactored the ``pagetemplate`` module to realistically support plugging in an alternative implementation of the parser and interpreter.  http://svn.zope.org/zope.pagetemplate

Re: [Zope-dev] Configurable Blob Permissions ZODB

2011-06-17 Thread Jim Fulton
permission *only* removed from committed blob files. Read permissions should be controlled by existing mechanisms such as umask. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman

Re: [Zope-dev] Configurable Blob Permissions ZODB

2011-06-17 Thread Jim Fulton
On Fri, Jun 17, 2011 at 8:45 AM, Robert Niederreiter r...@squarewave.at wrote: Am Freitag, den 17.06.2011, 08:06 -0400 schrieb Jim Fulton: Any doubts, suggestions, other ideas? -1 for a new configuration option. I would rather just have write permission *only* removed from committed blob

Re: [Zope-dev] component registry navelgazing

2011-06-13 Thread Jim Fulton
with the adaptation worldview imposed by interface __call__. ? Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] component registry navelgazing

2011-06-13 Thread Jim Fulton
On Mon, Jun 13, 2011 at 12:38 PM, Jim Fulton j...@zope.com wrote: On Sun, Jun 12, 2011 at 4:48 PM, Chris McDonough chr...@plope.com wrote: Currently if you ask a registry to singly-adapt an object to an interface, and the object you're trying to adapt implements that interface, here's what

Re: [Zope-dev] Please, if you port to Python 3, port to 23

2011-05-05 Thread Jim Fulton
On Wed, May 4, 2011 at 3:01 AM, Lennart Regebro rege...@gmail.com wrote: On Sat, Apr 30, 2011 at 17:36, Jim Fulton j...@zope.com wrote: If we decide to port zope.org-based projects to Python 3, please please please, port them to Python 23 rather than relying on 2to3 (or 3to2).  That is, update

Re: [Zope-dev] Please, if you port to Python 3, port to 23

2011-05-02 Thread Jim Fulton
excuse not to start thinking about Python 3 ports. :) Sounds great. Do we want buildbots (in windows) for that? For what? Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman

Re: [Zope-dev] Please, if you port to Python 3, port to 23

2011-05-02 Thread Jim Fulton
with Python 3(.2?) OK. We're not ready for this yet. There are some test failures that are either spurious or inconsequential. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman

Re: [Zope-dev] Repository cleanup: ZVSL licensed files?

2011-04-19 Thread Jim Fulton
to the zope.org repo. Does the patch fix the files? Or just list them? Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] Repository cleanup: ZVSL licensed files?

2011-04-19 Thread Jim Fulton
On Tue, Apr 19, 2011 at 9:23 AM, Jens Vagelpohl j...@dataflake.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/19/11 15:19 , Jim Fulton wrote: On Tue, Apr 19, 2011 at 3:39 AM, Jens Vagelpohl j...@dataflake.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/19/11

Re: [Zope-dev] zope-tests - FAILED: 10, OK: 82, UNKNOWN: 2

2011-04-13 Thread Jim Fulton
/037884.html Hmm, these look like the Windows vs. Posix rounding error Jim thought he normalized away yesterday. Yeah. What repo path do these use? I fixed the 3.10 branch. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev

Re: [Zope-dev] zope-tests - FAILED: 10, OK: 82, UNKNOWN: 2

2011-04-13 Thread Jim Fulton
On Wed, Apr 13, 2011 at 10:31 AM, Adam GROSZER agroszer...@gmail.com wrote: Hello, trunk OK, I merged the renormalizing change to trunk. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https

Re: [Zope-dev] zope-tests - FAILED: 10, OK: 79

2011-04-12 Thread Jim Fulton
between windows and linux (and mac). :/ I've checked in a change (a renormalizer) that makes this test pass for me on 32-bit windows. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org

Re: [Zope-dev] [Distutils] [buildout] private releases

2011-03-31 Thread Jim Fulton
On Thu, Mar 31, 2011 at 5:38 AM, Martijn Pieters m...@zopatista.com wrote: On Wed, Mar 30, 2011 at 15:08, Jim Fulton j...@zope.com wrote: We do something similar with sftp (zc.buildoutsftp).  To publish eggs, we just use scp. The advantage of this is that it leverages ssh infrastructure, so

Re: [Zope-dev] [Distutils] [buildout] private releases

2011-03-30 Thread Jim Fulton
scp. The advantage of this is that it leverages ssh infrastructure, so *no* additional password management is needed. This is wildly better, IMO, than keeping passwords in clear text in your buildout configuration or in a dot file. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] Test fixture concepts

2011-03-29 Thread Jim Fulton
about ceremony that just get in the way. py.test and (modern uses of) doctest are in many ways a reaction to that ceremony. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman

Re: [Zope-dev] Test fixture concepts (was: Zope test layers, pytest, and test isolation)

2011-03-28 Thread Jim Fulton
it was written at the turn of the century, there weren't good alternatives. Personally, I think maintaining it is boring. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman

Re: [Zope-dev] Test fixture concepts (was: Zope test layers, pytest, and test isolation)

2011-03-28 Thread Jim Fulton
compiler. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo

Re: [Zope-dev] zope.component test isolation (was: Zope test layers, pytest, and test isolation)

2011-03-25 Thread Jim Fulton
into this, but I really don't think it's worth the added complexity. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] zope.component test isolation (was: Zope test layers, pytest, and test isolation)

2011-03-25 Thread Jim Fulton
On Fri, Mar 25, 2011 at 9:58 AM, Martin Aspeli optilude+li...@gmail.com wrote: On 25 March 2011 13:17, Jim Fulton j...@zope.com wrote: On Fri, Mar 25, 2011 at 4:24 AM, Wolfgang Schnerring w...@gocept.com wrote: ... 2. zope.component has two entry points, the global site registry

Re: [Zope-dev] Work on the zope.publisher components and their genericity

2011-03-24 Thread Jim Fulton
the dependencies of some zope component on zope.publisher. If possible, i'd like to see this 1.4 released. Thank you for your attention Thanks for digging into this. I'd be happy to do a review and give some feedback. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] Work on the zope.publisher components and their genericity

2011-03-24 Thread Jim Fulton
On Thu, Mar 24, 2011 at 4:14 PM, Souheil CHELFOUH troll...@gmail.com wrote: Thank you for taking the time to answer, Jim. The work, according to its descriptive nature, was done on the trunk. I can revert the change and make a branch, if that's more appropriate for this kind of evolution

Re: [Zope-dev] Non-ZCML config for ZCA. (Was: Anyone want to do Google Summer of code mentoring for PSF?)

2011-03-21 Thread Jim Fulton
gets more obvious once we've done this. I'm not going to comment any more on the broader thread unless/until I have something specific to propose. Having said that, I'd like to go on record as wanting to review the zca port to Python 3 before it's finalized. Jim -- Jim Fulton http

Re: [Zope-dev] Non-ZCML config for ZCA. (Was: Anyone want to do Google Summer of code mentoring for PSF?)

2011-03-21 Thread Jim Fulton
: @utility. Maybe it's enough to document what the directives do. Or maybe something less attached to the class definition would make sense. I don't know what the right answer is ... at least not yet. :) Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] Non-ZCML config for ZCA. (Was: Anyone want to do Google Summer of code mentoring for PSF?)

2011-03-21 Thread Jim Fulton
On Mon, Mar 21, 2011 at 10:38 AM, Martijn Faassen faas...@startifact.com wrote: On 03/21/2011 03:28 PM, Jim Fulton wrote: I don't know what the right answer is ... at least not yet. :) In Django and sqlalchemy declarative a meta class is used for this kind of configuration. Since

Re: [Zope-dev] Non-ZCML config for ZCA. (Was: Anyone want to do Google Summer of code mentoring for PSF?)

2011-03-21 Thread Jim Fulton
ambitious a goal, but I think we can avoid a lot of ZCML we have now. I'll probably make some concrete proposal at a later time. I trying to avoid saying more in this thread now, but I thought it was important try to be clearer aout what this thread was supposed to be about. Jim -- Jim Fulton http

Re: [Zope-dev] Anyone want to do Google Summer of code mentoring for PSF?

2011-03-20 Thread Jim Fulton
On Sat, Mar 19, 2011 at 8:06 PM, Stephan Richter srich...@cosmos.phy.tufts.edu wrote: ... I would be much more interested in seeing a working WebOb to zope.publisher bridge. I know Jim(?) Yes. has done some initial work on that. I think it would make an interesting PSF project, since

Re: [Zope-dev] Anyone want to do Google Summer of code mentoring for PSF?

2011-03-20 Thread Jim Fulton
code I hadn't written and probably don't understand from one platform to another. (My earlier comment on py2k-py3k porting wasn't meant as a dig against py3k bit rather to say that I didn't think porting projects would be very interesting.) Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton

Re: [Zope-dev] Anyone want to do Google Summer of code mentoring for PSF?

2011-03-20 Thread Jim Fulton
paragraph, it's because I think there need to be rules that limit the mechanism. For example, the baseline wiring should not depend on import order, meaning that one module should nor be able to override another module's default configuration. I would be interested in mentoring this project. Jim -- Jim

Re: [Zope-dev] Anyone want to do Google Summer of code mentoring for PSF?

2011-03-20 Thread Jim Fulton
On Sun, Mar 20, 2011 at 9:49 AM, Martin Aspeli optilude+li...@gmail.com wrote: On 20 March 2011 13:46, Jim Fulton j...@zope.com wrote: I think we ought to come up with a much cleaner way of defining default configuration. (Pyramid does this by passing default values in adapter calls, but I

Re: [Zope-dev] Anyone want to do Google Summer of code mentoring for PSF?

2011-03-20 Thread Jim Fulton
On Sun, Mar 20, 2011 at 11:00 AM, Hanno Schlichting ha...@hannosch.eu wrote: On Sun, Mar 20, 2011 at 3:28 PM, Jim Fulton j...@zope.com wrote: - The mechanism shouldn't require something to grok/analyze the  code.  The mechanism should be explicit. This is implied by  pythonic.  I remember Grok

Re: [Zope-dev] Anyone want to do Google Summer of code mentoring for PSF?

2011-03-17 Thread Jim Fulton
forwarded the roadmap to him, so anyone who wants to mentor, that would be great. I hope that isn't what they want. :) His stated goal for GSOC was to bring people into the community. I can't think of many better ways to turn someone off than to ask them to port something from Py2 to Py3. Jim -- Jim

Re: [Zope-dev] Sprints at PyCon

2011-02-10 Thread Jim Fulton
a lot that's good in the ztk and I'd like to see if we can make it more usable. Note that I'm absolutely *not* talking about packaging. :) Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton ___ Zope-Dev maillist - Zope-Dev@zope.org https

Re: [Zope-dev] PyPy 1.4.1 and the ZTK

2010-12-22 Thread Jim Fulton
of our tests is hard to say though - the JIT might be more overhead than gain in that case. I haven't found tests to be good measures of performance improvements. Thanks for pointing this out. Jim -- Jim Fulton ___ Zope-Dev maillist - Zope-Dev

Re: [Zope-dev] zope.testbrowser and WebTest

2010-12-15 Thread Jim Fulton
   zope.app.wsgi If anyone objects to this feature, or wants to review it before I merge, please let me know. I will definitely fix the documentation and remaining test failure before merging. I'm not volunteering to review :), but this enhancement sounds great! Jim -- Jim Fulton

Re: [Zope-dev] my take on ZCML's includeOverrides

2010-12-07 Thread Jim Fulton
in a root (or high-level file). Of course, you can sometimes get the same effect in other ways. For example, if one high-level component overrides another, then the overriding component can just include the overridden one. Jim -- Jim Fulton ___ Zope-Dev

[Zope-dev] We work waaaaay to hard to make everything configurable (Re: ZCML conflict resolution)

2010-12-07 Thread Jim Fulton
On Tue, Dec 7, 2010 at 1:51 PM, Jim Fulton j...@zope.com wrote: On Tue, Dec 7, 2010 at 1:38 PM, Chris McDonough chr...@plope.com wrote: ... A user wants to reuse a high-level component (aka package aka project in distutils jargon aka product in distutils jargon).  They want to customize

Re: [Zope-dev] my take on ZCML's includeOverrides

2010-12-07 Thread Jim Fulton
On Tue, Dec 7, 2010 at 2:27 PM, Chris McDonough chr...@plope.com wrote: On Tue, 2010-12-07 at 14:08 -0500, Jim Fulton wrote: On Tue, Dec 7, 2010 at 1:57 PM, Chris McDonough chr...@plope.com wrote: Independent of my previous call for discussion about ZCML conflict resolution, I'm cutting

Re: [Zope-dev] an Interface expressing a list of generator function

2010-11-09 Thread Jim Fulton
. What exactly are you hoping to accomplish? Jim -- Jim Fulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo

Re: [Zope-dev] Functional areas of Zope

2010-10-18 Thread Jim Fulton
clues about Zope's answers to the challenges of each functional area. If nothing else, I think the discussion will be valuable. Thank you very much for your participation. Thanks for spuring discussion. Jim -- Jim Fulton ___ Zope-Dev maillist

Re: [Zope-dev] Functional areas of Zope

2010-10-18 Thread Jim Fulton
via JSON (bobo implmented some json help classes IIRC). So does zc.ajax (and our unfortunately internal zc.ajaxform). These fit better with zope.publisher, fwiw. I'm sure there are other examples of this in the zope ecosystem. Jim -- Jim Fulton

Re: [ZWeb] download.zope.org

2010-10-11 Thread Jim Fulton
AFAICT, it isn't being maintained. I stopped using it a while ago. :( Jim On Mon, Oct 11, 2010 at 3:46 AM, Sascha Welter zopel...@betabug.ch wrote: Hi! I don't know if anybody already noticed... download.zope.org seems to be down since yesterday (Sunday 2010-10-10). Regards, Sascha

[Zope-dev] Post-mortem debugging support in the test runner (Re: Zope Tests: 55 OK, 16 Failed, 3 Unknown)

2010-09-27 Thread Jim Fulton
broke something. Jim -- Jim Fulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https

[Zope-dev] Good news: ZODB will work with Python 2.7 (was Re: Heads up: ZODB probably won't work with Python 2.7)

2010-09-24 Thread Jim Fulton
On Fri, Sep 17, 2010 at 6:15 PM, Jim Fulton j...@zope.com wrote: I suspect that the shenanigans played by the ZODB persistent cache implementation is running afoul of some changes in the garbage collection implementation in Python 2.7. My suspicion was correct. :) See https

Re: [Zope-dev] Python 2.4 Support

2010-09-17 Thread Jim Fulton
. To me, the driving factor is that Python 2.4 is no-longer supported by the Python developers. Jim -- Jim Fulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

[Zope-dev] Heads up: ZODB probably won't work with Python 2.7

2010-09-17 Thread Jim Fulton
of Python GC internals, I'd love to get some help. :) Jim -- Jim Fulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman

Re: [Zope-dev] ZTK Windows support

2010-09-12 Thread Jim Fulton
On Sun, Sep 12, 2010 at 7:11 AM, Adam Groszer agroszer...@gmail.com wrote: Hello, Actually, after checking with Jim, it seems that tests are passing for ZTK 1.0 (or 1.0 candidate), they fail for the trunk version on windows. They pass for the trunk of ztk. They fail when running against

Re: [Zope-dev] [ZODB-Dev] attempting to undo an un-undoable transaction gives NotImplementedError with ZODB 3.9.5

2010-09-10 Thread Jim Fulton
On Fri, Sep 10, 2010 at 2:27 AM, Chris Withers ch...@simplistix.co.uk wrote: On 09/09/2010 21:47, Jim Fulton wrote: 2010-08-26 22:49:01 ERROR txn.-1338986496 Failed to abort resource manager:MultiObjectResourceAdapter forZODB.DB.TransactionalUndo object at 0x2d509f0  at 47516176 Traceback

Re: [Zope-dev] [ZODB-Dev] attempting to undo an un-undoable transaction gives NotImplementedError with ZODB 3.9.5

2010-09-09 Thread Jim Fulton
capture the undo exception information before calling abort. My guess is that this works much better in ZODB 3.10. Jim -- Jim Fulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] .lock files on Windows

2010-09-03 Thread Jim Pharis
https://bugs.launchpad.net/collective.buildout/+bug/596839 Killing a fg instance with ctrl-c isn't the only scenario where the lock and pid files don't get cleaned up. On Fri, Sep 3, 2010 at 11:46 AM, Martin Aspeli optilude+li...@gmail.comoptilude%2bli...@gmail.com wrote: Hi, With Plone 4

Re: [Zope-dev] .lock files on Windows

2010-09-03 Thread Jim Pharis
wrote: On Fri, Sep 3, 2010 at 1:16 PM, Jim Pharis binbr...@gmail.com wrote: https://bugs.launchpad.net/collective.buildout/+bug/596839 Killing a fg instance with ctrl-c isn't the only scenario where the lock and pid files don't get cleaned up. I thought the problem was only the .pid file

Re: [Zope-dev] zope.keyreference hashes vs. 32/64bit

2010-08-28 Thread Jim Fulton
Python versions and architectures. Is this documented? If so, It's a missfeature. If not, perhaps it should be reported as a bug. Jim -- Jim Fulton ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts

Re: [Zope-dev] zope.keyreference hashes vs. 32/64bit

2010-08-28 Thread Jim Fulton
On Sat, Aug 28, 2010 at 3:12 PM, Hanno Schlichting ha...@hannosch.eu wrote: Hi. On Sat, Aug 28, 2010 at 8:47 PM, Jim Fulton j...@zope.com wrote: On Sat, Aug 28, 2010 at 12:17 PM, Hanno Schlichting ha...@hannosch.eu wrote: I've recently stumbled on some at least to me unexpected behavior

<    1   2   3   4   5   6   7   8   9   10   >