Re: [Repoze-dev] repoze.bfg is now Pyramid

2010-11-05 Thread Casey Duncan
I will be disappointed if the Pyramid logo is anything less than the eye of providence ;^) Congrats! Great to see synergy, particularly amongst Python web frameworks! -Casey On Nov 5, 2010, at 12:50 PM, Chris McDonough wrote: > Denials > --- > > Hopefully these will help clear up any misu

Re: [Repoze-dev] Repackaged PIL 1.1.7

2010-04-16 Thread Casey Duncan
On Apr 16, 2010, at 9:48 AM, Charlie Clark wrote: > Am 16.04.2010, 17:42 Uhr, schrieb Casey Duncan : > >> activate is a bit of a kludge, though it seems easy enough to just have >> multiple shells open if activate screws with certain tasks. I'm curious >&

Re: [Repoze-dev] Repackaged PIL 1.1.7

2010-04-16 Thread Casey Duncan
On Apr 16, 2010, at 9:33 AM, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chris Withers wrote: > >> ch...@server2:~$ python virtualenv.py --no-site-packages test_pil >> New python executable in test_pil/bin/python >> Installing setuptools.do

Re: [Repoze-dev] When to inherit from the persistent.Persistent

2010-04-06 Thread Casey Duncan
The only requirement for an object to be stored in zodb is that it is pickeable. However, if an object is mutable (as most user-defined objects are) its class should subclass Persistent so that updates to it are automatically saved and it will get put as its own "record" in the database. Practi

Re: [Repoze-dev] Near-final revision of "BFG Book"

2010-01-18 Thread Casey Duncan
Hey Chris: Out of curiosity, what tools did you use to create the book? I've only just started to "leaf" through and read the celebrity foreword 8^). The presentation is very nice and it looks like an awful lot of work went into it. Congrats! -Casey On Jan 17, 2010, at 7:43 PM, Chris McDonoug

Re: [Repoze-dev] [issue101] AuthTktCookie should not try to decode userid based on value types

2009-10-23 Thread Casey Duncan
On Oct 23, 2009, at 3:00 PM, Yuen Ho Wong wrote: > > Yuen Ho Wong added the comment: > > Ok I wasn't sure what security hole you were referring to, now I > understand better. > > Here's a pseudo code solution: > > if isinstance(who_userid, int): > who_userid = "int(" + who_userid + ")" > el

Re: [Repoze-dev] repoze.zope2 - what's up on trunk

2009-05-13 Thread Casey Duncan
On May 13, 2009, at 3:40 PM, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chris McDonough wrote: >> On 5/12/09 12:00 PM, Malthe Borch wrote: >>> 2009/5/12 Chris McDonough: If we ever do release an 80%-compatible publisher replacement, we should call it