openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
python-asyncio
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Mar 03, 2025 — Mar 03, 2026
Showing page 22 of 54
Search / Filter on:
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
Victor Stinner
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.
Victor Stinner
More...
about 12 years ago
Fuzz tester for as_completed(), by Glenn Langford. (See issue #127.)
Guido van Rossum
More...
about 12 years ago
Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #127.
Guido van Rossum
More...
about 12 years ago
events: Use __slots__ in Handle and TimerHandle
Yury Selivanov
More...
about 12 years ago
Python issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than FreeBSD 8
Victor Stinner
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
Victor Stinner
More...
about 12 years ago
Issue #130: Add more checks on subprocess_exec/subprocess_shell parameters
Victor Stinner
More...
about 12 years ago
Remove debug traces, there are only useful on Python buildbots
Victor Stinner
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.
Victor Stinner
More...
about 12 years ago
Fix TestLoop, set the clock resolution
Victor Stinner
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.
Victor Stinner
More...
about 12 years ago
Add hint for pypi release on Windows.
Guido van Rossum
More...
about 12 years ago
Added tag 0.3.1 for changeset 70a228927cab
Guido van Rossum
More...
about 12 years ago
Bump to version 0.3.1.
Guido van Rossum
More...
about 12 years ago
Removed tag 0.3.1
Guido van Rossum
More...
about 12 years ago
Added tag 0.3.1 for changeset b01fa490bc3d
Guido van Rossum
More...
about 12 years ago
Issue #112: Inline make_handle() into Handle constructor
Victor Stinner
More...
about 12 years ago
Remove more relics of resolution/granularity.
Guido van Rossum
More...
about 12 years ago
Remove Process.subprocess attribute; it's too easy to get inconsistent Process and Popen objects
Victor Stinner
More...
about 12 years ago
Fix test bug (should use list, not set).
Guido van Rossum
More...
about 12 years ago
Remove scories of resolution/granularity
Victor Stinner
More...
about 12 years ago
Remove resolution and _granularity from selectors and asyncio
Victor Stinner
More...
about 12 years ago
tasks: Fix as_completed, gather & wait to work with duplicate coroutines. Issue #114
Yury Selivanov
More...
about 12 years ago
tasks.gather: Fix docstring
Yury Selivanov
More...
about 12 years ago
streams.StreamReader: Add 'at_eof()' method
Yury Selivanov
More...
about 12 years ago
streams.StreamReader.feed_data: Add assertion that stream is not in EOF state
Yury Selivanov
More...
about 12 years ago
Cosmetic improvement to test__run_once_logging() mock argument.
Guido van Rossum
More...
about 12 years ago
streams.StreamReader: Use bytearray instead of deque of bytes for internal buffer
Yury Selivanov
More...
about 12 years ago
Fix _ProactorWritePipeTransport._pipe_closed()
Victor Stinner
More...
about 12 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
53
54
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree