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
make CoroWrapper.throw fully compatible with gen.throw (#430) More... over 9 years ago
Document that coroutines passed to gather will not necessarily be scheduled in the same order they were passed in. (#433) More... over 9 years ago
Remove unused imports. (#435) More... over 9 years ago
Raise RuntimeError when transport's FD is used with add_reader etc More... almost 10 years ago
Sync selectors.py with CPython More... almost 10 years ago
Tighten up the SO_REUSEPORT code More... almost 10 years ago
Fix Windows buildbot for 9579a8722 More... almost 10 years ago
Accept multiple connections on listener EVENT_READ More... almost 10 years ago
Revert "Sync overlapped.c with CPython" -- let's keep asyncio compatible with 3.3 More... almost 10 years ago
Sync tasks.py & base_events.py with CPython More... almost 10 years ago
update_asyncio.sh: Make target python dir configurable More... almost 10 years ago
Sync overlapped.c with CPython More... almost 10 years ago
Sync with CPython (docstring of call_exception_handler) More... almost 10 years ago
Implement support for PEP 525 (in a backwards compatible way) More... almost 10 years ago
Handle when SO_REUSEPORT isn't properly supported More... almost 10 years ago
Add set_protocol / get_protocol to Transports More... almost 10 years ago
Use raw string for regex More... almost 10 years ago
Add basic tests for _asyncio_future_blocking. More... almost 10 years ago
Replace all checks for isinstance(x, Future) with isfuture(x). More... almost 10 years ago
Fix typos (from upstream, contributed by Ville Skyttä). More... almost 10 years ago
Fix typos (from upstream, contributed by Ville Skyttä). More... almost 10 years ago
Rename Future._blocking to _asyncio_future_blocking. More... almost 10 years ago
Fix an unclosed transport error in test_events (#410) More... almost 10 years ago
Issue #27907: variable rename. (Ville Skyttä) (from CPython) More... almost 10 years ago
Fix ordering issues in UNIX read/write pipe transport constructors (#408) More... almost 10 years ago
Don't select for read on character devices in _UnixWritePipeTransport (#374) More... almost 10 years ago
Speedup StreamReader.readexactly(). More... almost 10 years ago
Avoid deadlock when a cancelled future is in self._waiters. More... almost 10 years ago
Refuse monitoring processes if the child watcher has no loop attached More... almost 10 years ago
Suppress most voluminous output from report() in quiet mode. More... almost 10 years ago