]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The Grande 'sendall()' patch. I believe that I've picked up everything
authorAnthony Baxter <anthonybaxter@gmail.com>
Sun, 23 Dec 2001 01:47:10 +0000 (01:47 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Sun, 23 Dec 2001 01:47:10 +0000 (01:47 +0000)
commitcdf6bfe3ec94d37a11ba68265c441339149aa874
tree1da183a1b3b9988daab7268fc34bfa9295d171a2
parente40ae1f762bbbb6f38a01dd27a3de9bbb7d8db95
The Grande 'sendall()' patch. I believe that I've picked up everything
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.
Lib/ftplib.py
Lib/gopherlib.py
Lib/httplib.py
Lib/imaplib.py
Lib/nntplib.py
Lib/poplib.py
Lib/smtplib.py
Lib/socket.py
Lib/telnetlib.py