[issue17561] Add socket.create_server_sock() convenience function

2013-03-28 Thread Guido van Rossum
Guido van Rossum added the comment: Perhaps you can contribute something like this to Tulip? We've got code to run a server that can handle IPv4 and IPv6, but we currently don't have something that just creates a separate socket for each address family. Our UDP and TCP paths are also quite d

[issue17561] Add socket.create_server_sock() convenience function

2013-03-28 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Yep, no prob. It would also be a good chance to test it in a real-world app. Where should I look? -- ___ Python tracker ___

[issue13510] Clarify that readlines() is not needed to iterate over a file

2013-03-28 Thread Kushal Das
Kushal Das added the comment: Working on a patch for this. -- nosy: +kushaldas ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue935117] pkgutil doesn't understand case-senseless filesystems

2013-03-28 Thread Anthony Kong
Changes by Anthony Kong : -- nosy: +Anthony.Kong ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue17565] segfaults during serialization

2013-03-28 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue15867] make importlib documentation easier to use

2013-03-28 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue17561] Add socket.create_server_sock() convenience function

2013-03-28 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +josiah.carlson, loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17561] Add socket.create_server_sock() convenience function

2013-03-28 Thread Guido van Rossum
Guido van Rossum added the comment: Tulip is at code.google.com/p/tulip On Thu, Mar 28, 2013 at 7:51 PM, Giampaolo Rodola' wrote: > > Giampaolo Rodola' added the comment: > > Yep, no prob. It would also be a good chance to test it in a real-world > app. Where should I look? > > -- > > _

[issue17438] json.load docs should mention that it always return unicode

2013-03-28 Thread anatoly techtonik
anatoly techtonik added the comment: Thanks for the fix. ;) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17563] Excessive resizing of dicts when used as a cache

2013-03-28 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue17546] Document the circumstances where the locals() dict gets updated

2013-03-28 Thread anatoly techtonik
anatoly techtonik added the comment: Ok. Maybe I proposed the solution too early. I am fine with doc fix, but given the previous experience I have doubts it will happen. Maybe opening a wiki page with a current draft can help: http://wiki.python.org/moin/Locals or better http://pirat

[issue12466] sporadic failures of test_close_fds and test_pass_fds in test_subprocess

2013-03-28 Thread Charles-François Natali
Charles-François Natali added the comment: Greg, the original issue was about an OS X failure, and it's still a problem AFAICT. However it's definitely not a problem with your patch, but an OS X kernel bug (we've had another similar issue some time ago I think), so we might as well skip the offen

<    1   2