index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...
Andrew Svetlov
2019-05-09
1
-8/+27
*
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13...
Andrew Svetlov
2019-05-07
2
-8/+22
*
bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-...
Romain Picard
2019-05-07
1
-2/+8
*
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
2
-7/+13
*
Forbid creating of stream objects outside of asyncio (#13101)
Andrew Svetlov
2019-05-07
2
-26/+73
*
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador
2019-05-05
3
-37/+238
*
bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)
Zackery Spytz
2019-05-03
1
-1/+2
*
bpo-36613: call remove_done_callback if exception (GH-12800)
gescheit
2019-05-03
1
-1/+2
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
1
-0/+14
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
1
-2/+2
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
1
-0/+4
*
asyncio: use dict instead of OrderedDict (GH-11710)
Inada Naoki
2019-02-05
1
-1/+1
*
bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566)
Victor Stinner
2019-01-15
1
-1/+7
*
bpo-11555: Enhance IocpProactor.close() log again (GH-11563)
Victor Stinner
2019-01-15
1
-3/+2
*
bpo-34323: Enhance IocpProactor.close() log (GH-11555)
Victor Stinner
2019-01-15
1
-3/+15
*
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner
2019-01-10
7
-24/+16
*
IocpProactor: prevent modification if closed (GH-11494)
Victor Stinner
2019-01-10
1
-6/+22
*
bpo-35682: Fix _ProactorBasePipeTransport._force_close() (GH-11462)
Victor Stinner
2019-01-08
1
-1/+1
*
bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)
Vladimir Matveev
2019-01-05
1
-0/+5
*
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev
2018-12-18
2
-1/+14
*
bpo-35394: Add empty slots to abstract asyncio protocols (#10889)
Andrew Svetlov
2018-12-11
1
-0/+10
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
3
-13/+17
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
1
-1/+0
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
1
-40/+49
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
2
-11/+0
*
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)
Andrew Svetlov
2018-10-13
1
-2/+6
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
1
-4/+1
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-22/+1
*
asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)
Yury Selivanov
2018-09-25
1
-6/+6
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
1
-1/+1
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
1
-3/+16
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-1/+9
*
bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)
Andrew Svetlov
2018-09-12
1
-0/+3
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
2
-10/+86
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
12
-98/+130
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
4
-8/+41
*
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
MartinAltmayer
2018-07-31
1
-1/+4
*
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador
2018-07-30
1
-0/+4
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
1
-0/+6
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
1
-4/+10
*
bpo-30805: Avoid race condition with debug logging (GH-7545)
Yury Selivanov
2018-06-08
1
-2/+4
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
3
-3/+3
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
1
-3/+8
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
3
-145/+73
*
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)
Yury Selivanov
2018-06-05
2
-3/+6
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
4
-37/+39
*
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
jhaydaman
2018-05-30
1
-6/+2
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Yury Selivanov
2018-05-30
1
-7/+0
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus
2018-05-29
1
-2/+21
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
1
-1/+13
[next]