1
I Use This!
Inactive

Commits : Listings

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