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
*
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