Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
/
typeshed
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2k
Star
5.1k
Code
Issues
223
Pull requests
142
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
typeshed
stdlib
asyncio
on
main
User selector
All users
All time
Commit history
Commits on May 18, 2026
Correct return type of `asyncio.AbstractEventLoop.getaddrinfo` and analogs in subclasses (#15788)
jonathandung
authored
b6a3d5f
Copy full SHA for b6a3d5f
[stdlib] Update `asyncio.run` to accept `Awaitable` from 3.14 (#15807)
Show description for fc47f8c
dhruvmanila
authored
fc47f8c
Copy full SHA for fc47f8c
Commits on May 17, 2026
Upgrade black to 26.5.0 (#15801)
AlexWaygood
authored
5372bd5
Copy full SHA for 5372bd5
Commits on May 11, 2026
[asyncio] Fix return type of `StreamReader.exception` (#15756)
rijenkii
authored
c23cf15
Copy full SHA for c23cf15
Commits on May 10, 2026
Backport several deprecations (#15750)
hauntsaninja
authored
ebbce22
Copy full SHA for ebbce22
Commits on May 9, 2026
Fix stubs that are identical in different version/platform branches (#15743)
Show description for 0ea3607
JelleZijlstra
authored
0ea3607
Copy full SHA for 0ea3607
Commits on May 8, 2026
Add small Python 3.15 stdlib updates (#15727)
JelleZijlstra
authored
76b1f83
Copy full SHA for 76b1f83
[asyncio.tasks] Fix return type of `as_completed` (#15672)
Show description for 810dfa5
armorbreak001
authored
810dfa5
Copy full SHA for 810dfa5
Commits on May 7, 2026
Import some items from typing instead of typing_extensions (#15711)
Show description for 3f74e6e
srittau
authored
3f74e6e
Copy full SHA for 3f74e6e
Drop 3.9 support in the stdlib (#15708)
srittau
authored
80bbb2a
Copy full SHA for 80bbb2a
Commits on May 2, 2026
Fix missing names for `asyncio` in 3.14 (#15533)
Show description for 1b250a2
tjkuson
authored
1b250a2
Copy full SHA for 1b250a2
Commits on Mar 26, 2026
[asyncio] Add annotations for `asyncio.base_tasks._task_repr` (#15558)
jonathandung
authored
27d902f
Copy full SHA for 27d902f
Commits on Mar 16, 2026
[asyncio] Deprecate ThreadedChildWatcher and PidfdChildWatcher (#15513)
donbarbos
authored
4449b2b
Copy full SHA for 4449b2b
Commits on Feb 21, 2026
[asyncio] Remove redundant overload of `asyncio.wait` (#15444)
oconnor663
authored
9cd3428
Copy full SHA for 9cd3428
Commits on Jan 8, 2026
fix: add eager_start as an argument. (#15211)
Show description for 2245b8b
kevinderuijter
and
donbarbos
authored
2245b8b
Copy full SHA for 2245b8b
Commits on Dec 28, 2025
[asyncio] Add asyncio 3.14 deprecations (#15176)
max-muoto
authored
0338df4
Copy full SHA for 0338df4
Commits on Nov 18, 2025
[stdlib] asyncio.Runner.run accepts Awaitables on Python 3.14+ (#15046)
0az
authored
f1f85ee
Copy full SHA for f1f85ee
Fix typo in deprecation message (#15044)
Edge-Seven
authored
ce2998f
Copy full SHA for ce2998f
Commits on Nov 4, 2025
Amend annotation for `asyncio.Protocol.__slots__` (#14980)
mikeshardmind
authored
29f78dd
Copy full SHA for 29f78dd
Commits on Sep 19, 2025
Add asyncio.tools.exit_with_permission_help_text() (#14747)
Show description for a54c270
srittau
authored
a54c270
Copy full SHA for a54c270
Commits on Sep 14, 2025
Mark stub-only types with runtime aliases as `@type_check_only` in stdlib (#14717)
brianschubert
authored
b2777f4
Copy full SHA for b2777f4
Commits on Aug 24, 2025
[stdlib] Add more default values (#14632)
donbarbos
authored
91e2ed0
Copy full SHA for 91e2ed0
Add @disjoint_base decorator in the stdlib (#14599)
Show description for e8ba06f
JelleZijlstra
authored
e8ba06f
Copy full SHA for e8ba06f
Commits on Aug 21, 2025
stdlib: add __slots__ (#14611)
JelleZijlstra
authored
f32d9f0
Copy full SHA for f32d9f0
[stdlib] Copy-edit deprecation messages (#14614)
Show description for 5e0d6ee
donbarbos
and
AlexWaygood
authored
5e0d6ee
Copy full SHA for 5e0d6ee
[stdlib] Add missing Final (#14613)
donbarbos
authored
9bb8c4f
Copy full SHA for 9bb8c4f
stdlib: add some parameter defaults (#14610)
JelleZijlstra
authored
02a4b07
Copy full SHA for 02a4b07
Commits on Aug 10, 2025
[stdlib] Deprecate old functions (#14553)
Show description for fb0940e
3 people
authored
fb0940e
Copy full SHA for fb0940e
Commits on Aug 3, 2025
Add `@type_check_only` to stub-only private classes in stdlib (#14512)
brianschubert
authored
622df68
Copy full SHA for 622df68
Commits on Jul 27, 2025
Remove some pytype workarounds from stdlib (#14470)
Show description for 7e16c80
3 people
authored
7e16c80
Copy full SHA for 7e16c80
Commits on Jul 24, 2025
Updates for Python 3.14rc1 (#14446)
srittau
authored
82edad0
Copy full SHA for 82edad0
Commits on Jul 16, 2025
add rich comparison bound to heapq and priorityqueues using heapq (#14419)
mikeshardmind
authored
d73534b
Copy full SHA for d73534b
Commits on Jul 1, 2025
Update most test/lint dependencies (#14354)
Show description for 75d8c88
3 people
authored
75d8c88
Copy full SHA for 75d8c88
Commits on Jun 21, 2025
Add `asyncio.tools` stubs for 3.14 (#14305)
brianschubert
authored
707cd57
Copy full SHA for 707cd57
Commits on Jun 8, 2025
Update `asyncio.task.eager_task_factory` for 3.14 (#14236)
max-muoto
authored
bacccd0
Copy full SHA for bacccd0
Previous
Next
You can’t perform that action at this time.