index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_unix_events.py
Commit message (
Expand
)
Author
Age
*
bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)
Victor Stinner
2020-12-16
*
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi
2020-06-25
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Andrew Svetlov
2019-09-29
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-30
*
Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...
Andrew Svetlov
2019-06-03
*
bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChi...
Andrew Svetlov
2019-06-02
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-02
*
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov
2019-05-27
*
bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixS...
Pablo Galindo
2018-12-29
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Yury Selivanov
2018-05-29
*
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Yury Selivanov
2018-05-29
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
*
bpo-32410: Improve sock_sendfile tests (#5294)
Andrew Svetlov
2018-01-24
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
*
bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
2018-01-16
*
bpo-26133: Fix typos (#5010)
Andrew Svetlov
2017-12-26
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-09
*
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
Andrew Svetlov
2017-11-29
*
bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...
xdegaye
2017-11-24
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
*
bpo-28369: Enhance transport socket check in add_reader/writer (#4365)
Yury Selivanov
2017-11-13
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
*
Issue #28704: Fix create_unix_server to support Path-like objects
Yury Selivanov
2016-11-15
*
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
*
Issue #28399: Remove UNIX socket from FS before binding.
Yury Selivanov
2016-10-09
*
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
Yury Selivanov
2016-10-07
*
Issue #28368: Refuse monitoring processes if the child watcher has no loop at...
Yury Selivanov
2016-10-05
*
Issue #26909: Fix slow pipes IO in asyncio.
Yury Selivanov
2016-09-15
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
*
Use os.devnull instead of hardcoded '/dev/null'.
Serhiy Storchaka
2015-02-15
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
*
Issue #23243: Close explicitly transports in asyncio tests
Victor Stinner
2015-01-15
*
Issue #23243: Fix asyncio._UnixWritePipeTransport.close()
Victor Stinner
2015-01-15
*
asyncio: sync with Tulip
Victor Stinner
2015-01-15
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
*
asyncio: Coroutine objects are now rejected with a TypeError by the following
Victor Stinner
2014-11-20
*
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Guido van Rossum
2014-11-14
*
asyncio: Use the new os.set_blocking() function of Python 3.5 if available
Victor Stinner
2014-07-29
*
asyncio: sync with Tulip
Victor Stinner
2014-07-23
*
Python issue #21645, Tulip issue 192: Rewrite signal handling
Victor Stinner
2014-07-17
*
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
Victor Stinner
2014-06-23
[next]