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
Bump version to 0.4.5 More... almost 9 years ago
build: Include only needed libuv files into distribution; fix build More... almost 9 years ago
transport: Call super _close asap in the overloaded one More... almost 9 years ago
Implement SSL for create_connection and create_unix_connection More... almost 9 years ago
Factor out UVStreamServer into separate files More... almost 9 years ago
Implement SSL support for create_server and create_unix_server More... almost 9 years ago
testutils: Refactor test harness for sokets; implement tcp_client() More... almost 9 years ago
transports: Implement 'waiter' param for transport constructors More... almost 9 years ago
includes: Include asyncio.SSLProto More... almost 9 years ago
Normalize reprs of TimerHandle and Handle More... almost 9 years ago
loop: Make _call_soon and _call_soon_handle inline More... almost 9 years ago
loop: Improve log formatting of default_exception_handler More... almost 9 years ago
loop: Expose readonly _closed property (some packages use it) More... almost 9 years ago
transport: Expose _paused property & _force_close method (used by SSLProto) More... almost 9 years ago
loop: Make create_unix_connection accept only UNIX sockets More... almost 9 years ago
streams: Fix loop.close() and tests on Linux More... almost 9 years ago
loop: Warn if there are any open handles when loop is closing More... almost 9 years ago
process: Close all pipes when process transport is closing More... almost 9 years ago
process: Call Protocol.process_exited when process is done More... almost 9 years ago
streams: When a transport opened via socket use it in get_extra_info More... almost 9 years ago
tests: Add test for Transport.abort() More... almost 9 years ago
tests: Test Transport.writelines() More... almost 9 years ago
setup: uvloop requires unix/linux and Python >= 3.5 for now More... almost 9 years ago
signals: Explain why __signal_handler_sigint can be called without GIL More... almost 9 years ago
Bump version to 0.4.4 More... almost 9 years ago
transports: Avoid duplicating socket for get_extra_info() More... almost 9 years ago
Fix broken examples/bench/server.py More... almost 9 years ago
poll: In case of fatal error, just call callbacks and close More... almost 9 years ago
poll: Handle new UV_DISCONNECT; run handles on fatal_error More... almost 9 years ago
Use latest libuv (v1.9.0) More... almost 9 years ago