1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
call transport.close() in finally More... almost 13 years ago
make socket transport's abort() and close() idempotent More... almost 13 years ago
refactor ssl transport closing More... almost 13 years ago
fix socket leaks in create_connection() More... almost 13 years ago
Correct handling of EOF for Overlapped.ReadFile(). More... almost 13 years ago
Default "make test" to non-verbose. Add vtest to force verbise. More... almost 13 years ago
close iocp transport after receiving eof More... almost 13 years ago
http server keep-alive support More... almost 13 years ago
ssl transport eof support More... almost 13 years ago
close transport after receiving eof More... almost 13 years ago
implement wrap_future() as helper function More... almost 13 years ago
Handle and TimerHandle should have no public API except for cancel() issue #40 More... almost 13 years ago
Make error handling in sock_connect() a bit clearer and simpler. More... almost 13 years ago
Rename event_loop to loop into selector_events transports More... almost 13 years ago
Make IocpProactor.connect() work with locally-bound socket. More... almost 13 years ago
tests cleanup More... almost 13 years ago
Improvement to _TracebackLogger. Bonus: actually break the cycle! More... almost 13 years ago
rename event_loop to loop; logging cleanup More... almost 13 years ago
Better solution for logging tracebacks from abandoned futures. More... almost 13 years ago
added loop parameter to JoinableQueue More... almost 13 years ago
add 'loop' parameter to locks ctor; remove run_once() from locks tests More... almost 13 years ago
Fix failing test due to missing default for local_addr. More... almost 13 years ago
provide a 'local_addr' parameter for create_connection() (review at https://codereview.appspot.com/8997043/) More... almost 13 years ago
queues tests More... almost 13 years ago
Nasty merge. More... almost 13 years ago
Remove call_repeatedly(). Add time() and call_at(). add_*_handler() no longer returns Handles, call_soon() no longer accepts them. More... almost 13 years ago
code cleanup and some coverage More... almost 13 years ago
Add TODO about using getaddrinfo() to _sock_connect(). More... almost 13 years ago
simple http client connection pooling More... almost 13 years ago
Rename sleep() argument from when to delay. More... almost 13 years ago