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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
(Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 ↵
Guido van Rossum
2013-10-20
1
-1/+5
|
|
|
|
|
|
support. This should supersede revision e3ec6b17260c (but please test before removing that).
*
Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0
Antoine Pitrou
2013-10-19
1
-0/+15
|
*
Issue #19299: fix refleak test failures in test_asyncio
Antoine Pitrou
2013-10-19
3
-0/+10
|
*
Verify hostname if verify_mode is CERT_OPTIONAL too.
Guido van Rossum
2013-10-19
1
-1/+1
|
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
4
-72/+267
|
*
Important race condition fix for Tulip.
Guido van Rossum
2013-10-18
1
-33/+18
|
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax ↵
Guido van Rossum
2013-10-18
5
-17/+17
|
|
|
|
timeout in test_call_later().
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
9
-35/+36
|
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
18
-0/+5708