openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
U
uvloop
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
16 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 30 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add UVHandle._is_alive()
Yury Selivanov
More...
about 9 years ago
Use bint for UVStream.is_readable/writable
Yury Selivanov
More...
about 9 years ago
Implement TCPTransport.get_extra_info('socket')
Yury Selivanov
More...
about 9 years ago
Close handles when a uv error happen. Some refactoring around tracking.
Yury Selivanov
More...
about 9 years ago
Drop tcp.WriteContext
Yury Selivanov
More...
about 9 years ago
Move most of low-level streams related stuff from UVTCP to UVStream
Yury Selivanov
More...
about 9 years ago
Loop.loop -> Loop.uvloop
Yury Selivanov
More...
about 9 years ago
UVHandle.close -> UVHandle._close
Yury Selivanov
More...
about 9 years ago
UVHandle.ensure_alive -> UVHandle._ensure_alive
Yury Selivanov
More...
about 9 years ago
Prefix UVHandle internal properties with '_'
Yury Selivanov
More...
about 9 years ago
UVHandle.close & UVRequest.cancel cannot be void (raise exceptions in debug)
Yury Selivanov
More...
about 9 years ago
Few more comments in UVRequest
Yury Selivanov
More...
about 9 years ago
Add a few comments; refactor convert_error
Yury Selivanov
More...
about 9 years ago
Add new class to manage/track/cancel requests; rewrite getaddrinfo.
Yury Selivanov
More...
about 9 years ago
Refactor exceptions; translate exceptions for EAI* errors; tests for dns
Yury Selivanov
More...
about 9 years ago
Ignore .cache dir
Yury Selivanov
More...
about 9 years ago
Don't run all tests in verbose mode
Yury Selivanov
More...
about 9 years ago
Tune how loops are closed; fix unittests
Yury Selivanov
More...
about 9 years ago
Sync loop debug with PYTHONASYNCIODEBUG; run tests in debug mode too
Yury Selivanov
More...
about 9 years ago
Add tests for sock_{recv,sendall,connect,accept}
Yury Selivanov
More...
about 9 years ago
Turn off C Futures for now
Yury Selivanov
More...
about 9 years ago
Monkey patch asyncio.Future to be compatible with CFuture
Yury Selivanov
More...
over 9 years ago
Plug refleak in Future
Yury Selivanov
More...
over 9 years ago
Improve benchmarks
Yury Selivanov
More...
over 9 years ago
futures: Remove old comment
Yury Selivanov
More...
over 9 years ago
Edits in README
Yury Selivanov
More...
over 9 years ago
Fix bugs in Future; add benchmarks
Yury Selivanov
More...
over 9 years ago
Implement Future in C
Yury Selivanov
More...
over 9 years ago
Use Handles (instead of lambda) for UVPoll callbacks
Yury Selivanov
More...
over 9 years ago
Rename uvhandle callbacks to be consistent
Yury Selivanov
More...
over 9 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree