COMMITS
/ tests/test_process.py January 3, 2026
G
use context managers with aiofiles open
Georg Sauthoff committed
October 17, 2024
R
Replace most string forwarding with f-strings
Ron Frederick committed
October 13, 2024
R
Commit fixes recommended by pyupgrade tool
Ron Frederick committed
September 4, 2024
R
Fix a RuntimeWarning in a test case about a coroutine not being awaited
Ron Frederick committed
July 2, 2024
R
Fix flow control for AsyncFileWriter and StreamWriter
Ron Frederick committed
June 22, 2024
R
Add flow control in AsyncSSH redirection to StreamWriter objects
Ron Frederick committed
May 28, 2024
R
Fix unit test issues on Linux/Windows from last commit
Ron Frederick committed
R
Pass terminal size through a server process when redirecting to a TTY
Ron Frederick committed
July 11, 2023
G
Read from stdout instead of communicate
Georg Sauthoff committed
November 13, 2022
R
Add option to not close stdin/stdout/stderr on EOF from channel
Ron Frederick committed
July 24, 2022
R
Allow redirect to forward break, signal, and terminal size messages
Ron Frederick committed
July 11, 2021
R
Add initial set of mypy type annotations
Ron Frederick committed
May 14, 2021
R
Add method in SSH server classes to access terminal modes as a mapping
Ron Frederick committed
December 28, 2020
R
Make client channel options available as connection options
Ron Frederick committed
December 20, 2020
R
Update copyright to 2020
Ron Frederick committed
March 14, 2020
R
Add timeout to SSHClientProcess.wait and SSHClientConnection.run
Ron Frederick committed
November 24, 2019
R
Skip tests which use asyncio.subprocess on Windows
Ron Frederick committed
R
Extend SSHProcess redirection to support asyncio streams
Ron Frederick committed
October 25, 2019
R
Add is_closing() method to AsyncSSH
Ron Frederick committed
October 22, 2019
R
Migrate AsyncSSH to new async/await syntax
Ron Frederick committed
February 20, 2019
R
Rename session_encoding/session_errors in create_server()
Ron Frederick committed
February 19, 2019
R
Add subclasses of DisconnectError
Ron Frederick committed
February 7, 2019
R
Add support for SSHSubprocessProtocol/SSHSubprocessTransport
Ron Frederick committed
September 2, 2018
R
Update license to EPL 2.0
Ron Frederick committed
July 31, 2018
R
Add get_extra_info method to SSH process classes
Ron Frederick committed
April 29, 2018
R
Add support for pathlib objects in SSHProcess I/O redirection
Ron Frederick committed
R
Add support in SSHProcess redirection for async file I/O objects
Ron Frederick committed
February 3, 2018
R
Update copyright on recently changed modules to year 2018
Ron Frederick committed
February 1, 2018
R
Fix a few more issues found when running on Python 3.7
Ron Frederick committed
December 31, 2017
R
Enhance AsyncSSH logging framework
Ron Frederick committed
November 5, 2017
R
Improve support for file-like objects in process I/O redirection
Ron Frederick committed
September 4, 2017
R
Expand set of values in CompletedProcess and ProcessError classes
Ron Frederick committed
April 14, 2017
R
Add server-side class which supports I/O redirection
Ron Frederick committed
January 1, 2017
R
Initial pass on making unit tests run on Windows
Ron Frederick committed
November 22, 2016
R
Set file encoding explicitly in Unicode test
Ron Frederick committed
August 5, 2016
R
Add SSHClientProcess class to support simplified I/O redirection
Ron Frederick committed