Re: [ZODB-Dev] notes re trying to run ZODB on PyPy

2011-10-04 Thread Pedro Ferreira
> Most were temporary hacks and the rest have no tests yet, so not checked > in anywhere. But here's (attached) the diff from my working directory. Thanks a lot for posting this, it seems like a good first step in abstracting ZODB from CPython. This reminds me of this particular presentation:

[ZODB-Dev] Call for volunteers: help w finishing Python BTrees

2011-10-04 Thread Jim Fulton
Someone recently told me I should be more agressive about asking for help. If someone is looking for an opportunity to help, finishing the Python version of BTrees would help a lot. I think I got this started pretty well, but ran out of time. This is needed for running ZODB on PyPy and jython, b

Re: [ZODB-Dev] Call for volunteers: help w finishing Python BTrees

2011-10-04 Thread David Glick
On 10/4/11 8:33 AM, Jim Fulton wrote: > Someone recently told me I should be more agressive about asking for help. > > If someone is looking for an opportunity to help, finishing the Python > version of BTrees would help a lot. I think I got this started pretty well, > but ran out of time. This i

[ZODB-Dev] RFC: oodb namespace package

2011-10-04 Thread Jim Fulton
Based on some discussions with Alan Runyan over the last few days, I've created an oodb "package" as a namespace package: http://pypi.python.org/pypi/oodb My thought is that over time, we'd migrate ZODB and ZODB related packages there. Certainly, I wish that ZODB was a namespace package. Thou

Re: [ZODB-Dev] RFC: oodb namespace package

2011-10-04 Thread David Glick
On 10/4/11 9:59 AM, Jim Fulton wrote: > Based on some discussions with Alan Runyan over the last few days, > I've created an oodb "package" as a namespace package: > >http://pypi.python.org/pypi/oodb > > My thought is that over time, we'd migrate ZODB and ZODB related > packages there. Certain

Re: [ZODB-Dev] Call for volunteers: help w finishing Python BTrees

2011-10-04 Thread Jim Fulton
On Tue, Oct 4, 2011 at 11:36 AM, David Glick wrote: > On 10/4/11 8:33 AM, Jim Fulton wrote: >> >> Someone recently told me I should be more agressive about asking for help. >> >> If someone is looking for an opportunity to help, finishing the Python >> version of BTrees would help a lot.  I think

Re: [ZODB-Dev] RFC: oodb namespace package

2011-10-04 Thread Vincent Pelletier
Le mardi 04 octobre 2011 18:59:32, Jim Fulton a écrit : > I've created an oodb "package" as a namespace package: Sounds good to me. > Thoughts? What would be the structure ? Especially regarding: - ZODB "itself" (ie, independently from the following entries) - ZEO - FileStorage (would it still b