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 (
Expand
)
Author
Age
Files
Lines
*
asyncio: Make Semaphore(0) work properly.
Guido van Rossum
2013-11-21
1
-2/+2
*
asyncio: Add streams.start_server(), by Gustavo Carneiro.
Guido van Rossum
2013-11-19
1
-2/+51
*
asyncio: Replace connection_refused() with error_received().
Guido van Rossum
2013-11-16
2
-16/+13
*
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Guido van Rossum
2013-11-13
1
-28/+41
*
asyncio: Temporary fix by Victor Stinner for issue 19566.
Guido van Rossum
2013-11-13
1
-2/+3
*
asyncio: Add close() back to Unix selector event loop, to remove all signal h...
Guido van Rossum
2013-11-07
1
-0/+5
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
3
-69/+414
*
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
Guido van Rossum
2013-11-04
1
-24/+54
*
asyncio: Better-looking errors when ssl module cannot be imported. In part by...
Guido van Rossum
2013-11-01
2
-12/+21
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
3
-11/+27
*
asyncio: Log a warning when eof_received() returns true and using ssl.
Guido van Rossum
2013-11-01
1
-1/+4
*
asyncio: Document EventLoop.close().
Guido van Rossum
2013-11-01
2
-0/+18
*
asyncio: Refactor ssl transport ready loop (Nikolay Kim).
Guido van Rossum
2013-11-01
1
-41/+53
*
asyncio: Add server_hostname as create_connection() argument, with secure def...
Guido van Rossum
2013-11-01
3
-5/+24
*
asyncio: Fold some long lines.
Guido van Rossum
2013-11-01
2
-3/+5
*
asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...
Guido van Rossum
2013-11-01
2
-7/+19
*
asyncio: Add new file (forgotten).
Guido van Rossum
2013-10-30
1
-0/+166
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
5
-155/+66
*
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
1
-0/+40
*
asyncio: Update some comments.
Guido van Rossum
2013-10-30
1
-3/+1
*
asyncio: When not closing the connection after receiving EOF, still remove th...
Guido van Rossum
2013-10-30
1
-1/+6
*
Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...
Guido van Rossum
2013-10-22
1
-4/+25
*
asyncio: be more lenient if we don't understand status returned by waitpid().
Guido van Rossum
2013-10-21
1
-13/+13
*
Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok.
Antoine Pitrou
2013-10-20
1
-0/+1
*
Issue #19310: asyncio: fix child processes reaping logic.
Charles-François Natali
2013-10-20
1
-17/+19
*
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
Charles-François Natali
2013-10-20
1
-1/+1
*
(Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 su...
Guido van Rossum
2013-10-20
1
-1/+5
*
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 time...
Guido van Rossum
2013-10-18
5
-17/+17
*
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