index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
tasks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
1
-14/+10
*
bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH...
Charles Renwick
2017-04-21
1
-1/+2
*
Issue #29314: Merge with 3.5
Mariatta Wijaya
2017-02-07
1
-1/+2
|
\
|
*
Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning
Mariatta Wijaya
2017-02-07
1
-1/+2
*
|
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov
2016-10-28
1
-64/+16
|
/
*
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children ...
Yury Selivanov
2016-10-21
1
-2/+4
*
Issue #27972: Prohibit Tasks to await on themselves.
Yury Selivanov
2016-10-09
1
-7/+14
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
1
-0/+4
*
Another asyncio sync.
Yury Selivanov
2016-09-15
1
-1/+6
*
Merge asyncio upstream.
Guido van Rossum
2016-09-09
1
-4/+4
*
Rename Future._blocking to _asyncio_future_blocking.
Guido van Rossum
2016-09-09
1
-3/+4
*
asyncio: Remove asyncio.timeout() context manager.
Yury Selivanov
2016-06-08
1
-53/+0
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
1
-5/+9
*
asyncio: allow None as wait timeout
Victor Stinner
2016-04-01
1
-6/+8
*
Sync with asyncio
Andrew Svetlov
2016-01-11
1
-1/+1
*
Sync with asyncio repo
Andrew Svetlov
2016-01-11
1
-0/+51
*
asyncio: Make Tasks check if Futures are attached to the same event loop
Yury Selivanov
2015-12-11
1
-1/+7
*
asyncio: Drop "value" parameter from Task._step method.
Yury Selivanov
2015-11-20
1
-10/+12
*
asyncio: Cleanup Future API
Yury Selivanov
2015-11-17
1
-1/+2
*
asyncio: Sync with github
Yury Selivanov
2015-11-17
1
-3/+0
*
asyncio: Optimize Task._wakeup
Yury Selivanov
2015-11-16
1
-2/+11
*
asyncio: Optimize asyncio.sleep(0)
Yury Selivanov
2015-11-05
1
-0/+4
*
Docs and one small improvement for issue #25304, by Vincent Michel.
Guido van Rossum
2015-10-05
1
-1/+6
*
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
Guido van Rossum
2015-10-03
1
-1/+17
*
asyncio: ensure_future() now understands awaitables
Yury Selivanov
2015-10-02
1
-2/+14
*
Issue #24867: Fix Task.get_stack() for 'async def' coroutines
Yury Selivanov
2015-08-14
1
-1/+5
*
Revert da29a94367b2
Yury Selivanov
2015-08-02
1
-2/+3
*
asyncio: Fix code style
Yury Selivanov
2015-08-02
1
-3/+2
*
asyncio: sync with github
Victor Stinner
2015-07-25
1
-2/+0
*
asyncio: Add asyncio.compat module
Victor Stinner
2015-07-25
1
-3/+2
*
asyncio: Drop some useless code from tasks.py.
Yury Selivanov
2015-05-28
1
-7/+2
*
asyncio: Support PEP 492. Issue #24017.
Yury Selivanov
2015-05-12
1
-2/+6
*
asyncio: async() function is deprecated in favour of ensure_future().
Yury Selivanov
2015-05-11
1
-6/+21
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
1
-1/+1
*
Closes #23219: cancelling asyncio.wait_for() now cancels the task
Victor Stinner
2015-01-15
1
-4/+8
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
1
-4/+7
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-08
1
-1/+1
*
asyncio: Initialize more Future and Task attributes in the class definition to
Victor Stinner
2014-12-04
1
-3/+4
*
Closes #22475: asyncio doc, fix Task.get_stack() doc
Victor Stinner
2014-12-02
1
-1/+1
*
Apply asyncio Task English fixes to docstrings as well.
R David Murray
2014-09-24
1
-9/+10
*
asyncio, Tulip issue 201: Fix a race condition in wait_for()
Victor Stinner
2014-08-28
1
-6/+9
*
asyncio: sync with Tulip
Victor Stinner
2014-07-29
1
-19/+8
*
Issue #21163: Fix "destroy pending task" warning in test_wait_errors()
Victor Stinner
2014-07-16
1
-2/+2
*
Issue #21163, asyncio: Ignore "destroy pending task" warnings for private tasks
Victor Stinner
2014-07-16
1
-11/+23
*
asyncio: sync with Tulip
Victor Stinner
2014-07-11
1
-1/+0
*
asyncio: sync with Tulip
Victor Stinner
2014-07-10
1
-1/+0
*
asyncio: sync with Tulip
Victor Stinner
2014-07-10
1
-1/+6
*
asyncio: sync with Tulip
Victor Stinner
2014-07-08
1
-1/+3
*
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner
2014-07-05
1
-1/+2
*
asyncio: sync with Tulip
Victor Stinner
2014-07-02
1
-0/+3
[next]