1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
enable keep-alive only for http/1.1 clients More... over 12 years ago
Add open_connection() and class StreamReaderProtocol to streams.py. More... over 12 years ago
Re-export Full and Empty exceptions from tulip.queues instead of requiring import queue. More... over 12 years ago
Better way of checking two sets of times. More... over 12 years ago
refactor websocket handshake process, make it usable with wsgi server More... over 12 years ago
readpayload option of WSGIServerHttpProtocol is broken, #48 by Aymeric Augustin More... over 12 years ago
Fix copy/paste error in assertEqual message. More... over 12 years ago
Refactor proactor socket transports to support read/write pipe transports. More... over 12 years ago
Adjust some timing constraints. I see 0.016 in practice. More... over 12 years ago
Fix issue #47 in run_until_complete(), adding tests. More... over 12 years ago
deprecate run_once() More... over 12 years ago
replace run_once() in tests with test helper More... over 12 years ago
rename RawRequestMessage and RawResponseMessage namedtuple for consistency (codereview 9698044) More... over 12 years ago
Correct docstring for test/windows_utils_test.py. More... over 12 years ago
Move various Windows specific things to a windows_utils submodule. More... over 12 years ago
handle ConnectionResetError by Jeff Quast #31 More... almost 13 years ago
Cancelling a future wrapping an overlapped op now cancels overlapped op. More... almost 13 years ago
Refactor stop_serving() for proactors to be efficient. More... almost 13 years ago
accept loop in wait(), sleep(), as_completed() More... almost 13 years ago
Rewrite as_completed() to be more right. More... almost 13 years ago
Issue 45: Ensure eof_received() is not invoked after close() called. More... almost 13 years ago
Add tiny timeout to run_once() in test to keep Windows happy. More... almost 13 years ago
Make _wait() simpler and stupider, and more correct. More... almost 13 years ago
added stop_serving() to iocp event loop More... almost 13 years ago
Output pause/resume/discard by Jeff Quast (improved by us). More... almost 13 years ago
Add examples/windows_subprocess.py. More... almost 13 years ago
Add async() function, by Aaron Griffith. More... almost 13 years ago
fix unclosed sockets in tests More... almost 13 years ago
socket transports close procedure refactoring More... almost 13 years ago
http server examples fixes #43 More... almost 13 years ago