0
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add issue template More... almost 9 years ago
tests/tcp: Use server.wait_closed() to avoid ResourceWarnings More... almost 9 years ago
tests/tcp: Fix test skipping logic More... almost 9 years ago
tests: Add a dedicated test for create_server/reuse_port More... almost 9 years ago
make: Update 'release' target to do bdist_wheel upload More... almost 9 years ago
Add a doc comment to the test_create_server_5 test. More... almost 9 years ago
Copy a code comment from asyncio re TCP_IPV6ONLY in create_server More... almost 9 years ago
Bump the version to v0.4.24 More... almost 9 years ago
Fix create_server to bind correctly to ipv6 addresses on Linux More... almost 9 years ago
streams: Fix a compiler warning More... almost 9 years ago
Bump version to v0.4.23 More... almost 9 years ago
Fix another Cython bug; patch asyncio to work with Cython coroutines More... almost 9 years ago
test: Test that cython coroutines have __qualname__ and __name__ More... almost 9 years ago
test: Check that Cython coroutines are supported by ensure_future More... almost 9 years ago
Make default_exception_handler handle exceptions when running repr More... almost 9 years ago
Patch loop.c to fix a segfault in Cython. More... almost 9 years ago
Bump version to v0.4.22 More... almost 9 years ago
Drop now unused MethodHandle4 More... almost 9 years ago
Make sock_sendall & sock_recv another 30% faster. More... almost 9 years ago
Don't try to read right away in sock_recv More... almost 9 years ago
examples/bench: Update server to use bigger bufs and TCP_NODELAY More... almost 9 years ago
Further optimize sock_recv & sock_sendall--make less selector calls More... almost 9 years ago
Optimize sock_recv & sock_sendall methods. More... almost 9 years ago
Use Cython 'async def' coroutines without @asyncio.coroutine More... almost 9 years ago
Optimize loop.sock_sendall to use zero-copy for partial writes More... almost 9 years ago
Use uv.try_write instead of socket.h/send More... almost 9 years ago
Bump version to v0.4.21 More... almost 9 years ago
dns: Fix another compilation warning (const pointer -> pointer) More... almost 9 years ago
Bump version to v0.4.20 More... almost 9 years ago
setup.py: Fix timestamps before building libuv More... almost 9 years ago