1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix CPython issue #19293 (hangs on AIX). More... over 12 years ago
Unsilence several tests that no longer hang on AIX, and silence a new AIX hang. More... over 12 years ago
Switch subprocess stdin to a socketpair, attempting to fix CPython issue #19293 (AIX hang). More... over 12 years ago
Skip test_subprocess_close_client_stream on AIX (to avoid hang). More... over 12 years ago
If waitpid() returns a weird status, the process is still dead. More... over 12 years ago
CPython issue #19297: fix resource warnings. Patch by Vajrasky Kok. More... over 12 years ago
CPython issue #19310: fix child processes reaping logic (CF Natali). More... over 12 years ago
Skip test_create_datagram_endpoint_no_matching_family if IPv6 unsupported. More... over 12 years ago
Make various asyncio test files individually runnable. More... over 12 years ago
CPython issue #19309: make waitpid() wait for processes from all groups. More... over 12 years ago
Break out of loop on EOF in echo test programs. More... over 12 years ago
Ignore error from socket() if getaddrinfo() returned an unusable protocol/family combo. More... over 12 years ago
CPython issue #19305: fix sporadic test_asyncio failure on FreeBSD 10.0. More... over 12 years ago
Skip test_asyncio dual stack test when IPv6 not supported. More... over 12 years ago
CPython issue #19299: fix refleak test failures in test_asyncio. More... over 12 years ago
Verify hostname if verify_mode is CERT_OPTIONAL too. More... over 12 years ago
Temporarily skip some subprocess tests that fail on AIX. More... over 12 years ago
Merge asyncio branch into default. More... over 12 years ago
Offer to copy selectors.py too. More... over 12 years ago
Bulk merge More... over 12 years ago
Relax some test timeouts (http://bugs.python.org/issue19285). More... over 12 years ago
Tentative fix for Windows ssl breakage on hostname mismatch. More... over 12 years ago
Write flow control. Also a somewhat major streams overhaul. More... over 12 years ago
Fix example to use create_server() instead of start_serving(). More... over 12 years ago
Improved argument handling. More... over 12 years ago
Merge More... over 12 years ago
Rationalize error handling, fixing a race condition. More... over 12 years ago
Report total bytes written. More... over 12 years ago
Merge More... over 12 years ago
More lenient delay expectancy in test_call_later(). More... over 12 years ago