Re: [Python-Dev] Another buildslave - Ubuntu again

2012-05-02 Thread Senthil Kumaran
On Wed, May 2, 2012 at 10:54 PM, Antoine Pitrou wrote: > What are the characteristics of your machine? We already have several > Linux x86/x86-64 buildbots... That said, we could also toy with other > build options if someone has a request about that. It is not very unique. It is Intel x86 (32 b

Re: [Python-Dev] Another buildslave - Ubuntu again

2012-05-03 Thread Senthil Kumaran
On Thu, May 3, 2012 at 12:46 AM, Antoine Pitrou wrote: > Daily code coverage builds would be nice, but that's probably beyond > what the current infrastructure can offer. It would be nice if someone > wants to investigate that. Code coverage buildbots would indeed be good. I could give a try on t

Re: [Python-Dev] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies

2012-07-08 Thread Senthil Kumaran
On Sun, Jul 8, 2012 at 1:12 AM, Georg Brandl wrote: > > Please fix the markup: no blank line, but indented. E.g. > > .. versionchanged:: 3.3 >Blah, blah. Done. Sorry for that, I only built the docs and saw if the directive was affected and assumed it okay. Fixed that. Thanks, Senthil __

Re: [Python-Dev] 2.7 releases

2012-07-26 Thread Senthil Kumaran
On Thu, Jul 26, 2012 at 10:56 AM, Thomas Heller wrote: > Will there be more 2.7 bugfix releases, and when the next one? > > In other words; if I submit a patch and it is accepted, can I > expect that patch be committed also to the 2.7 branch? > > We are still back-porting bug fixes to 2.7 branch.

Re: [Python-Dev] Should urlencode() sort the query parameters (if they come from a dict)?

2012-08-19 Thread Senthil Kumaran
On Sat, Aug 18, 2012 at 1:55 PM, Glenn Linderman wrote: > > On 8/18/2012 11:47 AM, MRAB wrote: > > I vote -0. The issue can also be addressed with a small and simple > helper function that wraps urlparse and compares the query parameter. Or > you cann urlencode() with `sorted(qs.items)` instead of

Re: [Python-Dev] Better HTTP 1.1 support in http.server?

2012-09-24 Thread Senthil Kumaran
On Mon, Sep 24, 2012 at 9:39 AM, Christian Heimes wrote: > > +1 for 3.4 > > You proposed gave me another idea. What do you think about SPDY support > in the stdlib? It's the next step after HTTP 1.1. Yeah, it is a good idea. it should live along side with HTTP 1.1 as another protocol layer. Guido

Re: [Python-Dev] Branch ancestry hiccup on the Mercurial repo

2013-01-01 Thread Senthil Kumaran
On Mon, Dec 31, 2012 at 10:47 PM, Antoine Pitrou wrote: > > Chances are the problem won't be very annoying in practice, but just > FYI. I dont get this. I see 2.7 as a separate un-merged branch again ( http://hg.python.org/cpython/graph). Just curious, what happened next? Thanks, Senthil

Re: [Python-Dev] test failed: test_urlwithfrag

2013-01-04 Thread Senthil Kumaran
Yes, this is question is for python-li...@python.org On Fri, Jan 4, 2013 at 2:59 PM, Elli Lola wrote: > $ ./python -m test -v test_urlwithfrag Where did you get this command from? It looks to me to me that more than one person is trying the exact same command experiencing the same failure (exp

Re: [Python-Dev] Set close-on-exec flag by default in SocketServer

2013-01-09 Thread Senthil Kumaran
On Wed, Jan 9, 2013 at 4:48 AM, Victor Stinner wrote: > My question is: would you accept to break backward compatibility (in > Python 3.4) to fix a potential security vulnerability? > > If not, an alternative is to add an option, disabled by default, to > enable (or disable) explicitly close-on-ex

Re: [Python-Dev] os.path.join failure mode

2013-02-09 Thread Senthil Kumaran
And this is not just with Python. Try any other dynamic language (Ruby), send a function in place of a string and see failure msg. And if the question is really about path joins and path manipulations, then I believe PEP 428 ( http://www.python.org/dev/peps/pep-0428/) would be better candidate to

<    1   2   3