1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 2 days ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix test_events.py: skip IPv6 if IPv6 is disabled on the host More... over 12 years ago
Issue #129: BaseEventLoop.sock_connect() now raises an error if the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families. More... over 12 years ago
Fuzz tester for as_completed(), by Glenn Langford. (See issue #127.) More... over 12 years ago
Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #127. More... over 12 years ago
events: Use __slots__ in Handle and TimerHandle More... over 12 years ago
Python issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than FreeBSD 8 More... over 12 years ago
Issue #131: as_completed() and wait() now raises a TypeError if the list of futures is not a list but a Future, Task or coroutine object More... over 12 years ago
Issue #130: Add more checks on subprocess_exec/subprocess_shell parameters More... over 12 years ago
Remove debug traces, there are only useful on Python buildbots More... over 12 years ago
Issue #126: call_soon(), call_soon_threadsafe(), call_later(), call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function. More... over 12 years ago
Fix TestLoop, set the clock resolution More... over 12 years ago
Python issue #20505: BaseEventLoop uses again the resolution of the clock to decide if scheduled tasks should be executed or not. More... over 12 years ago
Add hint for pypi release on Windows. More... over 12 years ago
Added tag 0.3.1 for changeset 70a228927cab More... over 12 years ago
Bump to version 0.3.1. More... over 12 years ago
Removed tag 0.3.1 More... over 12 years ago
Added tag 0.3.1 for changeset b01fa490bc3d More... over 12 years ago
Issue #112: Inline make_handle() into Handle constructor More... over 12 years ago
Remove more relics of resolution/granularity. More... over 12 years ago
Remove Process.subprocess attribute; it's too easy to get inconsistent Process and Popen objects More... over 12 years ago
Fix test bug (should use list, not set). More... over 12 years ago
Remove scories of resolution/granularity More... over 12 years ago
Remove resolution and _granularity from selectors and asyncio More... over 12 years ago
tasks: Fix as_completed, gather & wait to work with duplicate coroutines. Issue #114 More... over 12 years ago
tasks.gather: Fix docstring More... over 12 years ago
streams.StreamReader: Add 'at_eof()' method More... over 12 years ago
streams.StreamReader.feed_data: Add assertion that stream is not in EOF state More... over 12 years ago
Cosmetic improvement to test__run_once_logging() mock argument. More... over 12 years ago
streams.StreamReader: Use bytearray instead of deque of bytes for internal buffer More... over 12 years ago
Fix _ProactorWritePipeTransport._pipe_closed() More... over 12 years ago