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
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
1
-5/+45
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
1
-10/+3
*
GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)
Guido van Rossum
2023-01-13
1
-0/+40
*
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao
2022-10-30
1
-0/+11
*
fix DeprecationWarning when running asyncio tests (GH-30486)
Kumar Aditya
2022-01-22
1
-1/+1
*
bpo-39010: Improve test shutdown (#22066)
Ben Darnell
2020-09-03
1
-3/+11
*
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell
2020-08-31
1
-0/+20
*
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Victor Stinner
2019-10-23
1
-0/+2
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-30
1
-8/+4
*
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...
Andrew Svetlov
2019-08-26
1
-0/+19
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-3/+0
*
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Victor Stinner
2019-06-14
1
-7/+8
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
1
-6/+8
*
Pass _asyncio_internal=True into stream tests on windows (#13442)
Andrew Svetlov
2019-05-20
1
-2/+4
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-1/+1
*
bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)
Vladimir Matveev
2019-01-05
1
-13/+19
*
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev
2018-12-18
1
-0/+21
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
1
-0/+31
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+4
*
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