1
I Use This!
Inactive

Commits : Listings

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