COMMITS
/ examples/telnet/toolbar.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
November 3, 2023
J
Use ruff for linting and formatting.
Jonathan Slenders committed
February 13, 2023
J
Added '.run()' method to TelnetServer.
Jonathan Slenders committed
February 1, 2023
J
Drop Python 3.6.
Jonathan Slenders committed
February 10, 2022
J
Upgrade to 3.6 syntax using pyupgrade.
Jonathan Slenders committed
October 7, 2021
M
Add wrapper function for get_event_loop (#1505)
mattmc3 committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
June 10, 2019
J
Fixed telnet examples.
Jonathan Slenders committed
May 7, 2019
J
Prompt_toolkit 3.0: type annotations and asyncio natively.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
May 20, 2018
J
Fixed import in telnet/toolbar.py example.
Jonathan Slenders committed
August 2, 2017
J
Removed prompt_async and added async_ parameter instead. This is more flexible.
Jonathan Slenders committed
July 30, 2017
J
Refactoring/cleanup of the telnet applications.
Jonathan Slenders committed