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
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
Type
/
to 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.2k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-47015: Update test_os from asyncore to asyncio
- #31876
#31876
Merged
asvetlov
merged 15 commits into
python:main
python/cpython:main
from
arhadthedev:asyncio-test-os
arhadthedev/cpython:asyncio-test-os
Copy head branch name to clipboard
Mar 20, 2022
Conversation
Commits
15
(15)
Checks
Files changed
Merged
bpo-47015: Update test_os from asyncore to asyncio
#31876
asvetlov
merged 15 commits into
python:main
python/cpython:main
from
arhadthedev:asyncio-test-os
arhadthedev/cpython:asyncio-test-os
Copy head branch name to clipboard
Commits
Commits on Mar 14, 2022
Convert TestSendfile to IsolatedAsyncioTestCase
arhadthedev
committed
b4c3d44
View commit details
Copy full SHA for b4c3d44
Browse repository at this point
Commits on Mar 18, 2022
Make os.sendfile asynchronous
arhadthedev
committed
51c5422
View commit details
Copy full SHA for 51c5422
Browse repository at this point
Use an asyncio-connected client
arhadthedev
committed
ee9dbe4
View commit details
Copy full SHA for ee9dbe4
Browse repository at this point
Add and use an asyncio server
arhadthedev
committed
a3b9deb
View commit details
Copy full SHA for a3b9deb
Browse repository at this point
Turn client data reading loop into a comprehension
arhadthedev
committed
dcb4251
View commit details
Copy full SHA for dcb4251
Browse repository at this point
Remove redundant synchronization
arhadthedev
committed
4cc7766
View commit details
Copy full SHA for 4cc7766
Browse repository at this point
Remove an old, asyncore server
arhadthedev
committed
8c90479
View commit details
Copy full SHA for 8c90479
Browse repository at this point
Remove threading infrastructure
arhadthedev
committed
8fc1e78
View commit details
Copy full SHA for 8fc1e78
Browse repository at this point
Add a NEWS entry
arhadthedev
committed
9882daf
View commit details
Copy full SHA for 9882daf
Browse repository at this point
Merge branch 'main' into asyncio-test-os
arhadthedev
committed
3d66899
View commit details
Copy full SHA for 3d66899
Browse repository at this point
Add an explicit asyncio event loop policy
arhadthedev
committed
475b7e5
View commit details
Copy full SHA for 475b7e5
Browse repository at this point
Address a review of merwok
arhadthedev
committed
ccb26dd
View commit details
Copy full SHA for ccb26dd
Browse repository at this point
Commits on Mar 19, 2022
Address a review of asvetlov
arhadthedev
committed
34f198c
View commit details
Copy full SHA for 34f198c
Browse repository at this point
Group server stuff together
Show description for 005ad9a
arhadthedev
committed
005ad9a
View commit details
Copy full SHA for 005ad9a
Browse repository at this point
Fix a call of `async_sendfile` in `test_flags`
arhadthedev
committed
03cae53
View commit details
Copy full SHA for 03cae53
Browse repository at this point
You can’t perform that action at this time.