aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/unix_events.py
Commit message (Expand)AuthorAge
* Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)Gregory P. Smith2021-10-20
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-06
* bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)Ethan Furman2021-06-18
* bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)Pablo Galindo2021-05-03
* bpo-44011: New asyncio ssl implementation (#17975)Andrew Svetlov2021-05-03
* bpo-43989: Add signal format specifier for unix_events (GH-25769)Roberto Hueso2021-05-01
* bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756)Chris Jerdonek2020-12-16
* bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)Victor Stinner2020-12-16
* bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...Yurii Karabas2020-11-28
* s/wakup/wakeup (GH-20250)Kunal Bhalla2020-05-20
* bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552)Kyle Stanley2020-01-12
* bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)Victor Stinner2019-12-06
* bpo-38951: Use threading.main_thread() check in asyncio (GH-17433)Hill Ma2019-12-05
* Remove binding of captured exceptions when not used to reduce the chances of ...Pablo Galindo2019-11-19
* bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)Kyle Stanley2019-11-14
* closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)Benjamin Peterson2019-11-13
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Andrew Svetlov2019-09-29
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-21
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-30
* Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...Andrew Svetlov2019-06-03
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-03
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-02
* bpo-37035: Don't log OSError (GH-13548)Andrew Svetlov2019-05-27
* bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)Yury Selivanov2019-05-27
* bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...Niklas Fiekas2019-05-20
* asyncio: __del__() keep reference to warnings.warn (GH-11491)Victor Stinner2019-01-10
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-11
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-28
* bpo-33332: Add signal.valid_signals() (GH-6581)Antoine Pitrou2018-05-04
* bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)Yury Selivanov2018-01-27
* bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)Yury Selivanov2018-01-25
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-22
* bpo-32410: Make SendfileNotAvailableError exception public (#5243)Andrew Svetlov2018-01-19
* bpo-32410: Implement loop.sock_sendfile() (#4976)Andrew Svetlov2018-01-16
* bpo-26133: Fix typos (#5010)Andrew Svetlov2017-12-26
* bpo-26133: Clear signals list on interpreter finalizing (#5002)Andrew Svetlov2017-12-24
* bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown...Andrew Svetlov2017-12-21
* bpo-29970: Make ssh_handshake_timeout None by default (#4939)Andrew Svetlov2017-12-20
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-19
* bpo-27456: Simplify sock type checks (#4922)Yury Selivanov2017-12-19
* bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)Yury Selivanov2017-12-15
* bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)Yury Selivanov2017-12-10
* bpo-32193: Convert asyncio to async/await usage (#4753)Andrew Svetlov2017-12-09
* bpo-32166: Drop Python 3.4 code from asyncio (#4612)Andrew Svetlov2017-11-29
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-28
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-28
* bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...Yury Selivanov2017-11-20
* bpo-29617: Remove Python 3.3 support from asyncio (GH-232)INADA Naoki2017-04-25
* Merge 3.5 (issue #28704)Yury Selivanov2016-11-15
|\
| * Issue #28704: Fix create_unix_server to support Path-like objectsYury Selivanov2016-11-15