• Victor Stinner's avatar
    asyncio: sync with Tulip · e912e652
    Victor Stinner yazdı
    * 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.
    e912e652
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
__main__.py Loading commit data...
echo.py Loading commit data...
echo2.py Loading commit data...
echo3.py Loading commit data...
keycert3.pem Loading commit data...
pycacert.pem Loading commit data...
ssl_cert.pem Loading commit data...
ssl_key.pem Loading commit data...
test_base_events.py Loading commit data...
test_events.py Loading commit data...
test_futures.py Loading commit data...
test_locks.py Loading commit data...
test_proactor_events.py Loading commit data...
test_queues.py Loading commit data...
test_selector_events.py Loading commit data...
test_streams.py Loading commit data...
test_subprocess.py Loading commit data...
test_tasks.py Loading commit data...
test_transports.py Loading commit data...
test_unix_events.py Loading commit data...
test_windows_events.py Loading commit data...
test_windows_utils.py Loading commit data...