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 }}
sffej
/
python-typeshed
Public
forked from
python/typeshed
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-typeshed
stdlib
concurrent
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 15, 2024
Use `Final` for Constant Literals in the stdlib (#12332)
Show description for 0df6028
max-muoto
authored
0df6028
View commit details
Copy full SHA for 0df6028
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
Fixes for 3.13b3 (#12257)
Show description for 73d5a55
hauntsaninja
authored
73d5a55
View commit details
Copy full SHA for 73d5a55
View code at this point
Browse repository at this point
Commits on May 18, 2024
Mark pos-only __class_getitem__ args (#11970)
hauntsaninja
authored
d9cf43c
View commit details
Copy full SHA for d9cf43c
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Use PEP 570 syntax in stdlib (#11250)
hauntsaninja
authored
470a13a
View commit details
Copy full SHA for 470a13a
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
Fix type of `concurrent.futures.wait` for Python <= 3.8 (#11537)
Show description for ca1e477
layday
authored
ca1e477
View commit details
Copy full SHA for ca1e477
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
concurrent.futures: allow as_completed to act covariantly (#11291)
hauntsaninja
authored
21f84d0
View commit details
Copy full SHA for 21f84d0
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
Update typing_extensions imports in stdlib (#11244)
Show description for 53a8193
srittau
and
AlexWaygood
authored
53a8193
View commit details
Copy full SHA for 53a8193
View code at this point
Browse repository at this point
Remove Python 3.7 branches (#11238)
srittau
authored
2360485
View commit details
Copy full SHA for 2360485
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
stdlib: Use `Unpack` for concurrent.futures.*Executor constructors (#11171)
hamdanal
authored
cdad904
View commit details
Copy full SHA for cdad904
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
Use builtin TimeoutError in asyncio and concurrent.futures (#11109)
Show description for db3024d
tungol
authored
db3024d
View commit details
Copy full SHA for db3024d
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
Remove unnecessary ellipsis expressions (#9976)
Show description for 027460f
srittau
authored
027460f
View commit details
Copy full SHA for 027460f
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
Stdlib: add container default values (#9909)
AlexWaygood
authored
dd2818a
View commit details
Copy full SHA for dd2818a
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
Use a generic `NamedTuple` for `concurrent.futures.DoneAndNotDoneFutures` (#9772)
AlexWaygood
authored
14ab089
View commit details
Copy full SHA for 14ab089
View code at this point
Browse repository at this point
Commits on Feb 9, 2023
Use `typing_extensions.Self` in the stdlib (#9694)
AlexWaygood
authored
9ed39d8
View commit details
Copy full SHA for 9ed39d8
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
Add more defaults to the stdlib (#9606)
Show description for 33a62ae
AlexWaygood
authored
33a62ae
View commit details
Copy full SHA for 33a62ae
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
stdlib: add argument default values (#9501)
JelleZijlstra
authored
ddfaca3
View commit details
Copy full SHA for ddfaca3
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
Audit stdlib `object` annotations (#9519)
Avasam
authored
c70d303
View commit details
Copy full SHA for c70d303
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
Remove empty `__init__` methods (#8816)
sobolevn
authored
380022c
View commit details
Copy full SHA for 380022c
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
Remove duplicate definitions in sub-classes (#8594)
sobolevn
authored
0259068
View commit details
Copy full SHA for 0259068
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
Adds missing `__dir__` definitions (#8479)
sobolevn
authored
0480550
View commit details
Copy full SHA for 0480550
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
Remove unused protocol (#8418)
hauntsaninja
authored
804628d
View commit details
Copy full SHA for 804628d
View code at this point
Browse repository at this point
Commits on Jul 19, 2022
stdlib: audit more callback annotations (#8209)
AlexWaygood
authored
e2ce7c6
View commit details
Copy full SHA for e2ce7c6
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Remove Python 3.6 branches from typeshed (#8269)
AlexWaygood
authored
edc0ecd
View commit details
Copy full SHA for edc0ecd
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
stdlib: Audit `Callable[<parameters>, None]` annotations (#8187)
AlexWaygood
authored
8b3b6bf
View commit details
Copy full SHA for 8b3b6bf
View code at this point
Browse repository at this point
Commits on May 22, 2022
concurrent.futures: new params in 3.11 (#7919)
Show description for 1843320
JelleZijlstra
and
AlexWaygood
authored
1843320
View commit details
Copy full SHA for 1843320
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
Import from `collections.abc` wherever possible (#7635)
AlexWaygood
authored
97a74bc
View commit details
Copy full SHA for 97a74bc
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
stdlib: Improve a bunch of `__(a)exit__` methods (#7571)
AlexWaygood
authored
da3e69d
View commit details
Copy full SHA for da3e69d
View code at this point
Browse repository at this point
Commits on Mar 26, 2022
Add many missing `__match_args__` attributes (#7556)
Show description for 61b22db
AlexWaygood
and
JelleZijlstra
authored
61b22db
View commit details
Copy full SHA for 61b22db
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
Improve two classes which are namedtuples at runtime, but cannot be namedtuples in typeshed (#7429)
AlexWaygood
authored
c50cb06
View commit details
Copy full SHA for c50cb06
View code at this point
Browse repository at this point
Commits on Feb 19, 2022
Add `concurrent.futures.__all__` (#7299)
AlexWaygood
authored
8955916
View commit details
Copy full SHA for 8955916
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
Fix positional-only differences in many stdlib modules (#7226)
AlexWaygood
authored
f496761
View commit details
Copy full SHA for f496761
View code at this point
Browse repository at this point
Commits on Jan 31, 2022
Upgrade black version (#7089)
hauntsaninja
authored
b88a6f1
View commit details
Copy full SHA for b88a6f1
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
Delete many redundant method redefinitions (#6877)
AlexWaygood
authored
4e04616
View commit details
Copy full SHA for 4e04616
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
Use `ParamSpec` for `concurent.futures.Executor.submit` (#6791)
sobolevn
authored
fe75ec6
View commit details
Copy full SHA for fe75ec6
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
Use `Literal` type for `concurrent` states (#6780)
sobolevn
authored
686dba3
View commit details
Copy full SHA for 686dba3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.