Staging
v0.8.1
https://github.com/python/cpython
Revision cdf6bfe3ec94d37a11ba68265c441339149aa874 authored by Anthony Baxter on 23 December 2001, 01:47:10 UTC, committed by Anthony Baxter on 23 December 2001, 01:47:10 UTC
in the std lib that should be using sendall(), rather than send() - I've
tried to check each of the patches.

Replaces calls to socket.send() (which isn't guaranteed to send all data)
with the new socket.sendall() method.
1 parent e40ae1f
History
Tip revision: cdf6bfe3ec94d37a11ba68265c441339149aa874 authored by Anthony Baxter on 23 December 2001, 01:47:10 UTC
The Grande 'sendall()' patch. I believe that I've picked up everything
Tip revision: cdf6bfe
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 13.0 KB
README -rw-r--r-- 1.2 KB
config.h -rw-r--r-- 12.4 KB
sleep.c -rw-r--r-- 845 bytes
unixstuff.c -rw-r--r-- 1.1 KB
unixstuff.h -rw-r--r-- 306 bytes

README

back to top