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
Removed duplicated words in in comments and docs. Patch written by Serhiy Storchaka. More... over 11 years ago
Python issue #22475: fix Task.get_stack() doc More... over 11 years ago
Python issue #22922: More EventLoop methods fail if the loop is closed. Initial patch written by Torsten Landschoff. More... over 11 years ago
Initialize more Future and Task attributes in the class definition to avoid attribute errors in destructors. More... over 11 years ago
Python issue #22921: Don't require OpenSSL SNI to pass hostname to ssl functions. Patch by Donald Stufft. More... over 11 years ago
Python issue #22685: Set the transport of stdout and stderr StreamReader objects in the SubprocessStreamProtocol. It allows to pause the transport to not buffer too much stdout or stderr data. More... over 11 years ago
BaseSelectorEventLoop.close() now closes the self-pipe before calling the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector. More... over 11 years ago
Coroutine objects are now rejected with a TypeError by the following functions: More... over 11 years ago
test_events: Ignore the "SSL handshake failed" log in debug mode More... over 11 years ago
Fix formatting of the "Future exception was never retrieved" More... over 11 years ago
Fix test_events.py on Python 3.3: ssl.Purpose was introduced in Python 3.4 More... over 11 years ago
runtests.py: only catch SkipTest exception when loading a module, don't catch all exceptions More... over 11 years ago
CPython issue #22784: fix test_asyncio when the ssl module isn't available. (Antoine Pitrou) More... over 11 years ago
- Issue #22841: Reject coroutines in asyncio add_signal_handler(). Patch by Ludovic.Gasc. More... over 11 years ago
Python issue #22641: On Python 3.4 and newer, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. Patch written by Antoine Pitrou. More... over 11 years ago
Move loop attribute to _FlowControlMixin More... over 11 years ago
Enhance protocol representation More... over 11 years ago
Reuse socket.socketpair() on Windows if available More... over 11 years ago
run_forever() now consumes BaseException of the temporary task More... over 11 years ago
Added tag 3.4.2 for changeset 5f2a130f7a8c More... over 11 years ago
Python issue 22448: cleanup _run_once(), only iterate once to remove delayed calls that were cancelled. More... over 11 years ago
test_tasks: Fix test_env_var_debug to use correct asyncio module (issue #207) More... over 11 years ago
Improve canceled timer callback handles cleanup (CPython issue #22448) More... over 11 years ago
unix_events: Move import statement to sync code with cpython More... over 11 years ago
tasks.py: Sync comments updates from cpython tree More... over 11 years ago
Python issue #22369: Change "context manager protocol" to "context management protocol". Patch written by Serhiy Storchaka <[email protected]>. More... almost 12 years ago
Fix Handle and TimerHandle repr in debug mode More... almost 12 years ago
Tulip issue #205: Fix a race condition in BaseSelectorEventLoop.sock_connect() More... almost 12 years ago
runtests.py: display a message to mention if tests are run in debug or release mode More... almost 12 years ago
Tulip issue #201: Fix a race condition in wait_for() More... almost 12 years ago