[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: I have now committed file 18615 as r84313: thanks for the patch. I have split this issue into two: this one is only about the socket module, and #9679 carries any remaining features (it would be good if we have only one bug per bug report). Since the buildb

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-23 Thread David Watson
David Watson added the comment: > Thanks for the patch. Committed as r84261. > > I'm not sure what the point is of supporting IDNA in getnameinfo, so I have > removed that from the patch. If you think it's needed, please elaborate. I don't see the point of it either, but if it's not supposed

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-23 Thread Florent Xicluna
Florent Xicluna added the comment: Two builders are sad: * x86 gentoo * sparc solaris10 gcc == ERROR: test_idna (test.test_socket.GeneralModuleTests) -- Trac

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-22 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> accepted status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the patch. Committed as r84261. I'm not sure what the point is of supporting IDNA in getnameinfo, so I have removed that from the patch. If you think it's needed, please elaborate. -- ___ Python tracker

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-22 Thread David Watson
David Watson added the comment: Updated the socket module patch to include gethostbyaddr() - it happens to accept hostnames and is used this way in the standard library. -- Added file: http://bugs.python.org/file18610/socket-idna.diff ___ Python trac

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: unit test needed -> patch review versions: -Python 2.7, Python 3.3 ___ Python tracker ___ ___

[issue1027206] unicode DNS names in socket, urllib, urlopen

2010-03-22 Thread David Watson
David Watson added the comment: I was about to report this for the socket module - the gethostbyname(), gethostbyname_ex() and getnameinfo() functions are the only things currently affected in that module as far as I can see. 3.x is affected too - the functions will pass non-ASCII Unicode to

[issue1027206] unicode DNS names in socket, urllib, urlopen

2009-03-24 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: -haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1027206] unicode DNS names in socket, urllib, urlopen

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode nosy: +haypo, orsenthil stage: -> test needed ___ Python tracker ___ ___ Python-b

[issue1027206] unicode DNS names in socket, urllib, urlopen

2009-02-08 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None type: -> feature request versions: +Python 2.7 ___ Python tracker ___ ___