0
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add UVHandle._is_alive() More... about 9 years ago
Use bint for UVStream.is_readable/writable More... about 9 years ago
Implement TCPTransport.get_extra_info('socket') More... about 9 years ago
Close handles when a uv error happen. Some refactoring around tracking. More... about 9 years ago
Drop tcp.WriteContext More... about 9 years ago
Move most of low-level streams related stuff from UVTCP to UVStream More... about 9 years ago
Loop.loop -> Loop.uvloop More... about 9 years ago
UVHandle.close -> UVHandle._close More... about 9 years ago
UVHandle.ensure_alive -> UVHandle._ensure_alive More... about 9 years ago
Prefix UVHandle internal properties with '_' More... about 9 years ago
UVHandle.close & UVRequest.cancel cannot be void (raise exceptions in debug) More... about 9 years ago
Few more comments in UVRequest More... about 9 years ago
Add a few comments; refactor convert_error More... about 9 years ago
Add new class to manage/track/cancel requests; rewrite getaddrinfo. More... about 9 years ago
Refactor exceptions; translate exceptions for EAI* errors; tests for dns More... about 9 years ago
Ignore .cache dir More... about 9 years ago
Don't run all tests in verbose mode More... about 9 years ago
Tune how loops are closed; fix unittests More... about 9 years ago
Sync loop debug with PYTHONASYNCIODEBUG; run tests in debug mode too More... about 9 years ago
Add tests for sock_{recv,sendall,connect,accept} More... about 9 years ago
Turn off C Futures for now More... about 9 years ago
Monkey patch asyncio.Future to be compatible with CFuture More... over 9 years ago
Plug refleak in Future More... over 9 years ago
Improve benchmarks More... over 9 years ago
futures: Remove old comment More... over 9 years ago
Edits in README More... over 9 years ago
Fix bugs in Future; add benchmarks More... over 9 years ago
Implement Future in C More... over 9 years ago
Use Handles (instead of lambda) for UVPoll callbacks More... over 9 years ago
Rename uvhandle callbacks to be consistent More... over 9 years ago