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 }}
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
36.7k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
library
asyncio-protocol.rst
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 2, 2017
[3.5] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2533)
Show description for 4685e56
kojoidrissa
authored and
Mariatta
committed
4685e56
View commit details
Copy full SHA for 4685e56
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
Fix a minor typo. (#1032) (#1036)
Show description for f688f18
warsaw
authored
f688f18
View commit details
Copy full SHA for f688f18
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
Asyncio documentation: remove `self` from method signatures (GH-334) (GH-336)
Show description for b945e07
Mariatta
authored
b945e07
View commit details
Copy full SHA for b945e07
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Issue #28088: Don't include self in method signature
Show description for 2ebd6fe
berkerpeksag
committed
2ebd6fe
View commit details
Copy full SHA for 2ebd6fe
View code at this point
Browse repository at this point
Commits on Nov 4, 2016
Issue #28088: Document Transport.set_protocol and get_protocol
methane
committed
1ea023e
View commit details
Copy full SHA for 1ea023e
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Issue #19795: Mark up None as literal text.
serhiy-storchaka
committed
ecf41da
View commit details
Copy full SHA for ecf41da
View code at this point
Browse repository at this point
Commits on Aug 20, 2016
Minor spelling fixes
vadmium
committed
d210a70
View commit details
Copy full SHA for d210a70
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
gvanrossum
committed
f68afd8
View commit details
Copy full SHA for f68afd8
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Merge 3.4
Yury Selivanov
committed
9920e29
View commit details
Copy full SHA for 9920e29
View code at this point
Browse repository at this point
docs/asyncio: Twek sections names per Nick Coghlan suggestion
Yury Selivanov
committed
cba0053
View commit details
Copy full SHA for cba0053
View code at this point
Browse repository at this point
Commits on Nov 19, 2015
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
gvanrossum
committed
82f9fea
View commit details
Copy full SHA for 82f9fea
View code at this point
Browse repository at this point
Issue #25593: Change semantics of EventLoop.stop().
gvanrossum
committed
41f69f4
View commit details
Copy full SHA for 41f69f4
View code at this point
Browse repository at this point
Commits on Nov 16, 2015
asyncio.docs: Document Transport.is_closing (merge 3.4)
Yury Selivanov
committed
344904c
View commit details
Copy full SHA for 344904c
View code at this point
Browse repository at this point
asyncio.docs: Document Transport.is_closing
Yury Selivanov
committed
1744d53
View commit details
Copy full SHA for 1744d53
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge a-to-an corrections from 3.4.
serhiy-storchaka
committed
a84f6c3
View commit details
Copy full SHA for a84f6c3
View code at this point
Browse repository at this point
Issue #25523: Further a-to-an corrections.
serhiy-storchaka
committed
d65c949
View commit details
Copy full SHA for d65c949
View code at this point
Browse repository at this point
Commits on Oct 10, 2015
Issue #25161: Merge full stops from 3.4 into 3.5
vadmium
committed
84835ab
View commit details
Copy full SHA for 84835ab
View code at this point
Browse repository at this point
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
vadmium
committed
d21e0b5
View commit details
Copy full SHA for d21e0b5
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Issue #25114: Adjust versionchanged in the doc
vstinner
committed
04ce06b
View commit details
Copy full SHA for 04ce06b
View code at this point
Browse repository at this point
Merge 3.4 (asyncio)
vstinner
committed
d1fcca8
View commit details
Copy full SHA for d1fcca8
View code at this point
Browse repository at this point
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Show description for f7dc7fb
vstinner
committed
f7dc7fb
View commit details
Copy full SHA for f7dc7fb
View code at this point
Browse repository at this point
Commits on Sep 12, 2015
Marked keystrokes with the :kbd: role.
Show description for 153627c
serhiy-storchaka
committed
153627c
View commit details
Copy full SHA for 153627c
View code at this point
Browse repository at this point
Marked keystrokes with the :kbd: role.
Show description for 0424eaf
serhiy-storchaka
committed
0424eaf
View commit details
Copy full SHA for 0424eaf
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Issue #24487: Rename async() -> ensure_future() in asyncio docs.
Show description for 04356e1
Yury Selivanov
committed
04356e1
View commit details
Copy full SHA for 04356e1
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
asyncio: add a note about (non) thread safety in each class
vstinner
committed
8370496
View commit details
Copy full SHA for 8370496
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
asyncio doc: document Protocol state machine
vstinner
committed
54a231d
View commit details
Copy full SHA for 54a231d
View code at this point
Browse repository at this point
Commits on Nov 2, 2014
Reflow paragraph.
bitdancer
committed
64f10d4
View commit details
Copy full SHA for 64f10d4
View code at this point
Browse repository at this point
Fix English phrasing.
bitdancer
committed
3ca68e7
View commit details
Copy full SHA for 3ca68e7
View code at this point
Browse repository at this point
Commits on Oct 13, 2014
asyncio doc: document BaseSubprocessTransport.close() method
Show description for 4270a24
vstinner
committed
4270a24
View commit details
Copy full SHA for 4270a24
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
asyncio doc: add TCP echo client/server using streams
vstinner
committed
ed05159
View commit details
Copy full SHA for ed05159
View code at this point
Browse repository at this point
asyncio doc: enhance TCP client example
vstinner
committed
5366434
View commit details
Copy full SHA for 5366434
View code at this point
Browse repository at this point
asyncio doc: clarify how servers create protocol instances
vstinner
committed
cfbea3a
View commit details
Copy full SHA for cfbea3a
View code at this point
Browse repository at this point
asyncio doc: add UDP client and server examples
vstinner
committed
c7edffd
View commit details
Copy full SHA for c7edffd
View code at this point
Browse repository at this point
asyncio doc: use server.wait_closed() in TCP echo server example
vstinner
committed
c2721b4
View commit details
Copy full SHA for c2721b4
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
asyncio doc: socket.socketpair() is not available on Windows yet
vstinner
committed
ccd8e34
View commit details
Copy full SHA for ccd8e34
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.