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
1 day
ago. based on code collected
2 days
ago.
Jun 21, 2025 — Jun 21, 2026
Showing page 12 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Tulip issue #184: FlowControlMixin constructor now get the event loop if the loop parameter is not set
Victor Stinner
More...
over 11 years ago
Remove outdated TODO/XXX
Victor Stinner
More...
over 11 years ago
tox.ini: add py35 env
Victor Stinner
More...
over 11 years ago
Replace test_selectors.py with the file of Python 3.5 adapted for asyncio and Python 3.3
Victor Stinner
More...
over 11 years ago
Document why set_result() calls are safe
Victor Stinner
More...
over 11 years ago
Cleanup gather()
Victor Stinner
More...
over 11 years ago
sock_connect(): pass directly the fd to _sock_connect_done instead of the socket
Victor Stinner
More...
over 11 years ago
selectors: truncate to 80 characters
Victor Stinner
More...
over 11 years ago
Truncate to 80 columns
Victor Stinner
More...
over 11 years ago
_make_ssl_transport: make the waiter parameter optional
Victor Stinner
More...
over 11 years ago
Python issue #23140: Simplify the unit test
Victor Stinner
More...
over 11 years ago
Issue #23140: Fix cancellation of Process.wait(). Check the state of the waiter future before setting its result.
Victor Stinner
More...
over 11 years ago
Python issue #23046: Expose the BaseEventLoop class in the asyncio namespace
Victor Stinner
More...
over 11 years ago
fix typo
Victor Stinner
More...
over 11 years ago
MANIFEST.in: add run_aiotest.py
Victor Stinner
More...
over 11 years ago
CPython doesn't have asyncio.test_support
Victor Stinner
More...
over 11 years ago
Fix doc of get and put methods of Queue
Victor Stinner
More...
over 11 years ago
Python issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of BaseEventLoop now use the identifier of the current thread to ensure that they are called from the thread running the event loop.
Victor Stinner
More...
over 11 years ago
release.py: fix the message of publish_wheel()
Victor Stinner
More...
over 11 years ago
release.py register now upload for real
Victor Stinner
More...
over 11 years ago
MANIFEST.in: add release.py
Victor Stinner
More...
over 11 years ago
Port release.py to Python 2 and to UNIX
Victor Stinner
More...
over 11 years ago
setup.py: fix ResourceWarning
Victor Stinner
More...
over 11 years ago
Fix pyflakes warnings: remove unused imports and variables
Victor Stinner
More...
over 11 years ago
asyncio.test_support now uses test.support and test.script_helper if available
Victor Stinner
More...
over 11 years ago
release.py: better command line interface
Victor Stinner
More...
over 11 years ago
Fix release.py with SDK 7.1
Victor Stinner
More...
over 11 years ago
Enhance release.py
Victor Stinner
More...
over 11 years ago
Cleanup runtests.py
Victor Stinner
More...
over 11 years ago
IocpProactor.wait_for_handle() test now also checks the result of the future
Victor Stinner
More...
over 11 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
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