Re: [Python-Dev] Another SoC student for CVS access

2005-07-13 Thread Brett Cannon
This is taking too long, so I am going to have Floris do his dev work somewhere else. Forget about the request. -Brett On 7/7/05, Brett Cannon <[EMAIL PROTECTED]> wrote: > Floris is working on wrapping Hotshot to replace 'profile' and > replacing pstats so that there will be no more need for 'pr

Re: [Python-Dev] Another SoC student for CVS access

2005-07-07 Thread Barry Warsaw
On Thu, 2005-07-07 at 16:30, Brett Cannon wrote: > Floris is working on wrapping Hotshot to replace 'profile' and > replacing pstats so that there will be no more need for 'profile' and > thus take care of the licensing problem. He also hopes to make pstats > faster to use. And if we are really l

Re: [Python-Dev] Another SoC student for CVS access

2005-07-07 Thread Brett Cannon
On 7/7/05, Jeremy Hylton <[EMAIL PROTECTED]> wrote: > On 7/7/05, Brett Cannon <[EMAIL PROTECTED]> wrote: > > Floris is working on wrapping Hotshot to replace 'profile' and > > replacing pstats so that there will be no more need for 'profile' and > > thus take care of the licensing problem. He also

Re: [Python-Dev] Another SoC student for CVS access

2005-07-07 Thread Phillip J. Eby
At 01:30 PM 7/7/2005 -0700, Brett Cannon wrote: >Floris is working on wrapping Hotshot to replace 'profile' and >replacing pstats so that there will be no more need for 'profile' and >thus take care of the licensing problem. He also hopes to make pstats >faster to use. And if we are really lucky,

Re: [Python-Dev] Another SoC student for CVS access

2005-07-07 Thread Jeremy Hylton
On 7/7/05, Brett Cannon <[EMAIL PROTECTED]> wrote: > Floris is working on wrapping Hotshot to replace 'profile' and > replacing pstats so that there will be no more need for 'profile' and > thus take care of the licensing problem. He also hopes to make pstats > faster to use. And if we are really

[Python-Dev] Another SoC student for CVS access

2005-07-07 Thread Brett Cannon
Floris is working on wrapping Hotshot to replace 'profile' and replacing pstats so that there will be no more need for 'profile' and thus take care of the licensing problem. He also hopes to make pstats faster to use. And if we are really lucky, get threading working for Hotshot. It would be gre