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 19 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
loop._sock_sendall: In case of EAGAIN just return--try again later
Yury Selivanov
More...
over 8 years ago
loop: Optimize _sock_recv -- no need to add a reader on EAGAIN
Yury Selivanov
More...
over 8 years ago
Bump the version to v0.4.26
Yury Selivanov
More...
over 8 years ago
tests: Make call_at test more stable
Yury Selivanov
More...
over 8 years ago
Mark files that were copied with modifications from CPython.
Yury Selivanov
More...
over 8 years ago
Add tests for _chain_future (threough _wrap_future)
Yury Selivanov
More...
over 8 years ago
Copy futures._chain_future implementation (unbreaks Python 3.5.0)
Yury Selivanov
More...
over 8 years ago
Implement fast Task & Future.
Yury Selivanov
More...
over 8 years ago
Log tracebakcs for handles in debug mode
Yury Selivanov
More...
over 8 years ago
tests: Refactor test for coroutines compiled with Cython
Yury Selivanov
More...
over 8 years ago
tests: Test that callback handles are weak-refable
Yury Selivanov
More...
over 8 years ago
Don't cleanup UNIX server sockets paths when server is closing
Yury Selivanov
More...
over 8 years ago
tests: Fix test to pass under latest asyncio/master
Yury Selivanov
More...
over 8 years ago
loop.time: Don't use libuv's time cache (issue #29)
Yury Selivanov
More...
over 8 years ago
Bump version to v0.4.25
Yury Selivanov
More...
over 8 years ago
streams: Drop one unnecessary _maybe_resume_protocol call
Yury Selivanov
More...
over 8 years ago
stream: Fix compiler warning
Yury Selivanov
More...
over 8 years ago
setup: Compile loop.c with -O2
Yury Selivanov
More...
over 8 years ago
Introduce new way of scheduling transport writes (3x faster!)
Yury Selivanov
More...
over 8 years ago
stream: Return early in stream._exec_write if the handle is closed
Yury Selivanov
More...
over 8 years ago
streams: Don't use malloc for buffers for small writes
Yury Selivanov
More...
over 8 years ago
Buffer sequential transport.write calls into one uv_write call
Yury Selivanov
More...
over 8 years ago
setup.py: Make sure CFLAGS has at least one -O
Yury Selivanov
More...
over 8 years ago
Speedup transport.write by using unistd.h/write directly
Yury Selivanov
More...
over 8 years ago
streams: Make libuv read/write callbacks manage python code exec sections
Yury Selivanov
More...
over 8 years ago
Bump libuv version to v1.9.1
Yury Selivanov
More...
over 8 years ago
Fix the comment for stream.writelines
Yury Selivanov
More...
over 8 years ago
Add loop.create_future() method (will be available in Python 3.5.2)
Yury Selivanov
More...
over 8 years ago
Add loop.get_exception_handler method (will be in asyncio in 3.5.2)
Yury Selivanov
More...
over 8 years ago
Fix patched _format_coroutine to support Cython generators
Yury Selivanov
More...
over 8 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
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