1
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 9 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More suppress_log_errors() calls. More... about 13 years ago
Suppress error/warning logs in some tests, and other cleanup. More... about 13 years ago
Add missing super().tearDown() class to EventLoopTestsMixin. More... about 13 years ago
Fix return type of SetFromWindowsErr(). More... about 13 years ago
No more need to explicitly convert OSError to ConnectionRefusedError. More... about 13 years ago
Add --iocp argument to curl.py and crawl.py which forces use of IOCP. More... about 13 years ago
Fix confusion between seconds and milliseconds. More... about 13 years ago
Change in handling of ERROR_BROKEN_PIPE. More... about 13 years ago
Break some long lines. More... about 13 years ago
Rmoved _when from Handler and added Timer class More... about 13 years ago
Get rid of add_connector and everything relating to it. We'll never need it. More... about 13 years ago
Disable tests for _accept_connection in Proactor test. More... about 13 years ago
Actually use _start_serving(). (Merge error probably.) More... about 13 years ago
Kill bad import of unix_events. More... about 13 years ago
Merge default -> default. More... about 13 years ago
Merge iocp into default branch. More... about 13 years ago
Merge the rest of default into iocp. More... about 13 years ago
Merge rev 300 into iocp branch. More... about 13 years ago
Increase test coverage of tasks.py to 100% More... about 13 years ago
Merge default rev 299 into iocp. Babysteps. More... about 13 years ago
Add a few comments. More... about 13 years ago
Handler comparison operations More... about 13 years ago
remove test_utils.sync decorator More... about 13 years ago
EventLoopPolicy tests More... about 13 years ago
Allow to use existing socket object with start_serving and create_connection methods More... about 13 years ago
Add event_loop parameter to Task ctor More... about 13 years ago
Replace iocp_events.py by proactor_events.py and create windows_events.py. More... about 13 years ago
Recreate unix_events.py and move signal handling there. More... about 13 years ago
Rename unix_events.py to selector_events.py. More... about 13 years ago
Move BaseEventLoop to base_events.py. More... about 13 years ago