Staging
v0.8.1
https://github.com/python/cpython
Revision 2934262fd36c35843c01b96657047625ce2e3cf6 authored by Victor Stinner on 29 January 2015, 13:15:19 UTC, committed by Victor Stinner on 29 January 2015, 13:15:19 UTC
* Cleanup gather(): use cancelled() method instead of using private Future
  attribute
* Fix _UnixReadPipeTransport and _UnixWritePipeTransport. Only start reading
  when connection_made() has been called.
* Issue #23333: Fix BaseSelectorEventLoop._accept_connection(). Close the
  transport on error. In debug mode, log errors using call_exception_handler()
1 parent 54a231d
History
Tip revision: 2934262fd36c35843c01b96657047625ce2e3cf6 authored by Victor Stinner on 29 January 2015, 13:15:19 UTC
asyncio: sync with Tulip
Tip revision: 2934262
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 5.9 KB
README.txt -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.0 KB
conf.py -rw-r--r-- 5.6 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 40.8 KB
license.rst -rw-r--r-- 45.6 KB
make.bat -rw-r--r-- 3.6 KB

README.txt

back to top