Staging
v0.5.1
https://github.com/python/cpython
Revision a96e938fc3e266a56d8cebc53687eb2fd56e7589 authored by Kyle Stanley on 17 December 2019, 04:01:19 UTC, committed by Ned Deily on 17 December 2019, 04:01:19 UTC
(cherry picked from commit f501db2b93a9d3d840b6fb38d6bdda8bcc400d4a)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
1 parent 8d0f369
History
Tip revision: a96e938fc3e266a56d8cebc53687eb2fd56e7589 authored by Kyle Stanley on 17 December 2019, 04:01:19 UTC
[3.8] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (GH-17595). (#17630)
Tip revision: a96e938
File Mode Size
__init__.py -rw-r--r-- 1.2 KB
__main__.py -rw-r--r-- 3.3 KB
base_events.py -rw-r--r-- 70.8 KB
base_futures.py -rw-r--r-- 1.8 KB
base_subprocess.py -rw-r--r-- 8.6 KB
base_tasks.py -rw-r--r-- 2.2 KB
constants.py -rw-r--r-- 888 bytes
coroutines.py -rw-r--r-- 8.6 KB
events.py -rw-r--r-- 25.6 KB
exceptions.py -rw-r--r-- 1.5 KB
format_helpers.py -rw-r--r-- 2.3 KB
futures.py -rw-r--r-- 12.8 KB
locks.py -rw-r--r-- 16.9 KB
log.py -rw-r--r-- 124 bytes
proactor_events.py -rw-r--r-- 30.4 KB
protocols.py -rw-r--r-- 7.0 KB
queues.py -rw-r--r-- 8.0 KB
runners.py -rw-r--r-- 2.0 KB
selector_events.py -rw-r--r-- 38.1 KB
sslproto.py -rw-r--r-- 26.6 KB
staggered.py -rw-r--r-- 5.8 KB
streams.py -rw-r--r-- 26.0 KB
subprocess.py -rw-r--r-- 7.9 KB
tasks.py -rw-r--r-- 32.3 KB
transports.py -rw-r--r-- 10.2 KB
trsock.py -rw-r--r-- 5.7 KB
unix_events.py -rw-r--r-- 47.7 KB
windows_events.py -rw-r--r-- 31.9 KB
windows_utils.py -rw-r--r-- 4.9 KB

back to top