summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutinesYury Selivanov2015-08-172-0/+49
* Merge 3.4 (issues #24835, #24763)Yury Selivanov2015-08-091-1/+5
|\
| * Issue #24763: Fix asyncio test on Windows (fix reverted change)Yury Selivanov2015-08-091-1/+5
* | Merge 3.4 (issue #23812)Yury Selivanov2015-08-061-1/+36
|\ \ | |/
| * Issue #23812: Fix getter-cancellation with many pending getters code pathYury Selivanov2015-08-061-1/+36
* | asyncio.test_pep492: Add a test for asyncio.iscoroutinefunctionYury Selivanov2015-08-051-0/+4
* | Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.Yury Selivanov2015-08-051-1/+60
|\ \ | |/
| * Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.Yury Selivanov2015-08-051-1/+60
* | Merge 3.4Yury Selivanov2015-08-041-5/+1
|\ \ | |/
| * asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-5/+1
* | Merge 3.4 (asyncio test)Victor Stinner2015-07-311-1/+5
|\ \ | |/
| * Issue #24763: Fix asyncio test on WindowsVictor Stinner2015-07-311-1/+5
* | Merge 3.4 (asyncio)Victor Stinner2015-07-311-0/+15
|\ \ | |/
| * Fix ResourceWarning in asyncio.BaseSubprocessTransportVictor Stinner2015-07-311-0/+15
* | Merge 3.4Victor Stinner2015-07-251-16/+12
|\ \ | |/
| * asyncio: sync with githubVictor Stinner2015-07-251-16/+12
* | Merge 3.4 (asyncio)Victor Stinner2015-07-094-7/+9
|\ \ | |/
| * asyncio: sync with github asyncioVictor Stinner2015-07-094-7/+9
* | Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper i...Yury Selivanov2015-06-241-0/+19
* | Issue #24495, #24400: Test asyncio.Task.repr in debug modeYury Selivanov2015-06-241-0/+7
* | Fix asyncio unittests in debug modeYury Selivanov2015-06-241-1/+1
|\ \ | |/
* | Issue #24400: Fix CoroWrapper for 'async def' coroutinesYury Selivanov2015-06-242-2/+26
|\ \ | |/
| * Issue #24400: Fix CoroWrapper for 'async def' coroutinesYury Selivanov2015-06-241-1/+2
* | Issue 24017: Add a test for CoroWrapper and 'async def' coroutinesYury Selivanov2015-06-011-0/+14
* | Issue 24004: Fix DeprecationWarning in a unittestYury Selivanov2015-05-311-1/+1
* | Issue 24004: Add a unittest for @asyncio.coroutine supporting AwaitablesYury Selivanov2015-05-311-0/+13
* | Issue 24315: Make collections.abc.Coroutine derived from AwaitableYury Selivanov2015-05-291-9/+5
* | asyncio/tests: Drop unused import.Yury Selivanov2015-05-131-1/+0
* | asyncio: Add a test for asyncio.iscoroutine().Yury Selivanov2015-05-131-0/+29
* | Issue 24179: Support 'async for' for asyncio.StreamReader.Yury Selivanov2015-05-131-0/+19
* | Issue 24178: support 'async with' for asyncio locks.Yury Selivanov2015-05-131-0/+68
|/
* 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
* asyncio: Fix warning in test_close_kill_running()Victor Stinner2015-02-171-0/+1
* Issue #23475, asyncio: Fix test_close_kill_running()Victor Stinner2015-02-171-2/+10
* asyncio, Tulip issue 220: Merge JoinableQueue with Queue.Victor Stinner2015-02-171-5/+5
* Use os.devnull instead of hardcoded '/dev/null'.Serhiy Storchaka2015-02-151-3/+3
* asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if itVictor Stinner2015-02-101-0/+55
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-0/+4
* Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if theVictor Stinner2015-01-301-16/+0
* asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit()Victor Stinner2015-01-291-0/+2
* asyncio: sync with TulipVictor Stinner2015-01-292-17/+83
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-292-5/+8
* asyncio: sync with TulipVictor Stinner2015-01-292-31/+35
* asyncio: sync with TulipVictor Stinner2015-01-291-1/+14
* asyncio: Fix _SelectorSocketTransport constructorVictor Stinner2015-01-281-5/+11