Re: [Twisted-Python] copy.deepcopy domish.Element works in python 2.5 but not in 2.6

2009-12-18 Thread Ralph Meijer
On Thu, 2009-12-17 at 18:11 +, exar...@twistedmatrix.com wrote: > On 05:40 pm, gabriel.rosse...@arimaz.com wrote: > >Hello everyone, > > > >for some reason copy.deepcopy forks great on a domish.Element on 2.5 > >but > >not in 2.6 : > > Actually, it looks like it works about equally well on eit

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 1:40 AM, Matt Bone wrote: > I'm so sorry, I was trying to express interest in the goings on but > my damn cat walked on the keyboard and sent a blank message. > If I'd been drinking milk when I read this, it would have come out my nose. The same thing has actually happen

Re: [Twisted-Python] Memcache client issues

2009-12-18 Thread Drew Smathers
On Thu, Dec 17, 2009 at 5:17 AM, Reza Lotun wrote: > Hi, > > You might want to take a look at the txmemcache project: > https://launchpad.net/tx.memcache > > Please proceed with utmost caution if you choose to use tx.memcache - I wrote this for a small utility script for a project that got axed,

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Kevin Horn
On Thu, Dec 17, 2009 at 11:40 PM, Glyph Lefkowitz wrote: > On Dec 17, 2009, at 4:00 PM, Kevin Horn wrote: > > Hmmm...I guess my "send an update every week" idea was a little optimistic. > :) > > Again haven't had as much time to devote to this as I would have > preferred. More of Glyph's "real li

Re: [Twisted-Python] Memcache client issues

2009-12-18 Thread Drew Smathers
On Wed, Dec 16, 2009 at 2:34 PM, MārisR wrote: > Hello! > I'm trying to write small tcp server, which doing some stuff with memcache. > Everything was fine until I start it on production, after few minutes I got > to rollback to old one. My script got max open files limit :( After liitle > inspe

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 11:23 AM, Kevin Horn wrote: > On Fri, Dec 18, 2009 at 1:40 AM, Matt Bone wrote: > >> I'm so sorry, I was trying to express interest in the goings on but >> my damn cat walked on the keyboard and sent a blank message. >> > > If I'd been drinking milk when I read this, it

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Mikhail Terekhov
On Fri, Dec 18, 2009 at 1:46 PM, Kevin Horn wrote: > > I'm also happy to send a copy of the code I have so far to anyone who's > interested...just send me an email off list, and I'll send you a tarball. > What about putting it into Twisted's SVN, i.e. into sandbox? Regards, -- Mikhail Terekhov

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread sstein...@gmail.com
On Dec 18, 2009, at 2:51 PM, Mikhail Terekhov wrote: > On Fri, Dec 18, 2009 at 1:46 PM, Kevin Horn wrote: >> >> I'm also happy to send a copy of the code I have so far to anyone who's >> interested...just send me an email off list, and I'll send you a tarball. >> > What about putting it into T

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 2:07 PM, sstein...@gmail.com wrote: > > On Dec 18, 2009, at 2:51 PM, Mikhail Terekhov wrote: > > > On Fri, Dec 18, 2009 at 1:46 PM, Kevin Horn > wrote: > >> > >> I'm also happy to send a copy of the code I have so far to anyone who's > >> interested...just send me an email

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Glyph Lefkowitz
On Dec 18, 2009, at 3:37 PM, Kevin Horn wrote: > I don't currently have access to Twisted SVN (as far as I know, anyway), but > if the Twisted guys want to give me access, I'm fine with that. I'm not particularly opposed to it, but at this stage I don't think it would help very much either. T

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread sstein...@gmail.com
> Otherwise, BitBucket is probably the best option, though it'll be a little > bit of a learning curve for me. I've used Mercurial a little bit, but never > for a "real" project, and I've never used BiBucket (though I think I have an > account, for some reason). I'll give you a hand with BitBu

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 2:51 PM, Glyph Lefkowitz wrote: > > On Dec 18, 2009, at 3:37 PM, Kevin Horn wrote: > > I don't currently have access to Twisted SVN (as far as I know, anyway), > but if the Twisted guys want to give me access, I'm fine with that. > > > I'm not particularly opposed to it, bu

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Mikhail Terekhov
On Fri, Dec 18, 2009 at 4:45 PM, Kevin Horn wrote: > I don't see a whole lot of point in putting the output into any sort of > version control at this point, since the idea is not to edit it at this > stage.  I'll continue to put up my results at > http://twistedsphinx.funsize.net periodically jus

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread Kevin Horn
On Fri, Dec 18, 2009 at 4:51 PM, Mikhail Terekhov wrote: > On Fri, Dec 18, 2009 at 4:45 PM, Kevin Horn wrote: > > I don't see a whole lot of point in putting the output into any sort of > > version control at this point, since the idea is not to edit it at this > > stage. I'll continue to put u

Re: [Twisted-Python] Memcache client issues

2009-12-18 Thread Reza Lotun
Hi Drew, > Please proceed with utmost caution if you choose to use tx.memcache - I > wrote this for a small utility script for a project that got axed, and I'm > not using memcache for any production apps now.  So, due to it not being > fully complete, tested in production, or even unit tested, ex