Staging
v0.5.1
https://github.com/python/cpython
Revision 08ae02f11e2d34b56859481171bc447ec45d5585 authored by Antoine Pitrou on 27 September 2010, 18:14:43 UTC, committed by Antoine Pitrou on 27 September 2010, 18:14:43 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85032 | antoine.pitrou | 2010-09-27 19:52:25 +0200 (lun., 27 sept. 2010) | 6 lines

  Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
  received.  Now sendall() properly calls signal handlers if necessary,
  and retries sending if these returned successfully, including on sockets
  with a timeout.
........
1 parent 603ca41
History
Tip revision: 08ae02f11e2d34b56859481171bc447ec45d5585 authored by Antoine Pitrou on 27 September 2010, 18:14:43 UTC
Merged revisions 85032 via svnmerge from
Tip revision: 08ae02f
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 723 bytes
.hgignore -rw-r--r-- 920 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 14.1 KB
Makefile.pre.in -rw-r--r-- 39.0 KB
README -rw-r--r-- 6.9 KB
configure -rwxr-xr-x 385.1 KB
configure.in -rw-r--r-- 115.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 32.5 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 75.9 KB

README

back to top