Re: [Python-Dev] GSoC Student Introduction, again

2008-05-10 Thread Guilherme Polo
2008/5/10 "Martin v. Löwis" <[EMAIL PROTECTED]>: >> I've already wrapped all the Ttk functionality by now, and I will >> complete the documentation till the first betas. >> But as you know there isn't much people using (I know myself and a Tcl >> guy) so I'm not sure if it would be acceptable to in

Re: [Python-Dev] GSoC Student Introduction, again

2008-05-10 Thread Martin v. Löwis
> I've already wrapped all the Ttk functionality by now, and I will > complete the documentation till the first betas. > But as you know there isn't much people using (I know myself and a Tcl > guy) so I'm not sure if it would be acceptable to include this module > right into these betas, or would

Re: [Python-Dev] GSoC Student Introduction, again

2008-05-08 Thread Guilherme Polo
2008/5/8 "Martin v. Löwis" <[EMAIL PROTECTED]>: >> Regarding the project, I expect it to be integrated into Python's >> stdlib sometime in the future, I believe it will be in very good shape >> before binaries compiled against tcl/tk 8.5 start showing up. > > Actually, I would like to release Pytho

Re: [Python-Dev] GSoC Student Introduction, again

2008-05-07 Thread Martin v. Löwis
> Regarding the project, I expect it to be integrated into Python's > stdlib sometime in the future, I believe it will be in very good shape > before binaries compiled against tcl/tk 8.5 start showing up. Actually, I would like to release Python 2.6 and 3.0 on Windows with Tk 8.5 included, prefera

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Christian Heimes
Guilherme Polo schrieb: > Also, are you (PSF) planning to do this now or just at the "official" > gsoc start ? And, is there some internal discussion going on to decide > if students are going to get a branch or something at python > repositories ? I suggest we use the bounding period to set up th

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Martin v. Löwis
> But, what about giving students a branch in the svn and instructing > them to commit only there ? (Chris mentioned this two emails ago). If > for some reason svn is not the way to go, then I'm happy in using > bazaar for commits anyway. I think it's for the mentor to decide. I see no problems wi

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Guilherme Polo
2008/4/23 "Martin v. Löwis" <[EMAIL PROTECTED]>: > > What is the point on having a branch in the svn repo if you won't be > > able to commit ? Maybe I misunderstood what you said, so maybe could > > you clarify that answer ? > > What I meant is this: you need commit privileges regardless of whet

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Martin v. Löwis
> What is the point on having a branch in the svn repo if you won't be > able to commit ? Maybe I misunderstood what you said, so maybe could > you clarify that answer ? What I meant is this: you need commit privileges regardless of whether you are going to use bazaar or subversion (i.e. even for

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Rodrigo Bernardo Pimentel
On Wed, Apr 23 2008 at 07:56:44AM BRT, Christian Heimes <[EMAIL PROTECTED]> wrote: > Martin v. Löwis schrieb: > > I certainly can't speak for the respective mentors, but I feel that > > "use bazaar" really isn't the right answer to "can I get commit access?" > > > > One motivation for GSoC is als

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Christian Heimes
Martin v. Löwis schrieb: > I certainly can't speak for the respective mentors, but I feel that > "use bazaar" really isn't the right answer to "can I get commit access?" > > One motivation for GSoC is also community bonding, and having the > mentor (but not *only* the mentor) comment on the propos

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Guilherme Polo
2008/4/23, "Martin v. Löwis" <[EMAIL PROTECTED]>: > > See http://python.org/dev/bazaar/ for info. And if you have any other > > issues feel free to ask, Nick. > > > I certainly can't speak for the respective mentors, but I feel that > "use bazaar" really isn't the right answer to "can I get commi

Re: [Python-Dev] GSoC Student Introduction

2008-04-23 Thread Paul Moore
On 23/04/2008, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > See http://python.org/dev/bazaar/ for info. And if you have any other > > issues feel free to ask, Nick. > > I certainly can't speak for the respective mentors, but I feel that > "use bazaar" really isn't the right answer to "can I get

Re: [Python-Dev] GSoC Student Introduction

2008-04-22 Thread Martin v. Löwis
> See http://python.org/dev/bazaar/ for info. And if you have any other > issues feel free to ask, Nick. I certainly can't speak for the respective mentors, but I feel that "use bazaar" really isn't the right answer to "can I get commit access?" One motivation for GSoC is also community bonding,

Re: [Python-Dev] GSoC Student Introduction

2008-04-22 Thread Brett Cannon
On Tue, Apr 22, 2008 at 7:38 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 22, 2008 at 7:42 PM, Nick Edds <[EMAIL PROTECTED]> wrote: > > Hello, > > > > My name is Nick Edds. I am going to be working on the 2to3 tool with Collin > > Winter as my mentor. More specifically, I wi

Re: [Python-Dev] GSoC Student Introduction

2008-04-22 Thread Benjamin Peterson
On Tue, Apr 22, 2008 at 7:42 PM, Nick Edds <[EMAIL PROTECTED]> wrote: > Hello, > > My name is Nick Edds. I am going to be working on the 2to3 tool with Collin > Winter as my mentor. More specifically, I will be working on improving the > performance of the 2to3 tool in general, and its use of patte

Re: [Python-Dev] GSoC student introduction and sandbox commit privileges request

2008-04-22 Thread Collin Winter
On Tue, Apr 22, 2008 at 5:18 PM, Rodrigo Bernardo Pimentel <[EMAIL PROTECTED]> wrote: > On Tue, Apr 22 2008 at 09:02:49PM BRT, Brett Cannon <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 22, 2008 at 4:35 PM, Rodrigo Bernardo Pimentel > > <[EMAIL PROTECTED]> wrote: > > > > > I've just been accepted i

Re: [Python-Dev] GSoC student introduction and sandbox commit privileges request

2008-04-22 Thread Rodrigo Bernardo Pimentel
On Tue, Apr 22 2008 at 09:02:49PM BRT, Brett Cannon <[EMAIL PROTECTED]> wrote: > On Tue, Apr 22, 2008 at 4:35 PM, Rodrigo Bernardo Pimentel > <[EMAIL PROTECTED]> wrote: > > I've just been accepted into this year's Google Summer of Code (...) > > Finally, I'd like to request commit privileges to

Re: [Python-Dev] GSoC student introduction and sandbox commit privileges request

2008-04-22 Thread Brett Cannon
On Tue, Apr 22, 2008 at 4:35 PM, Rodrigo Bernardo Pimentel <[EMAIL PROTECTED]> wrote: > Hi there, > > I've just been accepted into this year's Google Summer of Code, to work for > the Python Software Foundation on 2to3. My project is to give 2to3 fixers > the ability to rank how confident they a