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: Test invalid 'write' call; fix possible refleak More... almost 9 years ago
stream: Optimize Transport.writelines a bit More... almost 9 years ago
process: Use a pair of UNIX sockets (istead of named pipes) for IPC More... almost 9 years ago
Better seperate transports from servers; make many methods "inline" More... almost 9 years ago
Rename handles/server.* -> handles/streamserver.* More... almost 9 years ago
transports: Make UVStream inherit from UVTransport (rename the latter) More... almost 9 years ago
When encoding fs paths use PyUnicode_EncodeFSDefault More... almost 9 years ago
dns: Factor out sockaddr -> pyaddr conversion into separate func More... almost 9 years ago
process: Make debug-fork-sleep after all fds are closed More... almost 9 years ago
tests/process: Test returncode & pid right after subprocess is spawned More... almost 9 years ago
tests/process: Add a test for read/write notimpl methods More... almost 9 years ago
transport: Start reading after connection_made if nothing was scheduled More... almost 9 years ago
stream: Make __reading_started & __reading_stopped inline (faster+final) More... almost 9 years ago
transport: Schedule (not call) connection_lost when data is sent More... almost 9 years ago
transport: Sprinkle some comments More... almost 9 years ago
transport: Make '_schedule' methods inline (faster + final) More... almost 9 years ago
setup: Include examples & tests/certs into sdist More... almost 9 years ago
Bump version to 0.4.6 More... almost 9 years ago
process: Refactor process transport to handle late stdio init More... almost 9 years ago
loop: Add new _new_future() helper to create asyncio.Futures More... almost 9 years ago
travis: Adjust release script More... almost 9 years ago
tests/process: Another attempt to fix process tests under travis More... almost 9 years ago
travis: Try another approach for file upload More... almost 9 years ago
process: Cache PID the same way asyncio implementation does More... almost 9 years ago
Bundle libuv in github releases More... almost 9 years ago
Fix tests to run on Python 3.5.0 More... almost 9 years ago
Add Travis integration More... almost 9 years ago
setup: Add description & classifiers More... almost 9 years ago
process: Kill _set_result_unless_cancelled More... almost 9 years ago
transport: Avoid doing an extra call_soon call for waiter wakeup More... almost 9 years ago