Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 }}
agronholm
/
anyio
Public
Notifications
You must be signed in to change notification settings
Fork
172
Star
2.3k
Code
Issues
54
Pull requests
17
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 28, 2025
[pre-commit.ci] pre-commit autoupdate (#1016)
Show description for 881c41f
pre-commit-ci[bot]
authored
881c41f
Copy full SHA for 881c41f
Commits on Oct 27, 2025
Fixed `BlockingPortal.start_task_soon` `Future.cancel` TOCTOU bug (#1012)
gschaffner
authored
b444187
Copy full SHA for b444187
Commits on Oct 24, 2025
Added an async version of the functools module (#1001)
Show description for 14356be
agronholm
and
gschaffner
authored
14356be
Copy full SHA for 14356be
Commits on Oct 23, 2025
Reduced the number of errors reported by pyright
agronholm
committed
350687a
Copy full SHA for 350687a
Commits on Oct 22, 2025
Fixed `Process.stdin.send` exceptions and checkpointing on asyncio (#1002)
gschaffner
authored
8175082
Copy full SHA for 8175082
Commits on Oct 21, 2025
[pre-commit.ci] pre-commit autoupdate (#1008)
Show description for 3f177d0
pre-commit-ci[bot]
and
agronholm
authored
3f177d0
Copy full SHA for 3f177d0
Skip test_raise_baseexception_from_task unconditionally
Show description for a71de90
agronholm
committed
a71de90
Copy full SHA for a71de90
Added `__all__` to all public modules (#1009)
agronholm
authored
648bc74
Copy full SHA for 648bc74
Fixed test failures on Windows + Python 3.14 caused by a DeprecationWarning
agronholm
committed
f3ad6c9
Copy full SHA for f3ad6c9
Test macOS and Windows on Python 3.14 instead of 3.13
agronholm
committed
153be15
Copy full SHA for 153be15
Commits on Oct 20, 2025
Add changelog entry for BufferedByteStream (#1004)
gschaffner
authored
d7f2fe7
Copy full SHA for d7f2fe7
Commits on Oct 17, 2025
Added context manager support to RunVar (#1003)
agronholm
authored
c8c7973
Copy full SHA for c8c7973
Commits on Oct 16, 2025
Removed duplicate changelog entry
agronholm
committed
96c3d5d
Copy full SHA for 96c3d5d
Commits on Oct 14, 2025
[pre-commit.ci] pre-commit autoupdate (#1000)
Show description for 1c9c520
pre-commit-ci[bot]
authored
1c9c520
Copy full SHA for 1c9c520
Commits on Oct 8, 2025
[pre-commit.ci] pre-commit autoupdate (#996)
Show description for d2ac91f
pre-commit-ci[bot]
authored
d2ac91f
Copy full SHA for d2ac91f
Commits on Oct 2, 2025
Fixed a typo in PR template (#994)
davidbrochart
authored
5ba0d70
Copy full SHA for 5ba0d70
Commits on Oct 1, 2025
Added winloop for Windows if use_uvloop is used on that OS (#960)
Vizonex
authored
c2f7289
Copy full SHA for c2f7289
Commits on Sep 29, 2025
[pre-commit.ci] pre-commit autoupdate (#991)
Show description for 3c6491e
pre-commit-ci[bot]
authored
3c6491e
Copy full SHA for 3c6491e
Commits on Sep 27, 2025
Fixed a documentation style issue (#988)
davidbrochart
authored
88647d6
Copy full SHA for 88647d6
Commits on Sep 23, 2025
Bumped up the version
agronholm
committed
08737af
Copy full SHA for 08737af
Fixed the inconsistent exception on sending to a closed TCP stream (#980)
Show description for 8bb9fe0
agronholm
authored
8bb9fe0
Copy full SHA for 8bb9fe0
Commits on Sep 22, 2025
[pre-commit.ci] pre-commit autoupdate (#981)
Show description for 9637093
pre-commit-ci[bot]
authored
9637093
Copy full SHA for 9637093
Fixed changelog entry formatting
agronholm
committed
f1bc6ee
Copy full SHA for f1bc6ee
Mentioned the sub-interpreter support in the README
agronholm
committed
0b58964
Copy full SHA for 0b58964
Ensure same port is used for IPv4/IPv6 when creating TCP listener with local_port=0 (#979)
Show description for 1ed112c
3 people
authored
1ed112c
Copy full SHA for 1ed112c
Commits on Sep 21, 2025
Re-enabled coverage reporting on macOS
agronholm
committed
aceeee0
Copy full SHA for aceeee0
Commits on Sep 18, 2025
Reworded a changelog entry and added PR links to others
agronholm
committed
6b890dc
Copy full SHA for 6b890dc
Commits on Sep 16, 2025
Updated pre-commit modules
agronholm
committed
944257d
Copy full SHA for 944257d
Commits on Sep 14, 2025
Fixed a documentation style (#976)
davidbrochart
authored
087975f
Copy full SHA for 087975f
Added support for cancellation reasons (#975)
Show description for b2c933c
agronholm
authored
b2c933c
Copy full SHA for b2c933c
Commits on Sep 13, 2025
Added the condition.wait_for() method (#974)
agronholm
authored
47a559a
Copy full SHA for 47a559a
[pre-commit.ci] pre-commit autoupdate (#972)
Show description for e4ee1b8
pre-commit-ci[bot]
and
agronholm
authored
e4ee1b8
Copy full SHA for e4ee1b8
Commits on Sep 12, 2025
Fixed the python-version input for Litestar downstream tests
agronholm
committed
c0f434f
Copy full SHA for c0f434f
Updated downstream tests and added testing against MCP
agronholm
committed
1fcb3ec
Copy full SHA for 1fcb3ec
Commits on Sep 11, 2025
Updated the Starlette downstream test jobs to use uv
agronholm
committed
7392f37
Copy full SHA for 7392f37
Pagination
Previous
Next
You can’t perform that action at this time.