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-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
Yury Selivanov
2017-12-13
1
-0/+27
*
Fix couple typos (#4839)
Andrew Svetlov
2017-12-13
1
-1/+1
*
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov
2017-12-11
3
-10/+19
*
Add asyncio.get_running_loop() function. (#4782)
Yury Selivanov
2017-12-11
1
-1/+13
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
1
-502/+0
*
bpo-32272: Remove asyncio.async() function. (#4784)
Yury Selivanov
2017-12-11
1
-21/+1
*
bpo-32262: Fix f-string (#4787)
Yury Selivanov
2017-12-11
1
-1/+1
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
22
-342/+325
*
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
Andrew Svetlov
2017-12-09
1
-0/+7
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
12
-320/+259
*
Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)
John Chen
2017-12-01
1
-1/+1
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
1
-5/+3
*
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
Andrew Svetlov
2017-11-29
2
-129/+23
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
2
-55/+1
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
5
-19/+4
*
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner
2017-11-28
7
-60/+37
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
4
-18/+3
*
asyncio: Remove unused Future._tb_logger attribute (#4596)
Victor Stinner
2017-11-27
1
-8/+1
*
bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594)
Victor Stinner
2017-11-27
1
-1/+1
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
2
-3/+4
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
2
-13/+20
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
4
-274/+4
*
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
Yury Selivanov
2017-11-15
1
-0/+6
*
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
Andrey Egorov
2017-11-14
1
-19/+18
*
bpo-28369: Enhance transport socket check in add_reader/writer (#4365)
Yury Selivanov
2017-11-13
2
-1/+16
*
bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...
Suren Nihalani
2017-11-07
1
-0/+6
*
Fix a typo (#4323)
Barry Warsaw
2017-11-07
1
-2/+2
*
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
Antoine Pitrou
2017-11-07
5
-5/+36
*
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
Antoine Pitrou
2017-11-07
1
-1/+3
*
Add asyncio.Handle.cancelled() method (#2388)
Marat Sharafutdinov
2017-11-07
1
-0/+3
*
bpo-31245: Asyncio unix socket datagram (#3164)
Quentin Dawans
2017-10-30
2
-2/+8
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
4
-0/+63
*
bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817)
jlacoline
2017-10-19
1
-6/+4
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-17/+9
*
bpo-31556: asyncio.wait_for can cancel futures faster with timeout <= 0 (#3703)
Victor K
2017-10-05
1
-0/+9
*
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
2017-09-15
1
-1/+1
*
bpo-31350: Optimize get_event_loop and _get_running_loop (#3347)
jimmylai
2017-09-06
1
-6/+4
*
bpo-31250, test_asyncio: fix dangling threads (#3252)
Victor Stinner
2017-09-01
1
-1/+8
*
bpo-30280: Cleanup threads in ayncio tests (#2501)
Victor Stinner
2017-06-30
1
-0/+6
*
Fix a typo in a comment in coroutines.py (GH-2267)
Johan de Jager
2017-06-24
1
-1/+1
*
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...
Yury Selivanov
2017-06-11
1
-24/+1
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov
2017-06-11
2
-0/+2
*
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
Nikolay Kim
2017-06-10
1
-1/+24
*
Fix TypeError is asyncio/proactor_events (#993)
Jim Fasarakis-Hilliard
2017-06-10
1
-2/+3
*
Break circular references when closing SSLTransport objects (#981)
Michaël Sghaïer
2017-06-09
1
-4/+6
*
Closing transport during handshake process leaks socket (#480)
Nikolay Kim
2017-06-09
1
-2/+5
*
Fix waiter cancellation in asyncio.Lock (#1031)
Mathieu Sornay
2017-06-09
1
-5/+12
*
call remove_done_callback in finally section (#1688)
jimmylai
2017-05-23
1
-1/+2
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki
2017-05-11
1
-1/+6
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
12
-223/+65
[next]