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-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-0/+22
*
Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...
Michael Felt
2018-09-13
1
-4/+6
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
1
-0/+71
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
4
-12/+12
*
bpo-34542: Update test certs and keys (GH-8997)
Christian Heimes
2018-08-30
1
-3/+3
*
Make regular expressions in test_tasks.py raw strings. (GH-8759)
Benjamin Peterson
2018-08-14
1
-2/+2
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
2
-7/+76
*
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador
2018-07-30
1
-0/+13
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
1
-1/+13
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
1
-2/+22
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
1
-6/+6
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
1
-0/+31
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
2
-6/+11
*
bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)
Victor Stinner
2018-06-06
1
-1/+5
*
bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)
Victor Stinner
2018-06-06
1
-1/+2
*
bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)
Victor Stinner
2018-06-06
2
-2/+12
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
2
-31/+214
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
18
-0/+74
*
Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235)
Yury Selivanov
2018-05-30
1
-4/+2
*
A better fix for asyncio test_stdin_broken_pipe (#7221)
Yury Selivanov
2018-05-30
1
-2/+4
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Yury Selivanov
2018-05-30
1
-32/+0
*
bpo-32684: Fix nits in tests (GH-7225)
Yury Selivanov
2018-05-29
1
-3/+3
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus
2018-05-29
2
-0/+69
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
1
-1/+28
*
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Yury Selivanov
2018-05-29
1
-0/+32
*
Attempt to fix test_stdin_broken_pipe on Travis (#7210)
Yury Selivanov
2018-05-29
1
-0/+1
*
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
Victor Stinner
2018-05-29
1
-17/+29
*
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7...
Yury Selivanov
2018-05-29
1
-11/+36
*
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Yury Selivanov
2018-05-28
2
-0/+14
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
1
-2/+27
*
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Yury Selivanov
2018-05-28
1
-0/+18
*
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
Yury Selivanov
2018-05-28
1
-0/+10
*
bpo-32458: Further tune start_tls tests (#7166)
Yury Selivanov
2018-05-28
1
-4/+6
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
5
-35/+257
*
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)
twisteroid ambassador
2018-05-28
1
-0/+6
*
bpo-33353: test_asyncio set SO_SNDBUF after connect (GH-7086)
Victor Stinner
2018-05-24
1
-3/+9
*
bpo-33353: test_asyncio uses smaller sendfile data (#7083)
Victor Stinner
2018-05-23
1
-2/+2
*
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes
2018-05-23
2
-2/+2
*
Use IPv4 only to avoid IP address collision (#7030)
Andrew Svetlov
2018-05-21
1
-6/+4
*
Fix asyncio flaky tests (#7023)
Andrew Svetlov
2018-05-21
1
-2/+3
*
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)
Vlad Starostin
2018-05-21
1
-0/+15
*
bpo-32262: Fix typo in f-string (GH-7016)
Christian Heimes
2018-05-20
1
-0/+24
*
bpo-26819: Prevent proactor double read on resume (#6921)
CtrlZvi
2018-05-20
1
-1/+8
*
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower
2018-05-16
1
-3/+15
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
1
-0/+12
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6...
Ned Deily
2018-03-27
1
-1/+1
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
1
-20/+37
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
1
-0/+2
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
3
-90/+277
*
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Bar Harel
2018-02-14
1
-4/+27
[next]