1
I Use This!
Inactive

Commits : Listings

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