Files
cpython/Modules
Victor Stinner 9a644b23cc Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
of socket.socket objects now truncate the input buffer to INT_MAX bytes on
Windows to avoid an integer overflow.

(sendall() still send the whole buffer.)
2013-06-24 23:47:41 +02:00
..
2013-06-19 09:01:58 -07:00
2013-05-08 10:56:32 +03:00
2013-04-20 21:28:49 -07:00
2012-06-22 21:12:59 +02:00
2012-10-25 10:47:46 +01:00
2013-02-13 12:32:32 +00:00
2013-04-17 21:24:58 +01:00
2012-09-29 13:47:39 -04:00
2012-12-14 20:13:39 +02:00
2012-09-29 13:47:39 -04:00
2013-01-01 07:41:51 -08:00
2013-06-20 21:30:32 -04:00