grossmj
|
afdda427d2
|
Merge branch 'master' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# gns3server/compute/builtin/nodes/nat.py
# gns3server/compute/qemu/__init__.py
# gns3server/controller/link.py
# gns3server/utils/asyncio/embed_shell.py
# gns3server/utils/asyncio/raw_command_server.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
|
2021-08-29 19:23:51 +09:30 |
|
grossmj
|
8aada49414
|
Some fixes for early support for Python3.10
The loop parameter has been removed from most of asyncio‘s high-level API following deprecation in Python 3.8.
|
2021-08-15 15:25:33 +09:30 |
|
grossmj
|
c021e21309
|
Use black with -l 120 param.
|
2021-04-13 18:46:50 +09:30 |
|
grossmj
|
f928738bd5
|
Use pyupgrade with --py36-plus param.
|
2021-04-13 18:37:58 +09:30 |
|
grossmj
|
6db8cecda5
|
Merge 2.1 into 2.2
|
2019-04-13 18:39:06 +07:00 |
|
grossmj
|
cc1980ac1c
|
Fix broken embedded console for Ethernet switch. Fixes #1574
|
2019-04-11 17:57:47 +07:00 |
|
grossmj
|
1f1d93d078
|
Deactivate the embedded shell for Ethernet switch. Ref #1424 #1556
|
2019-03-20 16:23:30 +08:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
ziajka
|
807bea40d4
|
Fixes running switch console inside PyCharm terminal (Ref. #1172)
|
2017-08-29 12:28:53 +02:00 |
|
ziajka
|
4e3eee33fc
|
Windows console bugfix tests
|
2017-08-29 10:08:10 +02:00 |
|
ziajka
|
ac508435c3
|
History support for console and telnet application, Fixes: #1083
Arrows UP/DOWN for telnet, Ref. #1083
Typo, Ref. #1083
Support async commands, Ref. #1083
Small refactor, Ref. #1083
Asyncio telnet server - connections support, Ref. #10831
Prompt-toolkit in dependencies, ref. #1083
Few comments, ref. #1083
Direct imports, ref. #1083
Windows size changed support in telnet server, ref. #1139
Fake termios
Fake termios - different approach
InputStream - copied source from prompt_toolkit
|
2017-07-25 16:18:07 +02:00 |
|
Julien Duponchelle
|
ca3f8d0b43
|
Provide easy to test a shell by using stdin as an input
|
2017-06-02 14:50:34 +02:00 |
|
Julien Duponchelle
|
5616ab0e9a
|
Fake console for simple Ethernet switch
Fix #454
|
2017-05-31 15:13:29 +02:00 |
|