1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day 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
Tulip issue #184: FlowControlMixin constructor now get the event loop if the loop parameter is not set More... over 11 years ago
Remove outdated TODO/XXX More... over 11 years ago
tox.ini: add py35 env More... over 11 years ago
Replace test_selectors.py with the file of Python 3.5 adapted for asyncio and Python 3.3 More... over 11 years ago
Document why set_result() calls are safe More... over 11 years ago
Cleanup gather() More... over 11 years ago
sock_connect(): pass directly the fd to _sock_connect_done instead of the socket More... over 11 years ago
selectors: truncate to 80 characters More... over 11 years ago
Truncate to 80 columns More... over 11 years ago
_make_ssl_transport: make the waiter parameter optional More... over 11 years ago
Python issue #23140: Simplify the unit test More... over 11 years ago
Issue #23140: Fix cancellation of Process.wait(). Check the state of the waiter future before setting its result. More... over 11 years ago
Python issue #23046: Expose the BaseEventLoop class in the asyncio namespace More... over 11 years ago
fix typo More... over 11 years ago
MANIFEST.in: add run_aiotest.py More... over 11 years ago
CPython doesn't have asyncio.test_support More... over 11 years ago
Fix doc of get and put methods of Queue 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. More... over 11 years ago
release.py: fix the message of publish_wheel() More... over 11 years ago
release.py register now upload for real More... over 11 years ago
MANIFEST.in: add release.py More... over 11 years ago
Port release.py to Python 2 and to UNIX More... over 11 years ago
setup.py: fix ResourceWarning More... over 11 years ago
Fix pyflakes warnings: remove unused imports and variables More... over 11 years ago
asyncio.test_support now uses test.support and test.script_helper if available More... over 11 years ago
release.py: better command line interface More... over 11 years ago
Fix release.py with SDK 7.1 More... over 11 years ago
Enhance release.py More... over 11 years ago
Cleanup runtests.py More... over 11 years ago
IocpProactor.wait_for_handle() test now also checks the result of the future More... over 11 years ago