0
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better socket type check for Linux More... about 7 years ago
Another clarification More... about 7 years ago
Clarify the use of manual socket io ref control in UDP transport More... about 7 years ago
Fix typos More... about 7 years ago
Simply detach() socket objects in UVHandle._close() More... about 7 years ago
Close attached file objects right in UVHandle._close() More... about 7 years ago
tests: Split test_create_connection_1 into two tests More... about 7 years ago
tests: Split test_create_unix_connection_1 into three tests More... about 7 years ago
Try fixing test_create_unix_connection_1 on slow MacOS Travis instances More... about 7 years ago
Fix travis tests More... about 7 years ago
Enable TCP_NODELAY for all TCP transports More... about 7 years ago
Rewrite UDP transport from scratch. More... about 7 years ago
Add test_socket_sync_remove_and_immediately_close test More... about 7 years ago
Fix test_pseudosocket on Linux More... about 7 years ago
Implement pseudo-socket objects; don't dup() sockets More... about 7 years ago
tests: Fix warnings More... about 7 years ago
Fix connect_accepted_socket() to return correct SSL transport More... about 7 years ago
Fix sock_sendall() to correctly maintain add_writer/remove_writer calls More... about 7 years ago
pytest: Show all warnings More... about 7 years ago
Further optimize static DNS resolution More... about 7 years ago
Optimize __static_getaddrinfo a bit -- no need to raise an error More... about 7 years ago
Fix tests under old Pythons More... about 7 years ago
Fix test_aiohttp for debug build More... about 7 years ago
Fix slow_callback_duration repr in warnings for Tasks. More... about 7 years ago
Fix slow_callback_duration repr in warnings for TimerHandles More... about 7 years ago
create_server() now makes a strong ref to the Server object. More... about 7 years ago
travis: Use latest Python 3.6 on MacOS More... about 7 years ago
travis: Try Python 3.5.4 on MacOS More... about 7 years ago
Remove existng stale UNIX socket paths in loop.create_unix_server() More... about 7 years ago
Make a GC test more reliable. More... about 7 years ago