[Zope-dev] Zope.schema extension with marker interface

2013-06-07 Thread Jan Van Hees
Hi A bit of context first: We have a zope application, using zope.schema to define our objects. The problem is, we have circular references, units contain references to persons and persons contain references to units. For schema validation, this is solved by subclassing zope.schema.Object

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

2011-11-07 Thread Brian Sutherland
On Fri, Oct 14, 2011 at 12:52:00PM +0200, Brian Sutherland wrote: On Mon, Oct 10, 2011 at 01:14:26PM +0200, Brian Sutherland wrote: I've managed to port zope.schema to Python 3.2 on a branch (jinty-python3). It gives up Python 2.5 compatibility and depends on six

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

2011-11-07 Thread Jim Fulton
On Mon, Nov 7, 2011 at 1:09 PM, Brian Sutherland br...@vanguardistas.net wrote: On Fri, Oct 14, 2011 at 12:52:00PM +0200, Brian Sutherland wrote: On Mon, Oct 10, 2011 at 01:14:26PM +0200, Brian Sutherland wrote: I've managed to port zope.schema to Python 3.2 on a branch (jinty-python3).

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

2011-11-07 Thread Brian Sutherland
On Mon, Nov 07, 2011 at 01:38:21PM -0500, Jim Fulton wrote: On Mon, Nov 7, 2011 at 1:09 PM, Brian Sutherland br...@vanguardistas.net wrote: On Fri, Oct 14, 2011 at 12:52:00PM +0200, Brian Sutherland wrote: On Mon, Oct 10, 2011 at 01:14:26PM +0200, Brian Sutherland wrote: I've managed to

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

2011-10-14 Thread Brian Sutherland
On Mon, Oct 10, 2011 at 01:14:26PM +0200, Brian Sutherland wrote: I've managed to port zope.schema to Python 3.2 on a branch (jinty-python3). It gives up Python 2.5 compatibility and depends on six (http://packages.python.org/six/). Any objections to me merging this branch? I just merged

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

2011-10-11 Thread Lennart Regebro
On Tue, Oct 11, 2011 at 10:22, Brian Sutherland br...@vanguardistas.net wrote: On Mon, Oct 10, 2011 at 01:14:26PM +0200, Brian Sutherland wrote: I've managed to port zope.schema to Python 3.2 on a branch (jinty-python3). One doubt which has just crept up on me is if these classes:    ASCII,

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

2011-10-11 Thread Brian Sutherland
On Tue, Oct 11, 2011 at 10:43:02AM +0200, Lennart Regebro wrote: On Tue, Oct 11, 2011 at 10:22, Brian Sutherland br...@vanguardistas.net wrote: On Mon, Oct 10, 2011 at 01:14:26PM +0200, Brian Sutherland wrote: I've managed to port zope.schema to Python 3.2 on a branch (jinty-python3).

[Zope-dev] zope.schema and Python 3

2011-10-10 Thread Brian Sutherland
I've managed to port zope.schema to Python 3.2 on a branch (jinty-python3). It gives up Python 2.5 compatibility and depends on six (http://packages.python.org/six/). Any objections to me merging this branch? -- Brian Sutherland ___ Zope-Dev maillist

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

2011-10-10 Thread Chris McDonough
On Mon, 2011-10-10 at 13:14 +0200, Brian Sutherland wrote: I've managed to port zope.schema to Python 3.2 on a branch (jinty-python3). Woo hoo! It gives up Python 2.5 compatibility and depends on six (http://packages.python.org/six/). Any objections to me merging this branch? Not from me.

Re: [Zope-dev] zope.schema validation can create read/write conflicts

2010-12-25 Thread Godefroid Chapelle
Le 24/12/10 13:03, Souheil CHELFOUH a écrit : Done and commited. Thanks ! If anyone can and want to release, it's ready. 3.7.1 released. -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] zope.schema validation can create read/write conflicts

2010-12-24 Thread Souheil CHELFOUH
Done and commited. If anyone can and want to release, it's ready. 2010/12/23 Tres Seaver tsea...@palladion.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/22/2010 05:48 PM, Souheil CHELFOUH wrote: Hello, I've been experiencing, for quite some time, now, read/write conflicts in my

[Zope-dev] zope.schema validation can create read/write conflicts

2010-12-22 Thread Souheil CHELFOUH
Hello, I've been experiencing, for quite some time, now, read/write conflicts in my projects. I've decided to hunt the problem down and it brought me down to the field validation in zope.schema. My use case is the following : class SomeAdapter(object): my_object =

Re: [Zope-dev] zope.schema validation can create read/write conflicts

2010-12-22 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/22/2010 05:48 PM, Souheil CHELFOUH wrote: Hello, I've been experiencing, for quite some time, now, read/write conflicts in my projects. I've decided to hunt the problem down and it brought me down to the field validation in zope.schema.

Re: [Zope-dev] zope.schema

2009-12-22 Thread Hanno Schlichting
On Mon, Dec 21, 2009 at 12:01 PM, Godefroid Chapelle got...@bubblenet.be wrote: Jean-Francois and I made a few improvements to zope.schema. Would it be possible to get a new release ? You have a new 3.6.0 release up on PyPi. Hanno ___ Zope-Dev

Re: [Zope-dev] zope.schema

2009-12-22 Thread Godefroid Chapelle
On 22/12/09 15:09, Hanno Schlichting wrote: On Mon, Dec 21, 2009 at 12:01 PM, Godefroid Chapelle got...@bubblenet.be wrote: Jean-Francois and I made a few improvements to zope.schema. Would it be possible to get a new release ? You have a new 3.6.0 release up on PyPi. Hanno Thanks ! --

Re: [Zope-dev] zope.schema

2009-12-22 Thread Hanno Schlichting
On Tue, Dec 22, 2009 at 5:21 PM, Godefroid Chapelle got...@bubblenet.be wrote: On 22/12/09 15:09, Hanno Schlichting wrote: On Mon, Dec 21, 2009 at 12:01 PM, Godefroid Chapelle got...@bubblenet.be  wrote: Jean-Francois and I made a few improvements to zope.schema. You have a new 3.6.0 release

Re: [Zope-dev] zope.schema

2009-12-22 Thread Godefroid Chapelle
On 22/12/09 17:23, Hanno Schlichting wrote: On Tue, Dec 22, 2009 at 5:21 PM, Godefroid Chapellegot...@bubblenet.be wrote: On 22/12/09 15:09, Hanno Schlichting wrote: On Mon, Dec 21, 2009 at 12:01 PM, Godefroid Chapelle got...@bubblenet.bewrote: Jean-Francois and I made a few

Re: [Zope-dev] zope.schema

2009-12-22 Thread Hanno Schlichting
On Tue, Dec 22, 2009 at 5:33 PM, Godefroid Chapelle got...@bubblenet.be wrote: On 22/12/09 17:23, Hanno Schlichting wrote: I also made the required changes in all the other Zope Toolkit packages to the new testing output, released new versions of them all and updated the ZTK. This is a nice

Re: [Zope-dev] zope.schema

2009-12-22 Thread Godefroid Chapelle
On 22/12/09 17:55, Hanno Schlichting wrote: On Tue, Dec 22, 2009 at 5:33 PM, Godefroid Chapellegot...@bubblenet.be wrote: On 22/12/09 17:23, Hanno Schlichting wrote: I also made the required changes in all the other Zope Toolkit packages to the new testing output, released new versions of

Re: [Zope-dev] zope.schema

2009-12-22 Thread Hanno Schlichting
On Tue, Dec 22, 2009 at 6:27 PM, Godefroid Chapelle got...@bubblenet.be wrote: Thanks for all details. I dunno if this is documented somewhere else. If it is not, where could that be added to help newcomers ? I didn't find something in the docs that explained this, so I wrote it down :) The

[Zope-dev] zope.schema

2009-12-21 Thread Godefroid Chapelle
Hi, Jean-Francois and I made a few improvements to zope.schema. Would it be possible to get a new release ? Or to give us access on Pypi so that we can make it ourselves ? Thanks -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be ___ Zope-Dev