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
.
MagicStack
/
uvloop
Public
Notifications
You must be signed in to change notification settings
Fork
609
Star
11.8k
Code
Issues
127
Pull requests
29
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 4, 2026
Add thread name prefix to the default thread pool executor (#636)
Show description for 0582f94
inikolaev
and
fantix
authored
0582f94
Copy full SHA for 0582f94
Support any number of flags in UVLOOP_OPT_CFLAGS (#630)
Show description for 963a5f3
mgorny
authored
963a5f3
Copy full SHA for 963a5f3
Get rid of wheel as a build dependency (#696)
DimitriPapadopoulos
authored
173e88c
Copy full SHA for 173e88c
Commits on May 2, 2026
Update the example to work with 3.14 (#710)
Jamie-Chang
authored
b74c2f1
Copy full SHA for b74c2f1
Commits on May 1, 2026
Detach socket on create_connection cancellation to prevent fd double-close (#740)
Show description for dc680eb
3 people
authored
dc680eb
Copy full SHA for dc680eb
Commits on Apr 28, 2026
fix: explicit yield after run_in_executor as it was implicitly needed (#743)
samypr100
authored
6cd24cb
Copy full SHA for 6cd24cb
fix: use packaging instead of relying on pkg_resources (#742)
samypr100
authored
b377b7c
Copy full SHA for b377b7c
Commits on Jan 30, 2026
SSL perf: use C values (#629)
Show description for a308f75
tarasko
authored
a308f75
Copy full SHA for a308f75
Replace some SSL vectorcall with direct methods (#626)
tarasko
authored
6a27cbe
Copy full SHA for 6a27cbe
Improve performance/latency of Transport.write (#619)
tarasko
authored
1d9b6e0
Copy full SHA for 1d9b6e0
Commits on Jan 28, 2026
Improve performance by using Python C API to enter/exit context (#627)
Show description for 837ef22
tarasko
authored
837ef22
Copy full SHA for 837ef22
Commits on Jan 19, 2026
fix!: remove `loop._ready_len` in favor of `len(loop._ready)` (#721)
x42005e1f
authored
5910a18
Copy full SHA for 5910a18
Commits on Jan 15, 2026
test: use C __atomic builtins for debug counters (#719)
fantix
authored
836e3b2
Copy full SHA for 836e3b2
Prefer inspect.iscoroutinefunction (#705)
MatthieuDartiailh
authored
fd65027
Copy full SHA for fd65027
Commits on Jan 14, 2026
test: fix flaky test_fs_event (#717)
fantix
authored
8da4547
Copy full SHA for 8da4547
Commits on Jan 12, 2026
Add support for special hostname <broadcast> (#592)
jpbede
authored
3060ceb
Copy full SHA for 3060ceb
test: skip flaky test_cancel_post_init on AIO 3.13+ (#714)
fantix
authored
3ea5c85
Copy full SHA for 3ea5c85
Fix test `test_create_connection_open_con_addr` with Python 3.13.9+ (#713)
shadchin
authored
b93141a
Copy full SHA for b93141a
Commits on Oct 16, 2025
uvloop 0.22.1
Show description for 74f4c96
fantix
committed
74f4c96
Copy full SHA for 74f4c96
ci: bump pypa/gh-action-pypi-publish
fantix
committed
321d345
Copy full SHA for 321d345
uvloop 0.22.0
Show description for 3cf6b44
fantix
committed
3cf6b44
Copy full SHA for 3cf6b44
ci: use native ubuntu-24.04-arm
fantix
committed
e4d569e
Copy full SHA for e4d569e
ci: fix test and release workflow
fantix
committed
d9fa054
Copy full SHA for d9fa054
Commits on Oct 15, 2025
ci: fix artifact handling
fantix
committed
7effa90
Copy full SHA for 7effa90
add free-threading support (#693)
Show description for 286b370
kumaraditya303
and
fantix
authored
286b370
Copy full SHA for 286b370
Commits on Oct 10, 2025
Fixes for Python 3.14 (#638)
Show description for 46456b6
4 people
authored
46456b6
Copy full SHA for 46456b6
Commits on Apr 17, 2025
test: fix task name for Python 3.13.3/3.14 (#662)
Show description for 96b7ed3
cjwatson
and
fantix
authored
96b7ed3
Copy full SHA for 96b7ed3
Commits on Apr 16, 2025
test: fix getaddrinfo test (#663)
Show description for 5680792
fantix
authored
5680792
Copy full SHA for 5680792
Commits on Oct 15, 2024
Use Cython `enum` for `__PREALLOCED_BUFS` (#634)
jakirkham
authored
7bb12a1
Copy full SHA for 7bb12a1
Commits on Oct 14, 2024
bump cibuildwheel version
fantix
committed
2e8feae
Copy full SHA for 2e8feae
uvloop 0.21.0
Show description for 40e8a34
fantix
committed
40e8a34
Copy full SHA for 40e8a34
Commits on Sep 2, 2024
uvloop 0.21.0beta1
fantix
committed
79d5dcd
Copy full SHA for 79d5dcd
Add cleanup_socket param on create_unix_server() (#623)
Show description for fb5a139
edgarrmondragon
and
fantix
authored
fb5a139
Copy full SHA for fb5a139
Commits on Aug 28, 2024
Updates for Cython3 (#587)
Show description for 3fba9fa
alan-brooks
and
fantix
authored
3fba9fa
Copy full SHA for 3fba9fa
Commits on Aug 26, 2024
udp errors should result in protocol.error_received (#601)
jensbjorgensen
authored
3c3bbef
Copy full SHA for 3c3bbef
Previous
Next
You can’t perform that action at this time.