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
/
test
/
test_asyncio
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov
2018-01-21
2
-0/+87
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-28/+8
*
bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
2018-01-20
1
-11/+17
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
2
-8/+10
*
bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
2018-01-16
3
-0/+411
*
Make asyncio tests run when there's no SSL module (#5196)
Yury Selivanov
2018-01-15
1
-3/+0
*
bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054)
Yury Selivanov
2017-12-30
1
-2/+4
*
bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5...
Andrew Svetlov
2017-12-30
1
-2/+19
*
bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-30
1
-0/+13
*
bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov
2017-12-30
4
-53/+488
*
bpo-26133: Fix typos (#5010)
Andrew Svetlov
2017-12-26
1
-0/+17
*
bpo-31721: Allow Future._log_traceback to only be set to False (#5009)
Yury Selivanov
2017-12-25
2
-0/+14
*
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
Yury Selivanov
2017-12-25
2
-23/+73
*
bpo-32415: Fix "error is already set" (#4999)
Yury Selivanov
2017-12-23
1
-0/+26
*
Fix check for run_in_executor on closed loop. (#4996)
Andrew Svetlov
2017-12-23
1
-3/+7
*
bpo-32415: Add more tests (#4995)
Yury Selivanov
2017-12-23
1
-3/+21
*
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov
2017-12-23
2
-5/+9
*
bpo-32357: Fix tests in refleak mode (#4989)
Yury Selivanov
2017-12-23
2
-23/+32
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
4
-0/+59
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
2
-12/+35
*
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
Julien Duponchelle
2017-12-19
1
-4/+15
*
bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)
Yury Selivanov
2017-12-19
1
-0/+43
*
Improve test coverage (#4924)
Andrew Svetlov
2017-12-19
1
-0/+1
*
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
2017-12-18
3
-8/+47
*
bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)
Yury Selivanov
2017-12-18
2
-27/+175
*
bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
Andrew Svetlov
2017-12-16
1
-23/+183
*
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Yury Selivanov
2017-12-16
2
-7/+27
*
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov
2017-12-15
2
-1/+39
*
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...
Yury Selivanov
2017-12-15
6
-89/+84
*
bpo-32314: Implement asyncio.run() (#4852)
Yury Selivanov
2017-12-14
1
-0/+100
*
bpo-32296: Unbreak tests on Windows (#4850)
Yury Selivanov
2017-12-13
1
-4/+7
*
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
Yury Selivanov
2017-12-13
1
-20/+113
*
Fix couple typos (#4839)
Andrew Svetlov
2017-12-13
1
-1/+1
*
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
Victor Stinner
2017-12-12
2
-9/+10
*
Add asyncio.get_running_loop() function. (#4782)
Yury Selivanov
2017-12-11
1
-0/+6
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
16
-56/+525
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
2
-6/+7
*
Skip test_read_pty_output test on macOS for poll and select. (#4774)
Yury Selivanov
2017-12-10
1
-3/+1
*
bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
Andrew Svetlov
2017-12-09
2
-13/+47
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
9
-450/+385
*
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
Andrew Svetlov
2017-11-29
1
-2/+2
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
2
-56/+6
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
4
-4/+4
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
3
-18/+6
*
asyncio: Fix BaseSelectorEventLoopTests (#4595)
Victor Stinner
2017-11-27
1
-0/+2
*
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
xdegaye
2017-11-26
1
-0/+4
*
bpo-28684: Remove useless import added by the previous commit (GH-4547)
xdegaye
2017-11-24
1
-1/+0
*
bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...
xdegaye
2017-11-24
3
-11/+17
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
1
-2/+10
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
2
-0/+8
[next]