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
14 days
ago. based on code collected
15 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 23 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
streams: Fix _try_write method; add more debug stats
Yury Selivanov
More...
almost 9 years ago
Bump version to 0.4.8
Yury Selivanov
More...
almost 9 years ago
Optimize stream send op -- try to send the data right away, w/o libuv
Yury Selivanov
More...
almost 9 years ago
Make TCPTransport.writelines flatten the bufs list (like in asyncio)
Yury Selivanov
More...
almost 9 years ago
examples/bench: Try to remove UNIX socket file before binding to it
Yury Selivanov
More...
almost 9 years ago
examples/bench: Drop TCP_NODELAY setting
Yury Selivanov
More...
almost 9 years ago
examples/bench/server: Add --proto option
Yury Selivanov
More...
almost 9 years ago
bench/server: Use TCP_NODELAY; raise the number of bytes to recv
Yury Selivanov
More...
almost 9 years ago
stream: It's OK if shutdown gets called more than once in DEBUG mode
Yury Selivanov
More...
almost 9 years ago
Remove another outdated comment
Yury Selivanov
More...
almost 9 years ago
Delete outdated code comment
Yury Selivanov
More...
almost 9 years ago
tests/udp: Unbreak tests under 3.5.0
Yury Selivanov
More...
almost 9 years ago
tcp: Cache peername & sockname in TCPTransport._call_connection_made
Yury Selivanov
More...
almost 9 years ago
Make is_closing(), get_debug() etc simpler
Yury Selivanov
More...
almost 9 years ago
Bump the version to v0.4.7
Yury Selivanov
More...
almost 9 years ago
tests: Add a macro test -- aiohttp client/server (optional)
Yury Selivanov
More...
almost 9 years ago
loop: Set coroutine wrapper in debug mode
Yury Selivanov
More...
almost 9 years ago
Make sure that getaddrinfo() accepts bytes (as asyncio/socket version)
Yury Selivanov
More...
almost 9 years ago
Add EventLoopPolicy
Yury Selivanov
More...
almost 9 years ago
Remove UV prefix from user-facing objects
Yury Selivanov
More...
almost 9 years ago
Implement loop.create_datagram_endpoint
Yury Selivanov
More...
almost 9 years ago
tests: Another attempt to fix test_signals_restore on Travis
Yury Selivanov
More...
almost 9 years ago
tests/signals: Silence resource warnings in subprocesses
Yury Selivanov
More...
almost 9 years ago
signals: Use 'sigaction' syscall for setting up signal handlers
Yury Selivanov
More...
almost 9 years ago
libuv: Most of the functions in uv.pxd don't need GIL
Yury Selivanov
More...
almost 9 years ago
includes/system: Mark functions as nogil
Yury Selivanov
More...
almost 9 years ago
make: python3 -> python
Yury Selivanov
More...
almost 9 years ago
stream/write-ctx: Unbreak debug build
Yury Selivanov
More...
almost 9 years ago
signals: Use PyErr_SetInterrupt directly to interrupt running py code
Yury Selivanov
More...
almost 9 years ago
Fix tests on Travis
Yury Selivanov
More...
almost 9 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
…
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