1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make tests allow for spurious readiness notifications. More... over 13 years ago
Throwaway code: async server (srv.py), sync ssl server (sslsrv.py). More... over 13 years ago
Merge. More... over 13 years ago
New experimental iocp branch. More... over 13 years ago
Close ssock/csock FDs upon event loop close(). More... over 13 years ago
Cancel handlers in remove_reader() etc. More... over 13 years ago
Separate EVENT_WRITE and EVENT_CONNECT. More... over 13 years ago
Support -x flag to exclude tests. More... over 13 years ago
Don't return from create_connection() until after connection_made() is called. More... over 13 years ago
Whitespace fix. More... over 13 years ago
The fix for the ECONNRESET error during testStartServing has been committed "accidently" in a earlier commit: add a comment explaining the logic behind it. More... over 13 years ago
Rename SELECT_(IN|OUT|CONNECT) to EVENT_(READ|WRITE|CONNECT). More... over 13 years ago
Remove unnecessary TODO comment
eliben
as Eli Bendersky
More... over 13 years ago
Increase test coverage of futures.py to 100%
eliben
as Eli Bendersky
More... over 13 years ago
Add more unit tests for Future.(add|remove)_done_callback
eliben
as Eli Bendersky
More... over 13 years ago
Skip ssl test if ssl module not found. More... over 13 years ago
Change key_from_fd to log warning and return None if key not found. More... over 13 years ago
Add docstrings to Future, as well as a test for add_done_callback.
eliben
as Eli Bendersky
More... over 13 years ago
CHECKPOINT: subprocess transport. More... over 13 years ago
Fix typo in _UnixSocketTransport.write(). More... over 13 years ago
Minimal chages to make tests pass on Windows More... over 13 years ago
Fix inequalities in assertions More... over 13 years ago
Fail later when ssl cannot be imported. More... over 13 years ago
Rename create_transport() to create_connection(). Remove type argument. More... over 13 years ago
Return True/False from remove_reader/writer/connector. More... over 13 years ago
Cancelling a read/write/connect handler now removes the handler. More... over 13 years ago
Remove pdb call accidentally checked in. More... over 13 years ago
New policy for running ready callbacks: alternate callbacks and I/O poll. (See python-ideas discussion.) More... over 13 years ago
Merge More... over 13 years ago
Fix a typo In SelectorKey.__repr__(). More... over 13 years ago