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
Support Path objects in create_unix_connection() and create_unix_server() More... about 7 years ago
tests: Add test.unix_server() & test.unix_client() helpers. More... about 7 years ago
Rewrite socket test framework More... about 7 years ago
Implement .cancelled() method for callback and timer Handles. More... about 7 years ago
Implement loop.sock_recv_into() More... about 7 years ago
Limit stack traces in debug mode to make it faster. More... about 7 years ago
Close all reader/writer sockets the loop owns when it closes. More... about 7 years ago
Remove unused constant More... about 7 years ago
Make Transport.resume_reading() and pause_reading() idempotent. Add is_reading(). More... about 7 years ago
Manage signals FD more responsibly. More... about 7 years ago
tests: Speedup socket tests machinery More... about 7 years ago
Protect socket from closing while in use by loop.sock_*() methods. More... about 7 years ago
Fix unhandled errors in Handle.__dealloc__ producing unwanted stderr output More... about 7 years ago
Fix tests to pass on linux More... over 7 years ago
tests: unbreak travis More... over 7 years ago
Drop custom uvloop Future and Task implementations More... over 7 years ago
Fix loop.sock_connect() to support 4 element addr tuples for IPv6 socks. More... over 7 years ago
Optimize sockaddr conversion: try ascii codec before idna More... over 7 years ago
Support pathlib.Path for 'cwd' argument of loop.subprocess_exec() More... over 7 years ago
Allow for cross-compile of libuv (#114) More... over 7 years ago
Add support for infinite timeouts. Issue #102. More... over 7 years ago
Revert "Implement Policy.set_child_watcher(). Closes issue #112." More... over 7 years ago
Fix aiohttp test More... over 7 years ago
Clarify comment. More... over 7 years ago
add_reader() & add_writer() now accept file-like objects. More... over 7 years ago
make: Add setup-build target More... over 7 years ago
Fix a test to only run with asyncio version it supports More... over 7 years ago
Rewrite test_run_until_complete_loop_orphan_future_close_loop test More... over 7 years ago
Fix run_until_cleanup to clean up done callback More... over 7 years ago
Link with pthread (#87) More... over 7 years ago