Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Lib/asyncio - python/cpython · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
asyncio
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 11, 2026
gh-157058: Fix missing awaited-by edge in asyncio.wait_for(fut, 0) (#157059)
deadlovelll
authored
43b4a9c
View commit details
Copy full SHA for 43b4a9c
View code at this point
Browse repository at this point
gh-157213: Fix stale asyncio.gather() edges in the await graph (#157214)
deadlovelll
authored
392ad7e
View commit details
Copy full SHA for 392ad7e
View code at this point
Browse repository at this point
gh-108549: fix asyncio.Task cancellation swallowing SystemExit and KeyboardInterrupt (#156309)
YvesDup
authored
59cba59
View commit details
Copy full SHA for 59cba59
View code at this point
Browse repository at this point
Commits on Sep 7, 2026
gh-157025: Fix transport cleanup when cancelling asyncio native sendfile (#157027)
lpyu001
authored
7a1d2c4
View commit details
Copy full SHA for 7a1d2c4
View code at this point
Browse repository at this point
Commits on Sep 6, 2026
gh-156512: Fix asyncio calling connection_lost() twice from resume_writing() (#156657)
deadlovelll
authored
83dbe6a
View commit details
Copy full SHA for 83dbe6a
View code at this point
Browse repository at this point
Commits on Sep 5, 2026
gh-156988: Fix asyncio call graph breaking at sync generators (#156991)
deadlovelll
authored
e208bf0
View commit details
Copy full SHA for e208bf0
View code at this point
Browse repository at this point
gh-156400: Close the socket or pipe when transport creation fails in asyncio datagram/pipe endpoints (#156401)
tonghuaroot
authored
ba4a079
View commit details
Copy full SHA for ba4a079
View code at this point
Browse repository at this point
gh-127057: reschedule proactor datagram read loop after ConnectionResetError (#156726)
graingert
authored
0ea2971
View commit details
Copy full SHA for 0ea2971
View code at this point
Browse repository at this point
Commits on Aug 31, 2026
gh-155418: Fix TaskGroup hang when a task cancels it before suspending (#155421)
deadlovelll
authored
8e92bf5
View commit details
Copy full SHA for 8e92bf5
View code at this point
Browse repository at this point
Commits on Aug 29, 2026
gh-156327: Fix asyncio.print_call_graph() reporting its own frame (#156329)
deadlovelll
authored
b0da7c7
View commit details
Copy full SHA for b0da7c7
View code at this point
Browse repository at this point
gh-156408: Fix asyncio.print_call_graph() on a finished task (#156410)
deadlovelll
authored
6c425f1
View commit details
Copy full SHA for 6c425f1
View code at this point
Browse repository at this point
gh-156523: Fix asyncio.as_completed() not recording the awaiting task (#156527)
deadlovelll
authored
b0c9fc3
View commit details
Copy full SHA for b0c9fc3
View code at this point
Browse repository at this point
Commits on Aug 23, 2026
gh-155934: Fix socket leak and silent error for asyncio accepted connections (#155936)
danielKim614
authored
1461f04
View commit details
Copy full SHA for 1461f04
View code at this point
Browse repository at this point
gh-155433: Fix TaskGroup losing outside cancellation after cancel() (#155439)
deadlovelll
authored
ee23046
View commit details
Copy full SHA for ee23046
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
gh-155941: Close the transport when client_connected_cb raises in asyncio (#155942)
danielKim614
authored
95e32ba
View commit details
Copy full SHA for 95e32ba
View code at this point
Browse repository at this point
gh-155894: Fix asyncio.wait_for() docs claiming a coroutine is wrapped in a Task (#155895)
deadlovelll
authored
05ab13e
View commit details
Copy full SHA for 05ab13e
View code at this point
Browse repository at this point
Commits on Aug 16, 2026
gh-155888: Fix asyncio writelines() hanging on an empty chunk (#155889)
deadlovelll
authored
b2c2993
View commit details
Copy full SHA for b2c2993
View code at this point
Browse repository at this point
Commits on Aug 15, 2026
gh-155143: Fix asyncio.shield() leaking tasks via await-graph (#155144)
pteromys
authored
fbd2e01
View commit details
Copy full SHA for fbd2e01
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
gh-135736: call exception handler for all BaseExceptions in asyncio.TaskGroup (#154538)
sreehariannam
authored
a7b2e1f
View commit details
Copy full SHA for a7b2e1f
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
gh-154971: Split IocpProactor._poll() (#155142)
deadlovelll
authored
089b713
View commit details
Copy full SHA for 089b713
View code at this point
Browse repository at this point
Commits on Aug 3, 2026
gh-94984: Add mode parameter to asyncio create_unix_server() (#155086)
Dreamsorcerer
authored
1617cbe
View commit details
Copy full SHA for 1617cbe
View code at this point
Browse repository at this point
gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (#155110)
kulikjak
authored
910e584
View commit details
Copy full SHA for 910e584
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
gh-135736: Fix interaction between TaskGroup and aclose() (#154649)
Show description for 49f9667
msullivan
authored
49f9667
View commit details
Copy full SHA for 49f9667
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
gh-150866: Fix asyncio shutdown_asyncgens to report BaseException (#150867)
deadlovelll
authored
353e6d3
View commit details
Copy full SHA for 353e6d3
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
gh-148736: Use ag_frame when walking async generators in asyncio.graph (#148737)
rajkripal
authored
306a35c
View commit details
Copy full SHA for 306a35c
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
gh-150621: avoid quadratic bytes slicing in `asyncio.protocols._feed_data_to_buffered_proto` (#150622)
deadlovelll
authored
2f4cca5
View commit details
Copy full SHA for 2f4cca5
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
gh-145107: simplify asyncio staggered race using eager_start=False (#145108)
graingert
authored
74f4b06
View commit details
Copy full SHA for 74f4b06
View code at this point
Browse repository at this point
gh-140326: disable the relative import in asyncio REPL (#140327)
Show description for fb64db2
Locked-chess-official
and
kumaraditya303
authored
fb64db2
View commit details
Copy full SHA for fb64db2
View code at this point
Browse repository at this point
gh-145030: Fix asyncio write pipe transport for named FIFOs on macOS (#154222)
bhuvi27
authored
409f324
View commit details
Copy full SHA for 409f324
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
gh-103847: fix some asyncio subprocess cancellation bugs (#146571)
kumaraditya303
authored
f429fb3
View commit details
Copy full SHA for f429fb3
View code at this point
Browse repository at this point
gh-139373: Fix asyncio Process.communicate() losing output when cancelled (#154223)
Show description for 027a833
kumaraditya303
authored
027a833
View commit details
Copy full SHA for 027a833
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
gh-127049: fix race condition in asyncio signalling an unrelated process with ThreadedChildWatcher (#153810)
kumaraditya303
authored
2875d1d
View commit details
Copy full SHA for 2875d1d
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (#151983)
Show description for f252132
tapetersen
and
kumaraditya303
authored
f252132
View commit details
Copy full SHA for f252132
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (#149405)
jonathandung
authored
7f8fc07
View commit details
Copy full SHA for 7f8fc07
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
gh-153761: Fix asyncio sock_accept() dropping a connection when cancelled (#153762)
deadlovelll
authored
b090d06
View commit details
Copy full SHA for b090d06
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.