summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
...
| * asyncio/tests: Fix a ResourceWarning due to unclosed loopYury Selivanov2015-12-171-0/+4
* | Merge 3.4Yury Selivanov2015-12-171-18/+29
|\ \ | |/
| * asyncio/tests: Fix ResourceWarnings related to unclosed transportsYury Selivanov2015-12-171-18/+29
* | Merge 3.4Yury Selivanov2015-12-172-13/+18
|\ \ | |/
| * asyncio/tests: Fix some ResourceWarningsYury Selivanov2015-12-172-13/+18
* | Merge 3.4Yury Selivanov2015-12-171-1/+1
|\ \ | |/
| * asyncio/tests: Fix deprecation warningYury Selivanov2015-12-171-1/+1
* | Merge 3.4Yury Selivanov2015-12-171-1/+1
|\ \ | |/
| * Normalize whitespaceYury Selivanov2015-12-171-1/+1
* | Merge 3.4Yury Selivanov2015-12-173-23/+195
|\ \ | |/
| * asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-173-23/+195
* | Sync asyncio with upstream git repo (conditional import in test_pep492.py).Guido van Rossum2015-12-131-1/+4
* | Merge 3.4Yury Selivanov2015-12-111-0/+15
|\ \ | |/
| * asyncio: Make Tasks check if Futures are attached to the same event loopYury Selivanov2015-12-111-0/+15
* | Merge 3.4Yury Selivanov2015-12-111-2/+2
|\ \ | |/
| * asyncio: Sync with githubYury Selivanov2015-12-111-2/+2
* | Merge 3.4Yury Selivanov2015-11-201-3/+4
|\ \ | |/
| * asyncio: Fix with githubYury Selivanov2015-11-201-3/+4
* | Merge 3.4Yury Selivanov2015-11-201-4/+3
|\ \ | |/
| * asyncio.tests: Fix whitespaceYury Selivanov2015-11-201-4/+3
* | Merge 3.4Yury Selivanov2015-11-201-1/+1
|\ \ | |/
| * asyncio: Sync with githubYury Selivanov2015-11-201-1/+1
* | Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)Guido van Rossum2015-11-191-0/+53
|\ \ | |/
| * Issue #25593: Change semantics of EventLoop.stop().Guido van Rossum2015-11-191-0/+53
* | asyncio: Error if awaiting in parallel on the same coroutineYury Selivanov2015-11-181-0/+20
|\ \ | |/
* | Merge 3.4Yury Selivanov2015-11-171-4/+7
|\ \ | |/
| * asyncio: Cleanup Future APIYury Selivanov2015-11-171-4/+7
* | Merge 3.4Yury Selivanov2015-11-164-13/+13
|\ \ | |/
| * asyncio: Add Transport.is_closing()Yury Selivanov2015-11-164-13/+13
* | Merge 3.4Yury Selivanov2015-11-131-14/+18
|\ \ | |/
| * asyncio: Fix sporadic failing unittests in debug modeYury Selivanov2015-11-131-14/+18
* | Merge 3.4Yury Selivanov2015-11-051-0/+24
|\ \ | |/
| * asyncio: Optimize asyncio.sleep(0)Yury Selivanov2015-11-051-0/+24
* | Fix whitespace.Guido van Rossum2015-10-191-1/+1
|\ \ | |/
| * Fix whitespace.Guido van Rossum2015-10-191-1/+1
* | Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-191-0/+43
|\ \ | |/
| * 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. (Merge 3.4->3.5)Guido van Rossum2015-10-061-4/+1
|\ \ | |/
| * 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. (Merge 3....Guido van Rossum2015-10-051-0/+21
|\ \ | |/
| * 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. (Merge 3.4->3.5.)Guido van Rossum2015-10-052-2/+190
|\ \ | |/
| * 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. (Mer...Guido van Rossum2015-10-032-2/+67
|\ \ | |/
| * Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-032-2/+67
* | asyncio: Make ensure_future() accept all kinds of awaitables.Yury Selivanov2015-10-021-0/+18
|\ \ | |/
| * asyncio: ensure_future() now understands awaitablesYury Selivanov2015-10-021-0/+18
* | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4-...Guido van Rossum2015-09-291-9/+43
|\ \ | |/
| * Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).Guido van Rossum2015-09-291-9/+43
* | Merge 3.4 -> 3.5Andrew Svetlov2015-09-291-0/+42
|\ \ | |/