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
/
test
/
test_asyncio
/
test_futures.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
1
-8/+9
*
asyncio/tests: Ensure a gc_collect for __del__ testing
Yury Selivanov
2016-05-13
1
-0/+1
*
asyncio: Prevent StopIteration from being thrown into a Future
Yury Selivanov
2016-03-02
1
-0/+4
*
asyncio: Cleanup Future API
Yury Selivanov
2015-11-17
1
-4/+7
*
Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.
Guido van Rossum
2015-10-03
1
-2/+0
*
asyncio: sync with Tulip
Victor Stinner
2015-01-14
1
-0/+1
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-08
1
-8/+16
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
1
-1/+4
*
asyncio: Fix formatting of the "Future exception was never retrieved" in
Victor Stinner
2014-11-20
1
-23/+42
*
asyncio: sync with Tulip
Victor Stinner
2014-07-29
1
-7/+10
*
asyncio: sync with Tulip
Victor Stinner
2014-07-10
1
-0/+6
*
asyncio: sync with Tulip
Victor Stinner
2014-07-08
1
-2/+2
*
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner
2014-07-05
1
-0/+6
*
asyncio: Fix unit tests on Windows, escape filenames in regex
Victor Stinner
2014-06-27
1
-4/+4
*
asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and
Victor Stinner
2014-06-27
1
-0/+59
*
asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle
Victor Stinner
2014-06-25
1
-14/+42
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-17
1
-18/+7
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-8/+8
*
asyncio: Fix spelling and typos.
Yury Selivanov
2014-02-19
1
-1/+1
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
1
-6/+6
*
asyncio: Future.set_exception(exc) should instantiate exc if it is a class.
Victor Stinner
2014-01-31
1
-0/+5
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-50/+49
*
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I...
Guido van Rossum
2013-11-22
1
-0/+18
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
1
-6/+6
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+329