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-10 21:28:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fca2fc090c8227e8693a2b53dcdafd80bef06c1f
cpython
/
Lib
/
asyncio
T
History
Guido van Rossum
e36fcde383
- Issue
#22841
: Reject coroutines in asyncio add_signal_handler().
...
Patch by Ludovic.Gasc.
2014-11-14 11:45:47 -08:00
..
__init__.py
Fix asyncio.__all__: export also unix_events and windows_events symbols
2014-07-18 12:44:25 +02:00
base_events.py
Issue
#22601
: run_forever() now consumes BaseException of the temporary task
2014-10-11 14:30:18 +02:00
base_subprocess.py
…
constants.py
…
coroutines.py
…
events.py
asyncio: Improve canceled timer handles cleanup. Closes issue
#22448
.
2014-09-25 12:07:56 -04:00
futures.py
asyncio: sync with Tulip
2014-07-29 12:58:23 +02:00
locks.py
Issue
#22369
: Change "context manager protocol" to "context management protocol".
2014-09-10 23:43:41 +03:00
log.py
…
proactor_events.py
asyncio: Move loop attribute to _FlowControlMixin
2014-11-05 15:27:41 +01:00
protocols.py
…
queues.py
…
selector_events.py
asyncio: Move loop attribute to _FlowControlMixin
2014-11-05 15:27:41 +01:00
streams.py
asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine
2014-07-22 12:03:40 +02:00
subprocess.py
asyncio, tulip issue 190: Process.communicate() now ignores
2014-07-17 13:12:03 +02:00
tasks.py
Apply asyncio Task English fixes to docstrings as well.
2014-09-24 13:13:45 -04:00
test_utils.py
Issue
#22641
: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
2014-10-15 16:58:21 +02:00
transports.py
asyncio: Move loop attribute to _FlowControlMixin
2014-11-05 15:27:41 +01:00
unix_events.py
- Issue
#22841
: Reject coroutines in asyncio add_signal_handler().
2014-11-14 11:45:47 -08:00
windows_events.py
asyncio: sync with Tulip
2014-08-25 23:20:52 +02:00
windows_utils.py
Issue
#18643
: asyncio.windows_utils now reuse socket.socketpair() on Windows if
2014-10-14 22:56:25 +02:00