1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 19, 2025 — Jun 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Python issue #23243: Close explicitly transports in tests More... over 11 years ago
Python issue #23243: Fix _UnixWritePipeTransport.close() More... over 11 years ago
Python issue #23242: SubprocessStreamProtocol now closes the subprocess transport at subprocess exit. More... over 11 years ago
SSLProtocol: set the _transport attribute in the constructor More... over 11 years ago
Python issue #22560: Fix SSLProtocol._on_handshake_complete() More... over 11 years ago
StreamWriter: close() now clears the reference to the transport More... over 11 years ago
Fix test_events on Python older than 3.5 More... over 11 years ago
_ProactorBasePipeTransport now sets _sock to None when the transport is closed More... over 11 years ago
Tests: explicitly close event loops and transports More... over 11 years ago
PipeHandle now uses None instead of -1 for a closed handle More... over 11 years ago
UNIX pipe transports: add closed/closing in repr() More... over 11 years ago
TestLoop.close() now calls the close() method of the parent class (BaseEventLoop) More... over 11 years ago
cleanup BaseSelectorEventLoop More... over 11 years ago
Fix BaseSubprocessTransport.close() More... over 11 years ago
Fix BaseSubprocessTransport._kill_wait() More... over 11 years ago
Fix BaseEventLoop._create_connection_transport() More... over 11 years ago
Python issue #23197: On SSL handshake failure on matching hostname, check if the waiter is cancelled before setting its exception. More... over 11 years ago
Python issue #23197: On SSL handshake failure, check if the waiter is cancelled before setting its exception. More... over 11 years ago
Cleanup sslproto.py More... over 11 years ago
Python issue #23173: Fix SubprocessStreamProtocol.connection_made() to handle cancelled waiter. More... over 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. More... over 11 years ago
Python issue #23198: Reactor StreamReader More... over 11 years ago
Python issue #22560: New SSL implementation based on ssl.MemoryBIO More... over 11 years ago
Tulip issue 184: Fix test_pipe() on Windows More... over 11 years ago
Python issue #22922: Fix ProactorEventLoop.close() More... over 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. More... over 11 years ago
Python issue #23209: Revert change on selectors, test_selectors failed. More... over 11 years ago
Python issue #23209: Break some reference cycles in asyncio. Patch written by Martin Richard. More... over 11 years ago
Make the release.py program executable on UNIX More... over 11 years ago
tox.ini: add py3_release env to run tests in release mode More... over 11 years ago