0
I Use This!
Low Activity

Commits : Listings

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