COMMITS
/ examples/simple_server.py October 26, 2025
R
Update Python version in examples to Python 3.10 and update copyright
Ron Frederick committed
October 17, 2024
R
Replace most string forwarding with f-strings
Ron Frederick committed
October 7, 2024
C
Use bcrypt rather than crypt in simple_server example
Colin Watson committed
August 24, 2024
R
Update examples to python 3.7 and add some other minor improvements
Ron Frederick committed
July 11, 2021
R
Add initial set of mypy type annotations
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 14, 2017
R
Add server-side class which supports I/O redirection
Ron Frederick committed
August 13, 2016
R
Add basic line editor functionality for SSH servers
Ron Frederick committed
August 5, 2016
R
Add SSHClientProcess class to support simplified I/O redirection
Ron Frederick committed
June 18, 2016
R
Add support for Python 3.5 async context managers and update examples
Ron Frederick committed
May 18, 2015
R
Update copyright to 2015
Ron Frederick committed
May 17, 2015
R
Update README and examples to cover SFTP support
Ron Frederick committed
March 8, 2015
R
Add support for SSH host and user certificates
Ron Frederick committed
August 31, 2014
R
Cleanup documentation and examples
Ron Frederick committed
June 7, 2014
R
This commit adds support for the "high-level" asyncio streams API, and
Ron Frederick committed
May 11, 2014
R
Convert from asyncore to asyncio, and redesign API to match
Ron Frederick committed
March 21, 2014
R
Update copyright to 2013-2014.
Ron Frederick committed
R
Update examples and setup.py to default to Python 3.4.
Ron Frederick committed
September 22, 2013
R
Add support for standard SSH port forwarding
Ron Frederick committed
R
Initial commit
Ron Frederick committed