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
1 day
ago. based on code collected
2 days
ago.
Jun 19, 2025 — Jun 19, 2026
Showing page 14 of 54
Search / Filter on:
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.
Victor Stinner
More...
over 11 years ago
Python issue #22475: fix Task.get_stack() doc
Victor Stinner
More...
over 11 years ago
Python issue #22922: More EventLoop methods fail if the loop is closed. Initial patch written by Torsten Landschoff.
Victor Stinner
More...
over 11 years ago
Initialize more Future and Task attributes in the class definition to avoid attribute errors in destructors.
Victor Stinner
More...
over 11 years ago
Python issue #22921: Don't require OpenSSL SNI to pass hostname to ssl functions. Patch by Donald Stufft.
Benjamin Peterson
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.
Victor Stinner
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.
Victor Stinner
More...
over 11 years ago
Coroutine objects are now rejected with a TypeError by the following functions:
Victor Stinner
More...
over 11 years ago
test_events: Ignore the "SSL handshake failed" log in debug mode
Victor Stinner
More...
over 11 years ago
Fix formatting of the "Future exception was never retrieved"
Victor Stinner
More...
over 11 years ago
Fix test_events.py on Python 3.3: ssl.Purpose was introduced in Python 3.4
Victor Stinner
More...
over 11 years ago
runtests.py: only catch SkipTest exception when loading a module, don't catch all exceptions
Victor Stinner
More...
over 11 years ago
CPython issue #22784: fix test_asyncio when the ssl module isn't available. (Antoine Pitrou)
Guido van Rossum
More...
over 11 years ago
- Issue #22841: Reject coroutines in asyncio add_signal_handler(). Patch by Ludovic.Gasc.
Guido van Rossum
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.
Victor Stinner
More...
over 11 years ago
Move loop attribute to _FlowControlMixin
Victor Stinner
More...
over 11 years ago
Enhance protocol representation
Victor Stinner
More...
over 11 years ago
Reuse socket.socketpair() on Windows if available
Victor Stinner
More...
over 11 years ago
run_forever() now consumes BaseException of the temporary task
Victor Stinner
More...
over 11 years ago
Added tag 3.4.2 for changeset 5f2a130f7a8c
Guido van Rossum
More...
over 11 years ago
Python issue 22448: cleanup _run_once(), only iterate once to remove delayed calls that were cancelled.
Victor Stinner
More...
over 11 years ago
test_tasks: Fix test_env_var_debug to use correct asyncio module (issue #207)
Yury Selivanov
More...
over 11 years ago
Improve canceled timer callback handles cleanup (CPython issue #22448)
Yury Selivanov
More...
over 11 years ago
unix_events: Move import statement to sync code with cpython
Yury Selivanov
More...
over 11 years ago
tasks.py: Sync comments updates from cpython tree
Yury Selivanov
More...
over 11 years ago
Python issue #22369: Change "context manager protocol" to "context management protocol". Patch written by Serhiy Storchaka <
[email protected]
>.
Victor Stinner
More...
almost 12 years ago
Fix Handle and TimerHandle repr in debug mode
Victor Stinner
More...
almost 12 years ago
Tulip issue #205: Fix a race condition in BaseSelectorEventLoop.sock_connect()
Victor Stinner
More...
almost 12 years ago
runtests.py: display a message to mention if tests are run in debug or release mode
Victor Stinner
More...
almost 12 years ago
Tulip issue #201: Fix a race condition in wait_for()
Victor Stinner
More...
almost 12 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
…
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