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] Encoding detection in the standard library?

2008-04-23 Thread Martin v. Löwis
>> For web forms, I always encode the pages in UTF-8, and that always >> works. > > Should work, if you use the "multipart/form-data" format. Right - I was implicitly assuming that. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] Externally developed modules (was Re: BSDDB3)

2008-04-23 Thread Martin v. Löwis
>> The usual solution is to not integrate then, at all. Python doesn't >> really ship with any libraries that also have an active life >> outside of Python. > > Not entirely true - we have the ones listed in PEP 360. However, I > think of those only Optik (aka optparse) is currently seeing active

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] BSDDB3

2008-04-23 Thread Gregory P. Smith
On Tue, Apr 22, 2008 at 8:09 PM, Jesus Cea <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Trent Nelson wrote: > | I remember those rampant BSDDB crashes on Windows well. > [...] > | basically, the tests weren't cleaning up their environment in > | the right order,

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] BSDDB3

2008-04-23 Thread Brett Cannon
On Tue, Apr 22, 2008 at 11:12 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > I'm a bit nervous about syncing, because I have the feeling that > > python-dev is committing changes to python private branch of pybsddb. I > > would rather prefer patches send to me and integrate "canonical" pybs

Re: [Python-Dev] Encoding detection in the standard library?

2008-04-23 Thread Bill Janssen
[EMAIL PROTECTED] writes: > > When a web browser POSTs data, there is no standard way of communicating > > which encoding it's using. > > That's just not true. Web browser should and do use the encoding of the > web page that originally contained the form. I wonder if the discussion is confusing

Re: [Python-Dev] pydoc works with eggs? (python-2.5.1)

2008-04-23 Thread Phillip J. Eby
At 06:48 AM 4/23/2008 -0400, Neal Becker wrote: Neal Becker wrote: > pydoc blew up when I tried to view doc for pytools module, which is an > egg: > > pydoc -p 8082 > pydoc server ready at http://localhost:8082/ > ... > I see that installing the egg unzip

[Python-Dev] Externally developed modules (was Re: BSDDB3)

2008-04-23 Thread Nick Coghlan
Martin v. Löwis wrote: I think this is the only way when integrating a project outside python SVN. Suggestions?. The usual solution is to not integrate then, at all. Python doesn't really ship with any libraries that also have an active life outside of Python. Not entirely true - we have the

Re: [Python-Dev] PyArg_ParseTuple and Py_BuildValue question

2008-04-23 Thread Benjamin Peterson
He emailed me back saying that he found the solution to his problem. -- Cheers, Benjamin Peterson ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/p

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] pydoc works with eggs? (python-2.5.1)

2008-04-23 Thread Neal Becker
Neal Becker wrote: > pydoc blew up when I tried to view doc for pytools module, which is an > egg: > > pydoc -p 8082 > pydoc server ready at http://localhost:8082/ > > Exception happened during processing of request from ('127.0.0.1', 52915) > Traceback (m

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] Encoding detection in the standard library?

2008-04-23 Thread M.-A. Lemburg
On 2008-04-23 07:26, Terry Reedy wrote: ""Martin v. Löwis"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] |> I certainly agree that if the target set of documents is small enough it | | Ok. What advantage would you (or somebody working on a similar project) | gain if chardet was pa

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] PyArg_ParseTuple and Py_BuildValue question

2008-04-23 Thread Hrvoje Nikšić
On Thu, 2008-04-10 at 09:23 +0800, Alvin Delagon wrote: > I'm currently writing a simple python SCTP module in C. So far it > works sending and receiving strings from it. [...] > I'm going to construct an SS7 packet in python using struct.pack(). > Here's the question, how am I going to pass the p