1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 18, 2025 — Jun 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added version check to prevent installation on Python < 3.3.0 (#387) More... almost 10 years ago
Use bytearray for buffer in _UnixWritePipeTransport More... almost 10 years ago
Add loop.connect_accepted_socket() method (#378) More... almost 10 years ago
Set TCP_NODELAY on TCP transports by default More... almost 10 years ago
Fix callbacks race in SelectorLoop.sock_connect. More... almost 10 years ago
tests: Change tests to use ::1 for better OS X Tiger compatibility More... almost 10 years ago
Use socket specs for getaddrinfo() in sock_connect() (#365) More... almost 10 years ago
Fix NameError in sslproto _fatal_error() (#364) More... almost 10 years ago
Fix inconsistency cancelling Condition.wait More... about 10 years ago
Fix transport._read_ready and _write_ready to respect _conn_lost. More... about 10 years ago
Sync with CPython (PEP 492 __aiter__ update) More... about 10 years ago
Remove asyncio.timeout() context manager. More... about 10 years ago
Sync with CPython More... about 10 years ago
Fix _ipaddr_info to accept host in bytes More... about 10 years ago
Fix docstring of SelectorLoop.sock_connect More... about 10 years ago
Use socket.inet_pton only in create_server/connection/sock_connect More... about 10 years ago
Sync with CPython (fix typos) More... about 10 years ago
Add AppVeyor integration More... about 10 years ago
loop.getaddrinfo accepts service names like "http" for port. More... about 10 years ago
Fix getaddrinfo() to handle port=b'' More... about 10 years ago
readme: Add travis-ci shield More... about 10 years ago
travis: Run tests with `-bb` option to enable BytesWarnings More... about 10 years ago
Fix BytesWarning -- use lru_cache(typed=True) for _ipaddr_info More... about 10 years ago
loop.getaddrinfo accepts more types for "port" param. More... about 10 years ago
streams: Fix an SSL warning for StreamReaderProtocol.eof_received More... about 10 years ago
fix ResourceWarning related to subprocesses More... about 10 years ago
streams: Fix code style; delete LimitOverrunError.message attr More... about 10 years ago
Add 'loop.get_exception_handler()' method. (#345) More... about 10 years ago
tests: Sync with CPython More... about 10 years ago
Fix typos in docstrings (sync with CPython) More... about 10 years ago