Files
cpython/Modules
Anthony Baxter aadae7dae9 partial backport of guido's 1.188.
Add sendall() method, which loops until all data is written or an
  error occurs, and doesn't return a count.  (This is my second patch
  from SF patch #474307, with small change to the docstring for send().)

the 'partial' is because 1.188 also added a couple of Py_*_ALLOW_THREADS
wrappers around SSL_read and SSL_write, and I want to check those separately.

This is adding a new method to the socket object, which would normally
be a bad thing to do in a bugfix release - however, in this case, it
allows fixes for a nasty problem that would otherwise have a filthy
filthy fix to Get It Right. Still to-do is to patch the std library
modules to use sendall() where appropriate, rather than send().
2001-11-01 14:14:26 +00:00
..
2001-11-01 11:38:44 +00:00
2001-07-19 09:43:12 +00:00
2000-06-30 16:09:01 +00:00
2001-11-01 11:30:06 +00:00
2000-07-01 00:16:13 +00:00
2000-10-04 16:34:09 +00:00
2001-06-27 14:11:12 +00:00
2001-11-01 12:48:28 +00:00
2001-11-01 12:52:27 +00:00
2001-07-16 16:03:31 +00:00
2001-03-22 15:50:10 +00:00
2001-11-01 13:34:10 +00:00
2001-11-01 13:14:43 +00:00