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
Commit message (
Expand
)
Author
Age
Files
Lines
*
asyncio: Replace connection_refused() with error_received().
Guido van Rossum
2013-11-16
3
-13/+26
*
asyncio: Longer timeout in Windows test_popen. Fixes issue 19598.
Guido van Rossum
2013-11-15
1
-1/+2
*
asyncio: Refactor waitpid mocks. Patch by Anthony Baire.
Guido van Rossum
2013-11-15
1
-249/+186
*
Issue #19589: Use specific asserts in asyncio tests.
Serhiy Storchaka
2013-11-14
3
-10/+12
*
asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok.
Guido van Rossum
2013-11-14
1
-4/+18
*
asyncio: Relax timing requirement. Fixes issue 19579.
Guido van Rossum
2013-11-14
1
-2/+2
*
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Guido van Rossum
2013-11-13
2
-14/+19
*
Remove redundant test_selectors.py from test_asyncio.
Guido van Rossum
2013-11-07
2
-150/+0
*
asyncio: Add close() back to Unix selector event loop, to remove all signal h...
Guido van Rossum
2013-11-07
1
-0/+16
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
2
-130/+901
*
asyncio: Locks improvements by Arnaud Faure: better repr(), change Conditio\
Guido van Rossum
2013-11-04
1
-1/+70
*
Relax test for process return code on Windows.
Richard Oudkerk
2013-11-02
1
-2/+2
*
asyncio: Slight rearrangement of tests for server_hostname=...
Guido van Rossum
2013-11-01
1
-3/+4
*
asyncio: Better-looking errors when ssl module cannot be imported. In part by...
Guido van Rossum
2013-11-01
1
-0/+20
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
3
-12/+21
*
asyncio: Document EventLoop.close().
Guido van Rossum
2013-11-01
1
-0/+2
*
asyncio: Refactor ssl transport ready loop (Nikolay Kim).
Guido van Rossum
2013-11-01
1
-51/+83
*
asyncio: Add server_hostname as create_connection() argument, with secure def...
Guido van Rossum
2013-11-01
1
-0/+54
*
asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...
Guido van Rossum
2013-11-01
1
-2/+11
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
2
-40/+71
*
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
1
-0/+40
*
Fix asyncio issue #19293 (hangs on AIX).
Guido van Rossum
2013-10-22
1
-8/+4
*
Unsilence several asyncio AIX tests that no longer hang, and silence a new hang.
Guido van Rossum
2013-10-22
1
-12/+3
*
Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX ...
Guido van Rossum
2013-10-22
1
-0/+7
*
Avoid test_asyncio hang on AIX.
Guido van Rossum
2013-10-22
1
-0/+3
*
asyncio: be more lenient if we don't understand status returned by waitpid().
Guido van Rossum
2013-10-21
1
-1/+1
*
Skip one asyncio test when IPv6 isn't supported (Windows buildbots)
Antoine Pitrou
2013-10-20
1
-0/+2
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
8
-0/+32
*
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
Charles-François Natali
2013-10-20
1
-0/+20
*
Break out of loop on EOF in asyncio echo test programs.
Guido van Rossum
2013-10-20
2
-0/+4
*
Un-backout e3ec6b17260c - the test fix was actually also necessary
Antoine Pitrou
2013-10-20
1
-2/+2
*
Backout e3ec6b17260c after Guido's fix
Antoine Pitrou
2013-10-20
1
-2/+2
*
Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0
Antoine Pitrou
2013-10-19
1
-2/+5
*
Try to fix test_asyncio dual stack test when creating an IPv6 socket fails
Antoine Pitrou
2013-10-19
1
-2/+2
*
Disable some subprocess tests that hang on AIX.
Guido van Rossum
2013-10-19
1
-0/+9
*
Skip the asyncio tests when threads are not available.
Guido van Rossum
2013-10-19
1
-0/+5
*
Write flow control for asyncio (includes asyncio.streams overhaul).
Guido van Rossum
2013-10-18
1
-21/+21
*
Relax some asyncio test timeouts (http://bugs.python.org/issue19285).
Guido van Rossum
2013-10-18
2
-5/+5
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
5
-16/+16
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
6
-25/+25
*
Make asyncio tests run on Windows.
Guido van Rossum
2013-10-17
3
-2/+12
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
22
-0/+8864