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_windows_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...
Yury Selivanov
2017-12-15
1
-1/+1
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
1
-1/+1
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
1
-7/+8
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
1
-1/+1
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
1
-1/+2
*
bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065)
Victor Stinner
2017-08-10
1
-1/+3
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+1
*
asyncio: sync with github asyncio
Victor Stinner
2015-07-09
1
-2/+4
*
asyncio: async() function is deprecated in favour of ensure_future().
Yury Selivanov
2015-05-11
1
-1/+1
*
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine
Victor Stinner
2015-01-26
1
-0/+13
*
Tulip issue 184: Fix test_pipe() on Windows
Victor Stinner
2015-01-13
1
-1/+2
*
asyncio: IocpProactor.wait_for_handle() test now also checks the result of the
Victor Stinner
2014-12-19
1
-2/+6
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-07-24
1
-10/+20
*
asyncio tests: relax timings for slow buildbots
Victor Stinner
2014-07-24
1
-4/+4
*
asyncio: Fix pyflakes errors
Victor Stinner
2014-06-18
1
-0/+1
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-17
1
-6/+2
*
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
1
-2/+1
*
Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with
Victor Stinner
2014-02-03
1
-1/+1
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
1
-1/+1
*
test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot
Victor Stinner
2014-02-01
1
-1/+1
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-15/+10
*
Fix ResourceWarning in test_asyncio.test_windows_events:
Victor Stinner
2014-01-10
1
-0/+1
*
Issue #19952: test_asyncio: relax timings of Windows events, buildbots are
Victor Stinner
2013-12-13
1
-2/+2
*
Relax timing on test_asyncio for busy (slow) Windows buildbots
Victor Stinner
2013-11-18
1
-1/+1
*
asyncio: Various style nits.
Guido van Rossum
2013-11-01
1
-1/+1
*
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
1
-0/+40
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
1
-0/+4
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+95