Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) | Guido van Rossum | 2015-10-05 | 2 | -2/+190 |
|\ | |||||
| * | Issue #23972: updates to asyncio datagram API. By Chris Laws. | Guido van Rossum | 2015-10-05 | 2 | -2/+190 |
| | | |||||
* | | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. ↵ | Guido van Rossum | 2015-10-03 | 2 | -2/+67 |
|\ \ | |/ | | | | | (Merge 3.4->3.5.) | ||||
| * | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. | Guido van Rossum | 2015-10-03 | 2 | -2/+67 |
| | | |||||
* | | asyncio: Make ensure_future() accept all kinds of awaitables. | Yury Selivanov | 2015-10-02 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | asyncio: ensure_future() now understands awaitables | Yury Selivanov | 2015-10-02 | 1 | -0/+18 |
| | | |||||
* | | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge ↵ | Guido van Rossum | 2015-09-29 | 1 | -9/+43 |
|\ \ | |/ | | | | | 3.4->3.5.) | ||||
| * | Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). | Guido van Rossum | 2015-09-29 | 1 | -9/+43 |
| | | |||||
* | | Merge 3.4 -> 3.5 | Andrew Svetlov | 2015-09-29 | 1 | -0/+42 |
|\ \ | |/ | |||||
| * | Fix StreamReader.__repr__ | Andrew Svetlov | 2015-09-29 | 1 | -0/+42 |
| | | |||||
* | | Issue #25233: Rewrite the guts of Queue to be more understandable and ↵ | Guido van Rossum | 2015-09-28 | 1 | -7/+48 |
|\ \ | |/ | | | | | correct. (Merge 3.4->3.5.) | ||||
| * | Issue #25233: Rewrite the guts of Queue to be more understandable and correct. | Guido van Rossum | 2015-09-28 | 1 | -7/+48 |
| | | |||||
* | | Merge 3.4 (Issue #23630, fix test_asyncio) | Victor Stinner | 2015-09-21 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #23630: Fix test_asyncio on Windows | Victor Stinner | 2015-09-21 | 1 | -0/+1 |
| | | | | | | | | The proactor event loop requires also to mock loop._stop_serving. | ||||
* | | Merge 3.4 (test_asyncio) | Victor Stinner | 2015-09-21 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Issue #25114: Fix test_asyncio | Victor Stinner | 2015-09-21 | 1 | -3/+2 |
| | | | | | | | | ssl.SSLContext() does not always disable compression. Fix unit test. | ||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-09-21 | 1 | -0/+33 |
|\ \ | |/ | |||||
| * | Issue #23630, asyncio: host parameter of loop.create_server() can now be a | Victor Stinner | 2015-09-21 | 1 | -0/+33 |
| | | | | | | | | sequence of strings. Patch written by Yann Sionneau. | ||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-09-21 | 1 | -12/+63 |
|\ \ | |/ | |||||
| * | Issue #25114, asyncio: add ssl_object extra info to SSL transports | Victor Stinner | 2015-09-21 | 1 | -12/+63 |
| | | | | | | | | | | | | This info is required on Python 3.5 and newer to get specific information on the SSL object, like getting the binary peer certificate (instead of getting it as text). | ||||
| * | Issue #24867: Fix Task.get_stack() for 'async def' coroutines | Yury Selivanov | 2015-08-14 | 1 | -0/+32 |
| | | |||||
* | | Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines | Yury Selivanov | 2015-08-17 | 2 | -0/+49 |
| | | |||||
* | | Merge 3.4 (issues #24835, #24763) | Yury Selivanov | 2015-08-09 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Issue #24763: Fix asyncio test on Windows (fix reverted change) | Yury Selivanov | 2015-08-09 | 1 | -1/+5 |
| | | | | | | | | See also issue #24835 | ||||
* | | Merge 3.4 (issue #23812) | Yury Selivanov | 2015-08-06 | 1 | -1/+36 |
|\ \ | |/ | |||||
| * | Issue #23812: Fix getter-cancellation with many pending getters code path | Yury Selivanov | 2015-08-06 | 1 | -1/+36 |
| | | |||||
* | | asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction | Yury Selivanov | 2015-08-05 | 1 | -0/+4 |
| | | |||||
* | | Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. | Yury Selivanov | 2015-08-05 | 1 | -1/+60 |
|\ \ | |/ | | | | | Patch by Gustavo J. A. M. Carneiro. | ||||
| * | Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. | Yury Selivanov | 2015-08-05 | 1 | -1/+60 |
| | | | | | | | | Patch by Gustavo J. A. M. Carneiro. | ||||
* | | Merge 3.4 | Yury Selivanov | 2015-08-04 | 1 | -5/+1 |
|\ \ | |/ | |||||
| * | asyncio: Sync with upstream (compat module) | Yury Selivanov | 2015-08-04 | 1 | -5/+1 |
| | | |||||
* | | Merge 3.4 (asyncio test) | Victor Stinner | 2015-07-31 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Issue #24763: Fix asyncio test on Windows | Victor Stinner | 2015-07-31 | 1 | -1/+5 |
| | | |||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-07-31 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Fix ResourceWarning in asyncio.BaseSubprocessTransport | Victor Stinner | 2015-07-31 | 1 | -0/+15 |
| | | | | | | | | | | | | | | Issue #24763: Fix resource warnings when asyncio.BaseSubprocessTransport constructor fails, if subprocess.Popen raises an exception for example. Patch written by Martin Richard, test written by me. | ||||
* | | Merge 3.4 | Victor Stinner | 2015-07-25 | 1 | -16/+12 |
|\ \ | |/ | |||||
| * | asyncio: sync with github | Victor Stinner | 2015-07-25 | 1 | -16/+12 |
| | | | | | | | | | | | | | | | | | | * Fix ResourceWarning warnings in test_streams * Return True from StreamReader.eof_received() to fix http://bugs.python.org/issue24539 (but still needs a unittest). Add StreamReader.__repr__() for easy debugging. * remove unused imports * Issue #234: Drop JoinableQueue on Python 3.5+ | ||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2015-07-09 | 4 | -7/+9 |
|\ \ | |/ | |||||
| * | asyncio: sync with github asyncio | Victor Stinner | 2015-07-09 | 4 | -7/+9 |
| | | | | | | | | | | * queues: get coroutine from asyncio.coroutines, not from asyncio.tasks * tets: replace tulip with asyncio in comments | ||||
* | | Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper ↵ | Yury Selivanov | 2015-06-24 | 1 | -0/+19 |
| | | | | | | | | implementation. | ||||
* | | Issue #24495, #24400: Test asyncio.Task.repr in debug mode | Yury Selivanov | 2015-06-24 | 1 | -0/+7 |
| | | |||||
* | | Fix asyncio unittests in debug mode | Yury Selivanov | 2015-06-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Issue #24400: Fix CoroWrapper for 'async def' coroutines | Yury Selivanov | 2015-06-24 | 2 | -2/+26 |
|\ \ | |/ | |||||
| * | Issue #24400: Fix CoroWrapper for 'async def' coroutines | Yury Selivanov | 2015-06-24 | 1 | -1/+2 |
| | | |||||
* | | Issue 24017: Add a test for CoroWrapper and 'async def' coroutines | Yury Selivanov | 2015-06-01 | 1 | -0/+14 |
| | | |||||
* | | Issue 24004: Fix DeprecationWarning in a unittest | Yury Selivanov | 2015-05-31 | 1 | -1/+1 |
| | | |||||
* | | Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables | Yury Selivanov | 2015-05-31 | 1 | -0/+13 |
| | | |||||
* | | Issue 24315: Make collections.abc.Coroutine derived from Awaitable | Yury Selivanov | 2015-05-29 | 1 | -9/+5 |
| | | |||||
* | | asyncio/tests: Drop unused import. | Yury Selivanov | 2015-05-13 | 1 | -1/+0 |
| | | |||||
* | | asyncio: Add a test for asyncio.iscoroutine(). | Yury Selivanov | 2015-05-13 | 1 | -0/+29 |
| | | | | | | | | | | Test that asyncio.iscoroutine() supports 'async def' coroutines and collections.abc.Coroutine types. |