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_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shorten lines.
Guido van Rossum
2013-12-19
1
-1/+2
*
Skip some tests that require server name indication (SNI)
Christian Heimes
2013-12-15
1
-0/+6
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-1/+1
*
copy 'n paste typo (thx Antoine)
Christian Heimes
2013-12-06
1
-5/+5
*
Skip new SSL tests with IocpEventLoop
Christian Heimes
2013-12-06
1
-0/+9
*
Issue #19509: Finish implementation of check_hostname
Christian Heimes
2013-12-05
1
-17/+123
*
asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop....
Guido van Rossum
2013-11-27
1
-0/+16
*
asyncio: Hopeful fix for issue 19765.
Guido van Rossum
2013-11-25
1
-0/+1
*
asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé).
Guido van Rossum
2013-11-23
1
-1/+1
*
asyncio: Replace connection_refused() with error_received().
Guido van Rossum
2013-11-16
1
-2/+2
*
Issue #19589: Use specific asserts in asyncio tests.
Serhiy Storchaka
2013-11-14
1
-8/+10
*
asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Guido van Rossum
2013-11-13
1
-1/+3
*
asyncio: Refactor SIGCHLD handling. By Anthony Baire.
Guido van Rossum
2013-11-04
1
-12/+32
*
Relax test for process return code on Windows.
Richard Oudkerk
2013-11-02
1
-2/+2
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
1
-1/+0
*
asyncio: Document EventLoop.close().
Guido van Rossum
2013-11-01
1
-0/+2
*
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
1
-35/+70
*
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
*
Avoid test_asyncio hang on AIX.
Guido van Rossum
2013-10-22
1
-0/+3
*
Issue #19309: asyncio: make waitpid() wait for all child processes, not only
Charles-François Natali
2013-10-20
1
-0/+20
*
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
*
Relax some asyncio test timeouts (http://bugs.python.org/issue19285).
Guido van Rossum
2013-10-18
1
-4/+4
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
1
-1/+1
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
1
-1/+1
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+1573