GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Serhiy Storchaka
2020-12-06
1
-4
/
+0
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley
2020-05-18
1
-0
/
+2
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-29
1
-38
/
+0
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
1
-0
/
+38
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-0
/
+2
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
1
-0
/
+4
*
bpo-32314: Implement asyncio.run() (#4852)
Yury Selivanov
2017-12-14
1
-0
/
+2
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
1
-0
/
+2
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
1
-15
/
+0
*
Issue #23046: Expose the BaseEventLoop class in the asyncio namespace
Victor Stinner
2015-01-06
1
-1
/
+3
*
Fix asyncio.__all__: export also unix_events and windows_events symbols
Victor Stinner
2014-07-18
1
-6
/
+7
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-29
1
-1
/
+3
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
1
-0
/
+2
*
asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor
Victor Stinner
2014-01-25
1
-7
/
+1
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-5
/
+13
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
1
-2
/
+10
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0
/
+33