Files
cpython/Lib
Victor Stinner e912e652f8 asyncio: sync with Tulip
* Tulip issue #183: log socket events in debug mode

  - Log most important socket events: socket connected, new client, connection
    reset or closed by peer (EOF), etc.
  - Log time elapsed in DNS resolution (getaddrinfo)
  - Log pause/resume reading
  - Log time of SSL handshake
  - Log SSL handshake errors
  - Add a __repr__() method to many classes

* Fix ProactorEventLoop() in debug mode. ProactorEventLoop._make_self_pipe()
  doesn't call call_soon() directly because it checks for the current loop
  which fails, because the method is called to build the event loop.

* Cleanup _ProactorReadPipeTransport constructor. Not need to set again
  _read_fut attribute to None, it is already done in the base class.
2014-07-12 03:11:53 +02:00
..
2014-07-12 03:11:53 +02:00
2014-05-16 23:02:25 -04:00
2014-02-01 21:22:26 +02:00
2014-06-14 18:41:13 -07:00
2014-04-10 00:23:18 -04:00
2014-05-17 21:45:01 -07:00
2014-07-12 03:11:53 +02:00
2014-04-03 10:22:10 -04:00
2013-08-29 17:29:30 -04:00
2014-03-09 14:47:58 -07:00
2013-10-03 21:29:36 +02:00
2013-10-26 13:22:08 -04:00
2014-02-23 23:40:16 -05:00