Re: [Python-Dev] Core projects for Summer of Code

2009-03-19 Thread Arc Riley
If it's organized in time we could scoop up some of the SoC applicants who we'll like to have but we won't have slots for Honestly I like the idea of competitions. Better publicity, the greater prizes will draw out some better minds from the community, and competitions based on quality will help

Re: [Python-Dev] Core projects for Summer of Code

2009-03-19 Thread Steve Holden
Arc Riley wrote: > > That makes it a much better candidate for GHOP that SoC, which requires > projects with a little more meat on them. > > > Yes it does. > > Though many organizations have taken to funding their own GHOPs. > Perhaps this year PSF can use the SoC funds ($500/student)

Re: [Python-Dev] Core projects for Summer of Code

2009-03-19 Thread Arc Riley
> That makes it a much better candidate for GHOP that SoC, which requires > projects with a little more meat on them. Yes it does. Though many organizations have taken to funding their own GHOPs. Perhaps this year PSF can use the SoC funds ($500/student) to host a bounty-sprint program much lik

Re: [Python-Dev] Core projects for Summer of Code

2009-03-19 Thread Steve Holden
Raymond Hettinger wrote: > Another thought: it would be nice is pydoc were built-out with an > alternate html generator that emitted clean, simple html > with the appropriate div/span tags so that CSS can be used > to control formatting. Right now, all of the formatting and > color coding is in-l

Re: [Python-Dev] tracker status options

2009-03-19 Thread Daniel (ajax) Diniz
Martin v. Löwis wrote: > In addition, I would like to see a specification of the exact labels to > be used, plus a one-line description that should be attached to the > labels. Tennessee, If you'd like to test those additional status options, I'm setting a test instance of the Python tracker up at

Re: [Python-Dev] tracker status options

2009-03-19 Thread Martin v. Löwis
> On Wed, Mar 18, 2009 at 23:47, "Martin v. Löwis" > wrote: > > > It would be great to put in some of those extra status options > that were > > discussed recently... > > > >"Open/New" > >"Needs help / Chatting" > >"Under developm

Re: [Python-Dev] Security fixes in 2.5 and 2.4

2009-03-19 Thread Brett Cannon
On Thu, Mar 19, 2009 at 02:04, "Martin v. Löwis" wrote: > I just got a few questions on how to apply security fixes. > To clarify, I recommend the following guidelines: > > - whether something constitutes a security bug is sometimes > debatable - in case of doubt, discussion is needed. I would >

Re: [Python-Dev] tracker status options

2009-03-19 Thread Brett Cannon
On Wed, Mar 18, 2009 at 23:47, "Martin v. Löwis" wrote: > > It would be great to put in some of those extra status options that were > > discussed recently... > > > >"Open/New" > >"Needs help / Chatting" > >"Under development" > >"Pending feedback" > >"Closed" > > Are you sure

Re: [Python-Dev] Core projects for Summer of Code

2009-03-19 Thread Raymond Hettinger
Another thought: it would be nice is pydoc were built-out with an alternate html generator that emitted clean, simple html with the appropriate div/span tags so that CSS can be used to control formatting. Right now, all of the formatting and color coding is in-line. If you don't like the appea

[Python-Dev] GSoC ideas in need of mentors :)

2009-03-19 Thread Daniel (ajax) Diniz
Hi, I'd like to propose a two housecleaning GSoC ideas for discussion, they both need mentors. First, Mark's suggested overhaul of the struct module, along with finishing PEP 3118 if possible. Second, a clean up of the socket module, along with checking its usage in the stdlib if possible. Details

[Python-Dev] snakebite for GSoC?

2009-03-19 Thread ajaksu
Hi, Does anyone have good ideas for assigning students to snakebite? Is it too early? I think the client-side 'Snakebite daemon' and server-side stuff described at http://tinyurl.com/beyond-buildbot would be great projects. Daniel ___ Python-Dev maili

Re: [Python-Dev] Core projects: 3to2

2009-03-19 Thread andrew cooke
Terry Reedy wrote: > Antoine Pitrou wrote: >> Terry Reedy udel.edu> writes: >>> Some of the people who need to support both late 2.x and 3.x would >>> prefer to write 3.x code and backport. The OP of a current python-list >>> thread asked whether there was any way to write something like >>> >>>

[Python-Dev] Security fixes in 2.5 and 2.4

2009-03-19 Thread Martin v. Löwis
I just got a few questions on how to apply security fixes. To clarify, I recommend the following guidelines: - whether something constitutes a security bug is sometimes debatable - in case of doubt, discussion is needed. I would be in favor of fixing it if the patch is small and obviously co

Re: [Python-Dev] Core projects: 3to2

2009-03-19 Thread Terry Reedy
Antoine Pitrou wrote: Terry Reedy udel.edu> writes: Some of the people who need to support both late 2.x and 3.x would prefer to write 3.x code and backport. The OP of a current python-list thread asked whether there was any way to write something like @alias('__nonzero__')