1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 20, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No need to use run_forever() and stop() in transport test. More... about 13 years ago
Add run_forever(). Add UNIX socket transport. More... about 13 years ago
Add @task decorator and test for it. (This wraps the coro in a Task.) More... about 13 years ago
Add support for select.poll() on Windows versions which support it. More... about 13 years ago
Change default timeout in run_until_complete() to avoid overflow. More... about 13 years ago
Fix import of socketpair on Windows. More... about 13 years ago
Avoid extra indirection when scheduling a stop. More... about 13 years ago
Use socketpair() instead of os.pipe() everywhere. More... about 13 years ago
Add call_repeatedly(). More... about 13 years ago
Add stop() and run_until_complete(). More... about 13 years ago
Stop ignoring HUP and errors indicated by poll() and epoll(). More... about 13 years ago
Rename DelayedCall to Handler. Add new abstract run/stop and call_repeatedly. More... about 13 years ago
Test for sock_accept(). More... about 13 years ago
Tests for sock_{connect,recv,sendall}. More... about 13 years ago
Tests for {add,remove}_{reader,writer}. More... about 13 years ago
Make run_while_future() even more compact. More... about 13 years ago
Add tests for wrap_future() and run_in_executor(). More... about 13 years ago
Fix amusing bug in _make_self_pipe_or_sock(). More... about 13 years ago
Tasks can wait for Futures. More... about 13 years ago
Workaround for quirks in Windows' select() More... about 13 years ago
Add tests for call_{soon,later}*. More... about 13 years ago
Move old stuff into old/. More... about 13 years ago
Fix py3 syntax error. More... about 13 years ago
Hopeful code to make unix_events.py work on Windows. More... about 13 years ago
A socket pair for Windows, public domain by Geert Jansen. More... about 13 years ago
Update README More... about 13 years ago
Set up coverage. More... about 13 years ago
Checkpoint: First unittests. More... about 13 years ago
Checkpoint. Got rid of _RUNNING state for Futures. More... about 13 years ago
Added abstract Transport and Protocol classes. More... about 13 years ago