Staging
v0.5.1
https://github.com/python/cpython
Revision b261475a48d905f160bc1f499e90b995b0d0b6c0 authored by Victor Stinner on 25 August 2014, 21:20:52 UTC, committed by Victor Stinner on 25 August 2014, 21:20:52 UTC
* PipeServer.close() now cancels the "accept pipe" future which cancels the
  overlapped operation.
* Fix _SelectorTransport.__repr__() if the transport was closed
* Fix debug log in BaseEventLoop.create_connection(): get the socket object
  from the transport because SSL transport closes the old socket and creates a
  new SSL socket object. Remove also the _SelectorSslTransport._rawsock
  attribute: it contained the closed socket (not very useful) and it was not
  used.
* Issue #22063: socket operations (sock_recv, sock_sendall, sock_connect,
  sock_accept) of the proactor event loop don't raise an exception in debug
  mode if the socket are in blocking mode. Overlapped operations also work on
  blocking sockets.
* Fix unit tests in debug mode: mock a non-blocking socket for socket
  operations which now raise an exception if the socket is blocking.
* _fatal_error() method of _UnixReadPipeTransport and _UnixWritePipeTransport
  now log all exceptions in debug mode
* Don't log expected errors in unit tests
* Tulip issue 200: _WaitHandleFuture._unregister_wait() now catchs and logs
  exceptions.
* Tulip issue 200: Log errors in debug mode instead of simply ignoring them.
1 parent d71dcbb
History
Tip revision: b261475a48d905f160bc1f499e90b995b0d0b6c0 authored by Victor Stinner on 25 August 2014, 21:20:52 UTC
asyncio: sync with Tulip
Tip revision: b261475
File Mode Size
Python.asdl -rw-r--r-- 4.4 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 11.5 KB
asdl_c.py -rwxr-xr-x 42.7 KB
bitset.c -rw-r--r-- 1.0 KB
firstsets.c -rw-r--r-- 2.8 KB
grammar.c -rw-r--r-- 6.8 KB
grammar1.c -rw-r--r-- 1.3 KB
listnode.c -rw-r--r-- 1.2 KB
metagrammar.c -rw-r--r-- 2.4 KB
myreadline.c -rw-r--r-- 6.1 KB
node.c -rw-r--r-- 4.4 KB
parser.c -rw-r--r-- 11.6 KB
parser.h -rw-r--r-- 1.0 KB
parsetok.c -rw-r--r-- 10.5 KB
parsetok_pgen.c -rw-r--r-- 35 bytes
pgen.c -rw-r--r-- 17.5 KB
pgenmain.c -rw-r--r-- 3.8 KB
printgrammar.c -rw-r--r-- 2.9 KB
spark.py -rw-r--r-- 26.5 KB
tokenizer.c -rw-r--r-- 49.7 KB
tokenizer.h -rw-r--r-- 3.4 KB
tokenizer_pgen.c -rw-r--r-- 36 bytes

back to top