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 12 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Support Path objects in create_unix_connection() and create_unix_server()
Yury Selivanov
More...
about 7 years ago
tests: Add test.unix_server() & test.unix_client() helpers.
Yury Selivanov
More...
about 7 years ago
Rewrite socket test framework
Yury Selivanov
More...
about 7 years ago
Implement .cancelled() method for callback and timer Handles.
Yury Selivanov
More...
about 7 years ago
Implement loop.sock_recv_into()
Yury Selivanov
More...
about 7 years ago
Limit stack traces in debug mode to make it faster.
Yury Selivanov
More...
about 7 years ago
Close all reader/writer sockets the loop owns when it closes.
Yury Selivanov
More...
about 7 years ago
Remove unused constant
Yury Selivanov
More...
about 7 years ago
Make Transport.resume_reading() and pause_reading() idempotent. Add is_reading().
Yury Selivanov
More...
about 7 years ago
Manage signals FD more responsibly.
Yury Selivanov
More...
about 7 years ago
tests: Speedup socket tests machinery
Yury Selivanov
More...
about 7 years ago
Protect socket from closing while in use by loop.sock_*() methods.
Yury Selivanov
More...
about 7 years ago
Fix unhandled errors in Handle.__dealloc__ producing unwanted stderr output
Yury Selivanov
More...
about 7 years ago
Fix tests to pass on linux
Yury Selivanov
More...
over 7 years ago
tests: unbreak travis
Yury Selivanov
More...
over 7 years ago
Drop custom uvloop Future and Task implementations
Yury Selivanov
More...
over 7 years ago
Fix loop.sock_connect() to support 4 element addr tuples for IPv6 socks.
Yury Selivanov
More...
over 7 years ago
Optimize sockaddr conversion: try ascii codec before idna
Yury Selivanov
More...
over 7 years ago
Support pathlib.Path for 'cwd' argument of loop.subprocess_exec()
Yury Selivanov
More...
over 7 years ago
Allow for cross-compile of libuv (#114)
Craig McQueen
More...
over 7 years ago
Add support for infinite timeouts. Issue #102.
Yury Selivanov
More...
over 7 years ago
Revert "Implement Policy.set_child_watcher(). Closes issue #112."
Yury Selivanov
More...
over 7 years ago
Fix aiohttp test
Yury Selivanov
More...
over 7 years ago
Clarify comment.
Yury Selivanov
More...
over 7 years ago
add_reader() & add_writer() now accept file-like objects.
Yury Selivanov
More...
over 7 years ago
make: Add setup-build target
Yury Selivanov
More...
over 7 years ago
Fix a test to only run with asyncio version it supports
Yury Selivanov
More...
over 7 years ago
Rewrite test_run_until_complete_loop_orphan_future_close_loop test
Yury Selivanov
More...
over 7 years ago
Fix run_until_cleanup to clean up done callback
jimmylai
More...
over 7 years ago
Link with pthread (#87)
Frederik Aalund
More...
over 7 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
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