1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename EventLoop to AbstractEventLoop. More... about 13 years ago
Merge. More... about 13 years ago
In curl.py and crawl.py, only use IocpEventLoop if available. More... about 13 years ago
Use pep8 naming style for test names More... about 13 years ago
Merge. More... about 13 years ago
Ignore ERROR_CONNECTION_ABORTED if transport has been closed. More... about 13 years ago
Get rid of unneeded continue. More... about 13 years ago
Stop using SetFileCompletionNotificationModes() since not available on WinXP More... about 13 years ago
Merge default -> iocp (mostly test improvements). More... about 13 years ago
Fix missing import in test_utils.py. More... about 13 years ago
http_client.StreamReader tests More... about 13 years ago
Merge More... about 13 years ago
Logging tweaks for tests. More... about 13 years ago
Dummy merge. More... about 13 years ago
Disable subprocess_test on Windows. More... about 13 years ago
Merge. More... about 13 years ago
Replace IocpSelector with IocpEventLoop, and refactor UnixEventLoop. More... about 13 years ago
load tests from *_test.py files More... about 13 years ago
Redirect if path to directory without trailing slash detected. More... about 13 years ago
Log exceptions when they occur. More... about 13 years ago
Fix trailing whitespace. More... about 13 years ago
Fix relative url following. More... about 13 years ago
Serve from the current filesystem. More... about 13 years ago
Prevent sendall() from doing partial write without error. More... about 13 years ago
Only use overlapped IO as a fallback when non-blocking read/write fails. More... about 13 years ago
Merge default - iocp. More... about 13 years ago
No signals on Windows (port to main branch). More... about 13 years ago
No signals on Windows, really. More... about 13 years ago
StreamReader.readline does not maintain byte_count value More... about 13 years ago
Get rid of call_every_iteration() (Tornado cannot implement it). More... about 13 years ago