summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...Andrew Svetlov2018-09-291-25/+0
* bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)Victor Stinner2018-09-252-2/+3
* bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)João Júnior2018-09-241-0/+29
* bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)Andrew Svetlov2018-09-131-0/+22
* Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...Michael Felt2018-09-131-4/+6
* bpo-34638: Store a weak reference to stream reader to break strong references...Andrew Svetlov2018-09-121-0/+71
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-114-12/+12
* bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-301-3/+3
* Make regular expressions in test_tasks.py raw strings. (GH-8759)Benjamin Peterson2018-08-131-2/+2
* bpo-34270: Make it possible to name asyncio tasks (GH-8547)Alex Grönholm2018-08-082-7/+76
* bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)twisteroid ambassador2018-07-301-0/+13
* bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...Elvis Pranskevichus2018-07-301-1/+13
* bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)Yury Selivanov2018-06-281-2/+22
* bpo-33694: Fix typo in helper function name (GH-7522)Victor Stinner2018-06-081-6/+6
* bpo-33792: Add selector and proactor windows policies (GH-7487)Yury Selivanov2018-06-071-0/+31
* bpo-33694: Fix race condition in asyncio proactor (GH-7498)Victor Stinner2018-06-082-6/+11
* bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)Victor Stinner2018-06-071-1/+5
* bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)Victor Stinner2018-06-071-1/+2
* bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)Victor Stinner2018-06-072-2/+12
* bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)Yury Selivanov2018-06-042-31/+214
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-0118-0/+74
* Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235)Yury Selivanov2018-05-291-4/+2
* A better fix for asyncio test_stdin_broken_pipe (#7221)Yury Selivanov2018-05-291-2/+4
* Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)Yury Selivanov2018-05-291-32/+0
* bpo-32684: Fix nits in tests (GH-7225)Yury Selivanov2018-05-291-3/+3
* bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)Elvis Pranskevichus2018-05-292-0/+69
* bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...Yury Selivanov2018-05-291-1/+28
* bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)Yury Selivanov2018-05-291-0/+32
* Attempt to fix test_stdin_broken_pipe on Travis (#7210)Yury Selivanov2018-05-291-0/+1
* bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)Victor Stinner2018-05-291-17/+29
* bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7...Yury Selivanov2018-05-291-11/+36
* bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)Yury Selivanov2018-05-282-0/+14
* bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)Yury Selivanov2018-05-281-2/+27
* bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)Yury Selivanov2018-05-281-0/+18
* bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)Yury Selivanov2018-05-281-0/+10
* bpo-32458: Further tune start_tls tests (#7166)Yury Selivanov2018-05-281-4/+6
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-285-35/+257
* bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)twisteroid ambassador2018-05-281-0/+6
* bpo-33353: test_asyncio set SO_SNDBUF after connect (GH-7086)Victor Stinner2018-05-241-3/+9
* bpo-33353: test_asyncio uses smaller sendfile data (#7083)Victor Stinner2018-05-241-2/+2
* bpo-33618: Enable TLS 1.3 in tests (GH-7079)Christian Heimes2018-05-232-2/+2
* Use IPv4 only to avoid IP address collision (#7030)Andrew Svetlov2018-05-211-6/+4
* Fix asyncio flaky tests (#7023)Andrew Svetlov2018-05-211-2/+3
* bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)Vlad Starostin2018-05-211-0/+15
* bpo-32262: Fix typo in f-string (GH-7016)Christian Heimes2018-05-201-0/+24
* bpo-26819: Prevent proactor double read on resume (#6921)CtrlZvi2018-05-201-1/+8
* bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)Steve Dower2018-05-161-3/+15
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-041-0/+12
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6...Ned Deily2018-03-271-1/+1
* bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)Andrew Svetlov2018-03-101-20/+37