1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add timeout support to as_completed(). More... about 13 years ago
Use repr() of result/exception in repr() of Future. More... about 13 years ago
More tests for wait(): exception, timeout. More... about 13 years ago
Implement wait() and as_completed() (partially). More... about 13 years ago
Rename Key to SelectorKey. More... about 13 years ago
Handle signals arriving during a select() (etc.) call. More... about 13 years ago
Fix definition of TimeoutError. More... about 13 years ago
Test for sleep(dt) without extra arg. More... about 13 years ago
Use signal.set_wakeup_fd() to avoid race condition. More... about 13 years ago
Rename _Key to Key. More... about 13 years ago
Use separate r/w kevents in KqueueSelector.unregister(). More... about 13 years ago
Close all sockets properly. More... about 13 years ago
Explicitly close the event loop after each test. More... about 13 years ago
Allow Handler instances instead of callbacks everywhere. More... about 13 years ago
Add test for cancelling a signal handler. More... about 13 years ago
Add signal handling APIs. More... about 13 years ago
Instead of init_event_loop(), define new_event_loop(). More... about 13 years ago
Make register()/unregister() in subclasses return a _Key. More... about 13 years ago
Use Selector classes by Charles-Francois Natali instead of pollsters. See http://bugs.python.org/issue16853. The selectors.py file is a slightly modified clone of the select.py file from that issue. More... about 13 years ago
Make test_writer_callback() more robust. More... about 13 years ago
In Future.__iter__(), don't yield self if already done. More... about 13 years ago
Clean more thoroughly. More... about 13 years ago
Exercise _accept_connection() a bit. More... about 13 years ago
Add start_serving(). Only half tested. More... about 13 years ago
Add call_every_iteration(). More... about 13 years ago
Run file descriptors callbacks in the same iteration the fd got ready. More... about 13 years ago
Remove out-of-date comments. More... about 13 years ago
Fix typo More... about 13 years ago
Define separate tests for each supported pollster class. More... about 13 years ago
Add ssl transport. More... about 13 years ago