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