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
/
futures.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner
2014-07-05
1
-0/+6
*
asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and
Victor Stinner
2014-06-27
1
-10/+19
*
asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle
Victor Stinner
2014-06-25
1
-16/+32
*
asyncio: Log an error if a Task is destroyed while it is still pending
Victor Stinner
2014-06-24
1
-0/+3
*
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner
2014-02-20
1
-1/+0
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
1
-7/+15
*
asyncio: Future.set_exception(exc) should instantiate exc if it is a class.
Victor Stinner
2014-01-31
1
-0/+2
*
Issue #19967: Defer the formating of the traceback in asyncio.Future destructor
Victor Stinner
2013-12-20
1
-11/+14
*
asyncio: Clean up formatting.
Guido van Rossum
2013-12-19
1
-3/+1
*
Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in
Victor Stinner
2013-12-19
1
-7/+25
*
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I...
Guido van Rossum
2013-11-22
1
-3/+8
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
1
-3/+3
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+338