1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Mar 03, 2025 — Mar 03, 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... about 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... about 12 years ago
Fuzz tester for as_completed(), by Glenn Langford. (See issue #127.) More... about 12 years ago
Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #127. More... about 12 years ago
events: Use __slots__ in Handle and TimerHandle More... about 12 years ago
Python issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than FreeBSD 8 More... about 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... about 12 years ago
Issue #130: Add more checks on subprocess_exec/subprocess_shell parameters More... about 12 years ago
Remove debug traces, there are only useful on Python buildbots More... about 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... about 12 years ago
Fix TestLoop, set the clock resolution More... about 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... about 12 years ago
Add hint for pypi release on Windows. More... about 12 years ago
Added tag 0.3.1 for changeset 70a228927cab More... about 12 years ago
Bump to version 0.3.1. More... about 12 years ago
Removed tag 0.3.1 More... about 12 years ago
Added tag 0.3.1 for changeset b01fa490bc3d More... about 12 years ago
Issue #112: Inline make_handle() into Handle constructor More... about 12 years ago
Remove more relics of resolution/granularity. More... about 12 years ago
Remove Process.subprocess attribute; it's too easy to get inconsistent Process and Popen objects More... about 12 years ago
Fix test bug (should use list, not set). More... about 12 years ago
Remove scories of resolution/granularity More... about 12 years ago
Remove resolution and _granularity from selectors and asyncio More... about 12 years ago
tasks: Fix as_completed, gather & wait to work with duplicate coroutines. Issue #114 More... about 12 years ago
tasks.gather: Fix docstring More... about 12 years ago
streams.StreamReader: Add 'at_eof()' method More... about 12 years ago
streams.StreamReader.feed_data: Add assertion that stream is not in EOF state More... about 12 years ago
Cosmetic improvement to test__run_once_logging() mock argument. More... about 12 years ago
streams.StreamReader: Use bytearray instead of deque of bytes for internal buffer More... about 12 years ago
Fix _ProactorWritePipeTransport._pipe_closed() More... about 12 years ago