This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-22 02:52:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5364ae75043580cf1ce94dcafe2b8b489a855aa
cpython
/
Lib
/
asyncio
T
History
Kumar Aditya
60fbc20ef9
gh-140947: fix contextvars handling for server tasks in asyncio (
#141158
)
2026-03-21 17:44:08 +05:30
..
__init__.py
…
__main__.py
gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL (GH-145159)
2026-03-10 14:58:32 +01:00
base_events.py
gh-140947: fix contextvars handling for server tasks in asyncio (
#141158
)
2026-03-21 17:44:08 +05:30
base_futures.py
…
base_subprocess.py
gh-145541: Fix
InvalidStateError
in
BaseSubprocessTransport._call_connection_lost()
(
#145554
)
2026-03-09 19:37:23 +05:30
base_tasks.py
…
constants.py
…
coroutines.py
…
events.py
…
exceptions.py
…
format_helpers.py
…
futures.py
gh-142615: disallow multiple initializations of
asyncio.Task
and
asyncio.Future
(
#142616
)
2026-01-03 13:27:02 +05:30
graph.py
…
locks.py
…
log.py
…
mixins.py
…
proactor_events.py
gh-140947: fix contextvars handling for server tasks in asyncio (
#141158
)
2026-03-21 17:44:08 +05:30
protocols.py
…
queues.py
…
runners.py
…
selector_events.py
gh-140947: fix contextvars handling for server tasks in asyncio (
#141158
)
2026-03-21 17:44:08 +05:30
sslproto.py
…
staggered.py
…
streams.py
…
subprocess.py
…
taskgroups.py
…
tasks.py
…
threads.py
…
timeouts.py
…
tools.py
gh-143952: Fix asyncio tools to work with the new remote debugging API (
#143954
)
2026-01-17 19:16:12 -05:00
transports.py
…
trsock.py
…
unix_events.py
…
windows_events.py
…
windows_utils.py
gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (
#137389
)
2026-02-24 13:27:49 +02:00