summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Update 3.4 asyncio/test_tasks to upstream versionYury Selivanov2016-03-021-1/+2
* Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
* Issue #26050: Add asyncio.StreamReader.readuntil() method.Yury Selivanov2016-01-111-1/+127
* Sync with asyncio repoAndrew Svetlov2016-01-111-0/+169
* asyncio/tests: Fix a ResourceWarning due to unclosed loopYury Selivanov2015-12-171-0/+4
* asyncio/tests: Fix ResourceWarnings related to unclosed transportsYury Selivanov2015-12-171-18/+29
* asyncio/tests: Fix some ResourceWarningsYury Selivanov2015-12-172-13/+18
* asyncio/tests: Fix deprecation warningYury Selivanov2015-12-171-1/+1
* Normalize whitespaceYury Selivanov2015-12-171-1/+1
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-173-23/+195
* asyncio: Make Tasks check if Futures are attached to the same event loopYury Selivanov2015-12-111-0/+15
* asyncio: Sync with githubYury Selivanov2015-12-111-2/+2
* asyncio: Fix with githubYury Selivanov2015-11-201-3/+4
* asyncio.tests: Fix whitespaceYury Selivanov2015-11-201-4/+3
* asyncio: Sync with githubYury Selivanov2015-11-201-1/+1
* Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-0/+53
* asyncio: Cleanup Future APIYury Selivanov2015-11-171-4/+7
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-164-13/+13
* asyncio: Fix sporadic failing unittests in debug modeYury Selivanov2015-11-131-14/+18
* asyncio: Optimize asyncio.sleep(0)Yury Selivanov2015-11-051-0/+24
* Fix whitespace.Guido van Rossum2015-10-191-1/+1
* Issue #25441: asyncio: Raise error from drain() when socket is closed.Guido van Rossum2015-10-191-0/+43
* Issue #23972: Fix tests for Windows and Debian.Guido van Rossum2015-10-061-4/+1
* Docs and one small improvement for issue #25304, by Vincent Michel.Guido van Rossum2015-10-051-0/+21
* Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-052-2/+190
* Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-032-2/+67
* asyncio: ensure_future() now understands awaitablesYury Selivanov2015-10-021-0/+18
* Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).Guido van Rossum2015-09-291-9/+43
* Fix StreamReader.__repr__Andrew Svetlov2015-09-291-0/+42
* Issue #25233: Rewrite the guts of Queue to be more understandable and correct.Guido van Rossum2015-09-281-7/+48
* Issue #23630: Fix test_asyncio on WindowsVictor Stinner2015-09-211-0/+1
* Issue #25114: Fix test_asyncioVictor Stinner2015-09-211-3/+2
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-211-0/+33
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-211-12/+63
* Issue #24867: Fix Task.get_stack() for 'async def' coroutinesYury Selivanov2015-08-141-0/+32
* Issue #24763: Fix asyncio test on Windows (fix reverted change)Yury Selivanov2015-08-091-1/+5
* Issue #23812: Fix getter-cancellation with many pending getters code pathYury Selivanov2015-08-061-1/+36
* Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.Yury Selivanov2015-08-051-1/+60
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-5/+1
* Issue #24763: Fix asyncio test on WindowsVictor Stinner2015-07-311-1/+5
* Fix ResourceWarning in asyncio.BaseSubprocessTransportVictor Stinner2015-07-311-0/+15
* asyncio: sync with githubVictor Stinner2015-07-251-16/+12
* asyncio: sync with github asyncioVictor Stinner2015-07-094-7/+9
* Issue #24400: Fix CoroWrapper for 'async def' coroutinesYury Selivanov2015-06-241-1/+2
* asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-122-3/+4
* asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-113-25/+31
* Sync asyncio changes from the main repo.Yury Selivanov2015-05-112-4/+50
* Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-031-21/+44
* Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.Guido van Rossum2015-04-201-5/+19
* asyncio: Fix _SelectorTransport.__repr__() if the event loop is closedVictor Stinner2015-03-271-0/+5