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 4 hours
ago. based on code collected
about 4 hours
ago.
Jan 29, 2025 — Jan 29, 2026
Showing page 11 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Python issue #23243: Close explicitly transports in tests
Victor Stinner
More...
about 11 years ago
Python issue #23243: Fix _UnixWritePipeTransport.close()
Victor Stinner
More...
about 11 years ago
Python issue #23242: SubprocessStreamProtocol now closes the subprocess transport at subprocess exit.
Victor Stinner
More...
about 11 years ago
SSLProtocol: set the _transport attribute in the constructor
Victor Stinner
More...
about 11 years ago
Python issue #22560: Fix SSLProtocol._on_handshake_complete()
Victor Stinner
More...
about 11 years ago
StreamWriter: close() now clears the reference to the transport
Victor Stinner
More...
about 11 years ago
Fix test_events on Python older than 3.5
Victor Stinner
More...
about 11 years ago
_ProactorBasePipeTransport now sets _sock to None when the transport is closed
Victor Stinner
More...
about 11 years ago
Tests: explicitly close event loops and transports
Victor Stinner
More...
about 11 years ago
PipeHandle now uses None instead of -1 for a closed handle
Victor Stinner
More...
about 11 years ago
UNIX pipe transports: add closed/closing in repr()
Victor Stinner
More...
about 11 years ago
TestLoop.close() now calls the close() method of the parent class (BaseEventLoop)
Victor Stinner
More...
about 11 years ago
cleanup BaseSelectorEventLoop
Victor Stinner
More...
about 11 years ago
Fix BaseSubprocessTransport.close()
Victor Stinner
More...
about 11 years ago
Fix BaseSubprocessTransport._kill_wait()
Victor Stinner
More...
about 11 years ago
Fix BaseEventLoop._create_connection_transport()
Victor Stinner
More...
about 11 years ago
Python issue #23197: On SSL handshake failure on matching hostname, check if the waiter is cancelled before setting its exception.
Victor Stinner
More...
about 11 years ago
Python issue #23197: On SSL handshake failure, check if the waiter is cancelled before setting its exception.
Victor Stinner
More...
about 11 years ago
Cleanup sslproto.py
Victor Stinner
More...
about 11 years ago
Python issue #23173: Fix SubprocessStreamProtocol.connection_made() to handle cancelled waiter.
Victor Stinner
More...
about 11 years ago
Python issue #23173: If an exception is raised during the creation of a subprocess, kill the subprocess (close pipes, kill and read the return status). Log an error in such case.
Victor Stinner
More...
about 11 years ago
Python issue #23198: Reactor StreamReader
Victor Stinner
More...
about 11 years ago
Python issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
More...
about 11 years ago
Tulip issue 184: Fix test_pipe() on Windows
Victor Stinner
More...
about 11 years ago
Python issue #22922: Fix ProactorEventLoop.close()
Victor Stinner
More...
about 11 years ago
Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises a RuntimeError if the selector is closed. And selectors.BaseSelector.close() now clears its internal reference to the selector mapping to break a reference cycle. Initial patch written by Martin Richard.
Victor Stinner
More...
about 11 years ago
Python issue #23209: Revert change on selectors, test_selectors failed.
Victor Stinner
More...
about 11 years ago
Python issue #23209: Break some reference cycles in asyncio. Patch written by Martin Richard.
Victor Stinner
More...
about 11 years ago
Make the release.py program executable on UNIX
Victor Stinner
More...
about 11 years ago
tox.ini: add py3_release env to run tests in release mode
Victor Stinner
More...
about 11 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
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