Files
cpython/Modules
Victor Stinner ec1a498a01 Issue #24684: socket.socket.getaddrinfo() now calls
PyUnicode_AsEncodedString() instead of calling the encode() method of the
host, to handle correctly custom string with an encode() method which doesn't
return a byte string. The encoder of the IDNA codec is now called directly
instead of calling the encode() method of the string.
2015-09-11 12:37:30 +02:00
..
2014-02-04 10:12:18 -05:00
2014-10-28 22:24:46 +01:00
2014-05-11 16:17:02 -07:00
2015-07-02 16:18:38 -05:00
2015-03-18 16:05:18 +01:00
2015-02-09 20:58:52 -05:00
2013-08-01 22:13:30 -07:00
2013-10-26 13:22:08 -04:00
2015-03-02 11:18:40 -05:00
2014-02-04 09:33:05 +01:00