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-33694: Fix typo in helper function name (GH-7522)
Miss Islington (bot)
2018-06-08
1
-6/+6
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Miss Islington (bot)
2018-06-08
1
-0/+31
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)
Miss Islington (bot)
2018-06-07
2
-6/+11
*
[3.7] bpo-33789: Backport test_asyncio fixes from master (GH-7478)
Victor Stinner
2018-06-07
3
-4/+19
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)
Miss Islington (bot)
2018-06-04
2
-31/+214
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-...
Yury Selivanov
2018-05-30
1
-32/+0
*
bpo-32684: Fix nits in tests (GH-7225) (#7231)
Miss Islington (bot)
2018-05-30
1
-3/+3
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Miss Islington (bot)
2018-05-29
2
-0/+69
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Miss Islington (bot)
2018-05-29
1
-1/+28
*
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Miss Islington (bot)
2018-05-29
1
-0/+32
*
Attempt to fix test_stdin_broken_pipe on Travis (GH-7210) (#7211)
Miss Islington (bot)
2018-05-29
1
-0/+1
*
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
Miss Islington (bot)
2018-05-29
1
-17/+29
*
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH...
Miss Islington (bot)
2018-05-29
1
-11/+36
*
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)
Miss Islington (bot)
2018-05-29
2
-0/+14
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Miss Islington (bot)
2018-05-29
1
-2/+27
*
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Miss Islington (bot)
2018-05-28
1
-0/+18
*
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (...
Miss Islington (bot)
2018-05-28
1
-0/+10
*
bpo-32458: Further tune start_tls tests (GH-7166)
Miss Islington (bot)
2018-05-28
1
-4/+6
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Miss Islington (bot)
2018-05-28
5
-35/+257
*
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149...
Miss Islington (bot)
2018-05-28
1
-0/+6
*
[3.7] bpo-33353: Fix test_asyncio on FreeBSD (GH-7087)
Victor Stinner
2018-05-24
1
-5/+11
*
[3.7] bpo-33618: Enable TLS 1.3 in tests (GH-7079) (GH-7082)
Miss Islington (bot)
2018-05-23
2
-2/+2
*
Use IPv4 only to avoid IP address collision (GH-7030)
Miss Islington (bot)
2018-05-21
1
-6/+4
*
Fix asyncio flaky tests (GH-7023) (#7024)
Miss Islington (bot)
2018-05-21
1
-2/+3
*
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7022)
Miss Islington (bot)
2018-05-21
1
-0/+15
*
[3.7] bpo-32262: Fix typo in f-string (GH-7016)
Miss Islington (bot)
2018-05-20
1
-0/+24
*
bpo-26819: Prevent proactor double read on resume (GH-6921)
Miss Islington (bot)
2018-05-20
1
-1/+8
*
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)
Miss Islington (bot)
2018-05-17
1
-3/+15
*
bpo-32517: re-enable test_read_pty_output on macOS (GH-6112)
Ned Deily
2018-03-27
1
-1/+0
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6...
Miss Islington (bot)
2018-03-10
1
-20/+37
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
Miss Islington (bot)
2018-03-09
1
-0/+1
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
Miss Islington (bot)
2018-02-27
1
-0/+2
*
bpo-32622: Native sendfile on windows (GH-5565)
Miss Islington (bot)
2018-02-25
3
-90/+277
*
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665)
Miss Islington (bot)
2018-02-14
1
-4/+27
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Miss Islington (bot)
2018-02-13
1
-0/+14
*
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501)
Miss Islington (bot)
2018-02-02
1
-0/+50
*
Implement TimerHandle.when() (GH-5473) (GH-5480)
Miss Islington (bot)
2018-02-01
1
-0/+6
*
bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)
Yury Selivanov
2018-01-29
1
-2/+10
*
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
2018-01-28
3
-3/+450
*
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Yury Selivanov
2018-01-28
1
-3/+2
*
Fix tests if Python compiled without SSL (#5367)
Andrew Svetlov
2018-01-27
1
-0/+2
*
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
Yury Selivanov
2018-01-27
1
-0/+9
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
2
-4/+308
*
bpo-32630: Use contextvars in decimal (GH-5278)
Yury Selivanov
2018-01-27
1
-0/+29
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-2/+4
*
bpo-32662: Try making test_asyncio.test_server more reliable (#5338)
Yury Selivanov
2018-01-26
1
-1/+12
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
1
-0/+50
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
1
-0/+117
*
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
2018-01-24
1
-1/+30
*
bpo-32636: Fix two bugs in test_asyncio (#5302)
Victor Stinner
2018-01-24
2
-1/+2
[next]