1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2025 — Aug 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix asyncio to support instantiation of new event loops in subprocesses More... over 9 years ago
SSL hangs if connection_lost is called (#472) (#476) More... over 9 years ago
Fixed typo in docstring (#474)
BR
More... over 9 years ago
Allow AF_UNIX in loop.create_connection and loop.create_server. More... over 9 years ago
Fix create_unix_server to support Path-like objects (PEP 519) More... over 9 years ago
Improve performance of asyncio.iscoroutine More... over 9 years ago
Fix iscoroutinefunction() to support mock/proxy obejcts More... over 9 years ago
Fix _format_coroutine for coroutine-like objects without __name__ More... over 9 years ago
Expose _get_running_loop() and _set_running_loop() functions More... over 9 years ago
Fix `isfuture()` to support `Mock(asyncio.Future)` More... over 9 years ago
Fix isfuture() to return False for unitttest.Mock. (#455) More... over 9 years ago
Make loop methods reject socket kinds they do not support. More... over 9 years ago
Don't allow passing Handles in loop.run_in_executor. More... almost 10 years ago
Optimize call_soon to perform extra checks in debug mode only More... almost 10 years ago
Make get_event_loop() return the running loop if called from coroutines More... almost 10 years ago
CI: Turn off testing of Python 3.3 and 3.4. More... almost 10 years ago
Don't configure the number of workers for default threadpool executor. More... almost 10 years ago
Fix Gather.cancel() to return True when there were active child tasks. More... almost 10 years ago
Handle if async generators are GCed from another thread. More... almost 10 years ago
Silence warning in test_create_unix_server_existing_path_sock More... almost 10 years ago
Prohibit Tasks to await on themselves. More... almost 10 years ago
Only allow UNIX Stream sockets for loop.create_unix_server/connection More... almost 10 years ago
Fixes #425 Remove UNIX socket from FS before binding. More... almost 10 years ago
Skip test_coroutine_like_object_debug_formatting under Python < 3.5 More... almost 10 years ago
Fix formatting of coroutine-like objects (Cython coroutines etc) More... almost 10 years ago
Add "call_connection_made" arg to SSLProtocol.__init__ More... almost 10 years ago
Raise DeprecationWarning when run_in_executor is called with a Handle More... almost 10 years ago
Fix unittests on Windows More... almost 10 years ago
Drop test_sock_connect_sock_write_race (sync with CPython) More... almost 10 years ago
Don't use getservbyname for non-numeric ports. (#437) More... almost 10 years ago